Play with font faces
This commit is contained in:
parent
7e11792ce9
commit
052801c209
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user