Makes the zenburn theme a bit more contrasted

This commit is contained in:
2022-01-19 09:14:14 +01:00
parent 744fe00eda
commit a80b9509ee

2
.emacs
View File

@@ -412,10 +412,10 @@ header"
`(whitespace-indentation ((t (:background ,zenburn-bg+1)))) `(whitespace-indentation ((t (:background ,zenburn-bg+1))))
`(whitespace-empty ((t (:background ,zenburn-bg+1)))) `(whitespace-empty ((t (:background ,zenburn-bg+1))))
`(whitespace-space-after-tab ((t (:background ,zenburn-bg+1 :foreground ,zenburn-red)))) `(whitespace-space-after-tab ((t (:background ,zenburn-bg+1 :foreground ,zenburn-red))))
`(font-lock-type-face ((t (:foreground ,zenburn-blue+1))))
) )
(global-whitespace-mode 1) (global-whitespace-mode 1)
) )
) )
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.