summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el
index f165ef9..0e97534 100644
--- a/init.el
+++ b/init.el
@@ -245,13 +245,13 @@
;; Face colors for whitespace characters
(set-face-attribute 'whitespace-tab nil
:foreground "#016868"
- :background nil)
+ :background "#003636")
(set-face-attribute 'whitespace-space nil
:foreground "#016868"
- :background nil)
+ :background "#003636")
(set-face-attribute 'whitespace-newline nil
:foreground "#016868"
- :background nil)
+ :background "#003636")
(set-face-attribute 'whitespace-trailing nil
:foreground "#d2691e"
:background "#003030"))