Play with font faces

This commit is contained in:
MitchMarq42 2022-08-08 06:38:17 -08:00
parent 7e11792ce9
commit 052801c209

View File

@ -91,12 +91,13 @@
(mitch-dark-red "DarkRed") (mitch-dark-red "DarkRed")
(mitch-mid-gray "grey33") (mitch-mid-gray "grey33")
(mitch-mid-violet "BlueViolet") (mitch-mid-violet "BlueViolet")
(mitch-mid-red "red3")
) )
;; specifications for Emacs faces. ;; specifications for Emacs faces.
( (
;; (default (:background mitch-black :foreground mitch-light-yellow)) ;; (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)) (default (:slant 'normal))
(cursor (:inverse-video t)) (cursor (:inverse-video t))
(highlight (:background mitch-visual-bg)) (highlight (:background mitch-visual-bg))
@ -117,9 +118,9 @@
(font-lock-constant-face (:foreground mitch-light-white :weight 'normal)) (font-lock-constant-face (:foreground mitch-light-white :weight 'normal))
(font-lock-string-face (:foreground mitch-light-blue :slant 'italic)) (font-lock-string-face (:foreground mitch-light-blue :slant 'italic))
(font-lock-builtin-face (:foreground mitch-light-white :weight 'bold)) (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-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-variable-name-face (:foreground mitch-light-cyan :weight 'normal))
(font-lock-negation-char-face (:foreground mitch-visual-bg :weight 'bold)) (font-lock-negation-char-face (:foreground mitch-visual-bg :weight 'bold))
;; other things ;; other things