From d6e502fcc71c00a4f27ad15520507e1bf720f126 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Nov 2021 19:00:14 -0500 Subject: Remove distinct function and variable name colors --- emacs/.emacs.d/drobillized-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el index 880f512..00751d8 100644 --- a/emacs/.emacs.d/drobillized-theme.el +++ b/emacs/.emacs.d/drobillized-theme.el @@ -113,12 +113,12 @@ Reload the theme after changing anything in this group." `(font-lock-comment-face ((t (:foreground ,violet :slant normal)))) `(font-lock-constant-face ((t (:foreground ,base1)))) `(font-lock-doc-face ((t (:inherit font-lock-string-face :foreground ,violet)))) - `(font-lock-function-name-face ((t (:inherit default :foreground ,base1)))) + `(font-lock-function-name-face ((t (:inherit default)))) `(font-lock-keyword-face ((t (:foreground ,base1)))) `(font-lock-preprocessor-face ((nil (:foreground ,base00)))) `(font-lock-string-face ((t (:foreground ,magenta)))) `(font-lock-type-face ((t (:foreground ,green :weight normal)))) - `(font-lock-variable-name-face ((t (:foreground "#CCC" :weight normal)))) + `(font-lock-variable-name-face ((t (:inherit default)))) `(font-lock-warning-face ((t (:foreground ,red)))) `(fringe ((t (:background "#1B2022" :foreground "#888")))) `(git-gutter:added ((t (:inherit diff-added)))) -- cgit v1.2.1