diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-09-06 22:04:13 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-09-06 22:04:13 +0100 |
commit | cf1a7b8f866640a545eb3383548c6cc0226378a1 (patch) | |
tree | 4cd5233ceea04d7e012508ea558adc314a4e8270 /Emacs/.config/emacs/Grayscale-theme.el | |
parent | 53a402ef70b5b10cdc1a99048e33dae3deb4a04c (diff) | |
download | dotfiles-cf1a7b8f866640a545eb3383548c6cc0226378a1.tar.gz dotfiles-cf1a7b8f866640a545eb3383548c6cc0226378a1.tar.bz2 dotfiles-cf1a7b8f866640a545eb3383548c6cc0226378a1.zip |
~constant face is now slate gray
Diffstat (limited to 'Emacs/.config/emacs/Grayscale-theme.el')
-rw-r--r-- | Emacs/.config/emacs/Grayscale-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/Grayscale-theme.el b/Emacs/.config/emacs/Grayscale-theme.el index 8d390f0..35b1d09 100644 --- a/Emacs/.config/emacs/Grayscale-theme.el +++ b/Emacs/.config/emacs/Grayscale-theme.el @@ -17,7 +17,7 @@ '(font-lock-builtin-face ((((class grayscale) (background light)) (:weight bold :foreground "LightGray")) (((class grayscale) (background dark)) (:weight bold :foreground "DimGray")) (((class color) (min-colors 88) (background light)) (:foreground "dark slate blue")) (((class color) (min-colors 88) (background dark)) (:foreground "LightSteelBlue")) (((class color) (min-colors 16) (background light)) (:foreground "Orchid")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSteelBlue")) (((class color) (min-colors 8)) (:weight bold :foreground "blue")) (t (:weight bold)))) '(font-lock-comment-delimiter-face ((t (:slant italic :foreground "gray24")))) '(font-lock-comment-face ((t (:slant italic :foreground "#868686")))) - '(font-lock-constant-face ((t (:family "Source Code Pro" :height 0.9 :weight bold :foreground "#868686")))) + '(font-lock-constant-face ((t (:foreground "slate gray" :weight bold :height 0.9 :family "Source Code Pro")))) '(font-lock-doc-face ((t (:inherit (font-lock-string-face))))) '(font-lock-function-name-face ((t (:weight semi-bold)))) '(font-lock-keyword-face ((t (:family "Fira Code" :height 0.95 :weight bold :foreground "DeepSkyBlue4")))) |