branch: externals/aircon-theme commit f11483f9c471997e4babf540e66ea33f5c61daff Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@cosine.blue>
Change backticks to quotes where not needed --- aircon-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aircon-theme.el b/aircon-theme.el index 2c36256807..6bf70e38c0 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -216,8 +216,8 @@ '(eshell-ls-symlink ((t (:inherit aircon-eden)))) '(eshell-prompt ((t (:inherit aircon-cello)))) - `(ansi-color-black ((t (:foreground "#000000")))) - `(ansi-color-white ((t (:foreground "#ffffff")))) + '(ansi-color-black ((t (:foreground "#000000")))) + '(ansi-color-white ((t (:foreground "#ffffff")))) `(ansi-color-blue ((t (:foreground ,aircon-sapphire)))) `(ansi-color-cyan ((t (:foreground ,aircon-eden)))) `(ansi-color-green ((t (:foreground ,aircon-goblin))))