From 26a13d2b4f32bd3ecb0b2e93c91162cb619d2f00 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 26 Jul 2024 18:00:53 +0300 Subject: dashboard-header-face: Use a Tyrian Purple variant. * Tyrian purple is a high-chroma pigment and cannot be displayed properly on RGB screens. This variant should suffice for both dark and light backgrounds. * Using outline causes isssues with centering string, since many themes use custom :height, increasing the font size. --- gnosis-dashboard.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnosis-dashboard.el') diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el index c89fd20..fb7d49a 100644 --- a/gnosis-dashboard.el +++ b/gnosis-dashboard.el @@ -59,9 +59,8 @@ "Store search value.") (defface gnosis-dashboard-header-face - '((t :inherit (outline-1) :weight bold)) - "Face for the dashboard header.." - :group 'gnosis) + '((t :foreground "#ff0a6a" :weight bold)) + "My custom face for both light and dark backgrounds.") (defun gnosis-dashboard-generate-dates (&optional year) "Return a list of all dates (year month day) for YEAR." -- cgit v1.2.3