Restore string color.

Commit
cc3e0cfb4ecec13e4a5153f3fd52a4bdefd4cc6c
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
themes/blendoit-light-theme.el
index 42d892d9..6111caa1 100644..100644
@@ -1,5 +1,5 @@
1 1 (deftheme blendoit-light
2 Removed: "Created 2020-12-09.")
2 Added: "Created 2020-12-10.")
3 3
4 4 (custom-theme-set-faces
5 5 'blendoit-light
@@ -24,7 +24,7 @@
24 24 '(font-lock-preprocessor-face ((t (:inherit font-lock-builtin-face))))
25 25 '(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "dark orange"))))
26 26 '(font-lock-regexp-grouping-construct ((t (:inherit bold))))
27 Removed: '(font-lock-string-face ((t (:inherit default))))
27 Added: '(font-lock-string-face ((t (:foreground "MediumOrchid3" :inherit variable-pitch))))
28 28 '(font-lock-type-face ((t (:foreground "orchid2"))))
29 29 '(font-lock-variable-name-face ((t (:foreground "DarkOrchid3" :weight bold))))
30 30 '(font-lock-warning-face ((t (:inherit (error)))))