diff options
author | Blendoit <blendoit@gmail.com> | 2020-12-13 18:22:21 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-12-13 18:22:21 -0800 |
commit | cc3e0cfb4ecec13e4a5153f3fd52a4bdefd4cc6c (patch) | |
tree | c9a66103311e846e11d6e74cabbeca9be730a7fe | |
parent | 594dd9bc0819459e4a6815c165ca98d13bf883d7 (diff) |
Restore string color.
-rw-r--r-- | themes/blendoit-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index 42d892d..6111caa 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -1,5 +1,5 @@ (deftheme blendoit-light - "Created 2020-12-09.") + "Created 2020-12-10.") (custom-theme-set-faces 'blendoit-light @@ -24,7 +24,7 @@ '(font-lock-preprocessor-face ((t (:inherit font-lock-builtin-face)))) '(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "dark orange")))) '(font-lock-regexp-grouping-construct ((t (:inherit bold)))) - '(font-lock-string-face ((t (:inherit default)))) + '(font-lock-string-face ((t (:foreground "MediumOrchid3" :inherit variable-pitch)))) '(font-lock-type-face ((t (:foreground "orchid2")))) '(font-lock-variable-name-face ((t (:foreground "DarkOrchid3" :weight bold)))) '(font-lock-warning-face ((t (:inherit (error))))) |