aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/dashboard-config.el2
-rw-r--r--themes/dupre-faces.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/dashboard-config.el b/modules/dashboard-config.el
index cb97a076..803c249d 100644
--- a/modules/dashboard-config.el
+++ b/modules/dashboard-config.el
@@ -51,7 +51,7 @@
;; The default centering can be off due to font width calculations.
;; This override allows manual adjustment via dashboard-banner-title-offset.
-(defvar dashboard-banner-title-offset 5
+(defvar dashboard-banner-title-offset 3
"Offset to adjust banner title centering.
Positive values shift left, negative values shift right.
Adjust this if the title doesn't appear centered under the banner image.")
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))))