From 76428bc7eead883e57f7bd37ac2626871d347197 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Sun, 8 Nov 2020 16:19:37 -0800 Subject: misc --- themes/blendoit-light-theme.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'themes/blendoit-light-theme.el') diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index 1be39e3..2d916ea 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -21,12 +21,12 @@ '(font-lock-function-name-face ((t (:foreground "DarkOrchid4" :weight bold)))) '(font-lock-keyword-face ((t (:foreground "medium violet red")))) '(font-lock-negation-char-face ((t nil))) - '(font-lock-preprocessor-face ((t (:inherit (font-lock-builtin-face))))) - '(font-lock-regexp-grouping-backslash ((t (:inherit (bold))))) - '(font-lock-regexp-grouping-construct ((t (:inherit (bold))))) - '(font-lock-string-face ((t (:height 1.1 :foreground "MediumOrchid3" :inherit variable-pitch)))) + '(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 variable-pitch :foreground "MediumOrchid3" :height 1.1)))) '(font-lock-type-face ((t (:foreground "orchid2")))) - '(font-lock-variable-name-face ((t (:foreground "sienna")))) + '(font-lock-variable-name-face ((t (:foreground "DarkOrchid3" :weight bold)))) '(font-lock-warning-face ((t (:inherit (error))))) '(fringe ((t (:background "grey95")))) '(header-line ((t (:weight extra-bold :height 1.8 :family "Jost*")))) -- cgit v1.2.3