diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-26 07:47:03 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-26 07:47:03 -0500 |
| commit | 1a0331445e511a0e2f52547c23d8d40e1619b9fe (patch) | |
| tree | 2ab8b742c5f8f7dac40e270ab36f01db67d4c255 /themes | |
| parent | 1fe3d769d811f55f97f896f58c4998a47445540e (diff) | |
| download | dotemacs-1a0331445e511a0e2f52547c23d8d40e1619b9fe.tar.gz dotemacs-1a0331445e511a0e2f52547c23d8d40e1619b9fe.zip | |
feat(dupre): darken the theme background to #0d0b0a
The previous #151311 was already the palette's darkest entry. #0d0b0a is about 40% darker again. Both bg and bg+0 move together because bg+0 feeds hl-line, which should stay equal to the background.
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/dupre-palette.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/dupre-palette.el b/themes/dupre-palette.el index b2451e819..3901ef82b 100644 --- a/themes/dupre-palette.el +++ b/themes/dupre-palette.el @@ -11,8 +11,8 @@ (defconst dupre-palette '(;;; Base colors - (bg "#151311") - (bg+0 "#151311") + (bg "#0d0b0a") + (bg+0 "#0d0b0a") (bg+1 "#252321") (bg+2 "#474544") |
