From 877a7cbc87abe1df4b5d881f204c593141ca8c88 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 26 May 2026 07:47:03 -0500 Subject: 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. --- themes/dupre-palette.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') 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") -- cgit v1.2.3