From 052801c209bd0a45c87e047f1a4e8e9b3cc9a7ba Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Mon, 8 Aug 2022 06:38:17 -0800 Subject: [PATCH] Play with font faces --- lisp/mitch-theme.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/mitch-theme.el b/lisp/mitch-theme.el index c14232c..c99392b 100644 --- a/lisp/mitch-theme.el +++ b/lisp/mitch-theme.el @@ -91,12 +91,13 @@ (mitch-dark-red "DarkRed") (mitch-mid-gray "grey33") (mitch-mid-violet "BlueViolet") + (mitch-mid-red "red3") ) ;; specifications for Emacs faces. ( ;; (default (:background mitch-black :foreground mitch-light-yellow)) - ;; (default (:background mitch-black :foreground mitch-white)) + (default (:background mitch-black :foreground mitch-white)) (default (:slant 'normal)) (cursor (:inverse-video t)) (highlight (:background mitch-visual-bg)) @@ -117,9 +118,9 @@ (font-lock-constant-face (:foreground mitch-light-white :weight 'normal)) (font-lock-string-face (:foreground mitch-light-blue :slant 'italic)) (font-lock-builtin-face (:foreground mitch-light-white :weight 'bold)) - (font-lock-keyword-face (:foreground mitch-yellow :weight 'normal)) + (font-lock-keyword-face (:foreground mitch-mid-red :weight 'normal)) (font-lock-type-face (:foreground mitch-light-red :weight 'bold)) - (font-lock-function-name-face (:foreground mitch-red :weight 'bold)) + (font-lock-function-name-face (:foreground mitch-red :weight 'normal)) (font-lock-variable-name-face (:foreground mitch-light-cyan :weight 'normal)) (font-lock-negation-char-face (:foreground mitch-visual-bg :weight 'bold)) ;; other things