summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-22 18:15:00 -0500
committerCraig Jennings <c@cjennings.net>2026-05-22 18:15:00 -0500
commit8e87e0d9d471c7a7452d81af421d9873d68f3f30 (patch)
tree2893139b8647195043b5ab1b0f160930a16a6373 /themes
parent019205d019f725e086c86ac7e65290396f828dd2 (diff)
downloaddotemacs-8e87e0d9d471c7a7452d81af421d9873d68f3f30.tar.gz
dotemacs-8e87e0d9d471c7a7452d81af421d9873d68f3f30.zip
fix(dashboard): center the banner subtitle and color the navigator and items
The banner subtitle sat left of center because dashboard-banner-title-offset was 5, which over-shifts. I dropped it to 3, which lines the subtitle up under the banner image. The navigator and the recentf/project/bookmark list rendered in the default near-white. I set dashboard-items-face to steel+2 so they pick up a theme color, and the section headers stay blue via dashboard-heading. The navigator and the items share dashboard-items-face, because the navigator is drawn with a dashboard-items-face overlay that wins over its per-button dashboard-navigator face, so they take one color by design here.
Diffstat (limited to 'themes')
-rw-r--r--themes/dupre-faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/dupre-faces.el b/themes/dupre-faces.el
index 53f131e5..fdd61a55 100644
--- a/themes/dupre-faces.el
+++ b/themes/dupre-faces.el
@@ -487,7 +487,7 @@
;;;;; Dashboard
`(dashboard-banner-logo-title ((t (:foreground ,yellow :weight bold :height 1.2))))
`(dashboard-heading ((t (:foreground ,blue :weight bold))))
- `(dashboard-items-face ((t (:foreground ,fg))))
+ `(dashboard-items-face ((t (:foreground ,steel+2))))
`(dashboard-no-items-face ((t (:foreground ,gray))))
`(dashboard-navigator ((t (:foreground ,blue))))
`(dashboard-footer ((t (:foreground ,gray :slant italic))))