diff options
author | Blendoit <blendoit@gmail.com> | 2020-11-03 22:35:02 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-11-03 22:35:02 -0800 |
commit | 6e3eb5e3e221c6f30a49825d6d7b0c752719b52c (patch) | |
tree | 215f8ee2c864b70a3cdfd85eebc590eafc88b66c /themes | |
parent | b86c38b9a0c01f9488e88e085d8d4eb19e7b3771 (diff) |
Header and mode lines.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/blendoit-light-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index c780c07..6d19a22 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -16,7 +16,7 @@ '(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t)))) '(font-lock-builtin-face ((t (:foreground "dark slate blue")))) '(font-lock-comment-delimiter-face ((t (:foreground "dim gray" :inherit font-lock-comment-face)))) - '(font-lock-comment-face ((t (:foreground "slate gray" :slant italic :height 1.1)))) + '(font-lock-comment-face ((t (:foreground "slate gray" :slant italic)))) '(font-lock-constant-face ((t (:foreground "dark cyan")))) '(font-lock-function-name-face ((((class color) (min-colors 88) (background light)) (:foreground "Blue1")) (((class color) (min-colors 88) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 16) (background light)) (:foreground "Blue")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 8)) (:weight bold :foreground "blue")) (t (:weight bold :inverse-video t)))) '(font-lock-keyword-face ((t (:foreground "slate blue")))) |