diff options
| author | bh <qn+git@excalibur.computer> | 2026-04-07 17:04:54 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-04-07 17:04:54 +0800 |
| commit | ee05e6544cd350f7ef999f4fcc265ee4cd55ddad (patch) | |
| tree | f80a3f0b5c6397d2231b8e436dbfae929c9c5420 /init.el | |
| parent | 9354ac3a120c0945702b70db2a87defb9723c459 (diff) | |
Hardcode the background colour for the whitespace characters
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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")) |
