aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-26 07:47:03 -0500
committerCraig Jennings <c@cjennings.net>2026-05-26 07:47:03 -0500
commit428b8a315e914f30626cb34f529de3a1957e1dd6 (patch)
tree8e143be3f172d2f23acdc577dbc8bb9cd1a069ad
parent25c47943b322f8df0530220cb5b290b07e18a9e3 (diff)
downloaddotemacs-428b8a315e914f30626cb34f529de3a1957e1dd6.tar.gz
dotemacs-428b8a315e914f30626cb34f529de3a1957e1dd6.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.
-rw-r--r--themes/dupre-palette.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/dupre-palette.el b/themes/dupre-palette.el
index b2451e81..3901ef82 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")