(Emacs/elisp)~make personal-primary theme's whitespace less noticeable

This commit is contained in:
2024-06-13 00:57:51 +01:00
parent bab2d5d019
commit 868d0e65bb

View File

@@ -77,7 +77,7 @@
'(trailing-whitespace ((t (:background "red1"))))
'(variable-pitch ((((type w32)) (:foundry "outline" :family "Arial")) (t (:family "Sans Serif"))))
'(whitespace-line ((t (:background "black" :foreground "violet"))))
'(whitespace-space ((t (:background "#050505" :foreground "black"))))
'(whitespace-space ((t (:background "#0a0a0a" :foreground "black"))))
'(whitespace-tab ((t (:background "grey5" :foreground "grey20"))))
'(default ((t (:family "Hack" :foundry "ADBO" :width normal
:weight normal :slant normal :underline nil :overline nil