diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-06-13 00:57:51 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-06-13 00:57:51 +0100 |
commit | 868d0e65bbae6dd0ff371dac6660d5aed721b5a8 (patch) | |
tree | 795a9d99765b63356f9e14dbbbdb2e038bcc8776 /Emacs/.config/emacs/elisp/personal-primary-theme.el | |
parent | bab2d5d01955fb8c4f4d2ab65e3ad196c5a61815 (diff) | |
download | dotfiles-868d0e65bbae6dd0ff371dac6660d5aed721b5a8.tar.gz dotfiles-868d0e65bbae6dd0ff371dac6660d5aed721b5a8.tar.bz2 dotfiles-868d0e65bbae6dd0ff371dac6660d5aed721b5a8.zip |
(Emacs/elisp)~make personal-primary theme's whitespace less noticeable
Diffstat (limited to 'Emacs/.config/emacs/elisp/personal-primary-theme.el')
-rw-r--r-- | Emacs/.config/emacs/elisp/personal-primary-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-primary-theme.el b/Emacs/.config/emacs/elisp/personal-primary-theme.el index ed1bbd0..22a1faa 100644 --- a/Emacs/.config/emacs/elisp/personal-primary-theme.el +++ b/Emacs/.config/emacs/elisp/personal-primary-theme.el @@ -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 |