From 7a5b01ab7de1127a9ba13f88c39e4bccbc73f6ac Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 29 Jun 2024 22:58:21 -0500 Subject: [PATCH] Fixed org-agenda-date faces --- user/app/doom-emacs/config.el | 4 ++++ user/app/doom-emacs/doom.org | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/user/app/doom-emacs/config.el b/user/app/doom-emacs/config.el index 5107ccb..e4ce51f 100644 --- a/user/app/doom-emacs/config.el +++ b/user/app/doom-emacs/config.el @@ -262,6 +262,10 @@ `(outline-7 :height 1.05 :foreground ,(nth 1 (nth 18 doom-themes--colors))) `(outline-8 :height 1.05 :foreground ,(nth 1 (nth 11 doom-themes--colors))) '(variable-pitch :family "Intel One Mono") + `(org-agenda-date :inherit 'unspecified :foreground ,(nth 1 (nth 19 doom-themes--colors)) :weight bold :height 1.1) + `(org-agenda-date-today :inherit 'unspecified :foreground ,(nth 1 (nth 15 doom-themes--colors)) :weight bold :height 1.1) + `(org-agenda-date-weekend :inherit 'unspecified :foreground ,(nth 1 (nth 24 doom-themes--colors)) :weight bold :height 1.1) + `(org-agenda-date-weekend-today :inherit 'unspecified :foreground ,(nth 1 (nth 15 doom-themes--colors)) :weight bold :height 1.1) ) diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org index adc540d..ff15424 100644 --- a/user/app/doom-emacs/doom.org +++ b/user/app/doom-emacs/doom.org @@ -332,6 +332,10 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu `(outline-7 :height 1.05 :foreground ,(nth 1 (nth 18 doom-themes--colors))) `(outline-8 :height 1.05 :foreground ,(nth 1 (nth 11 doom-themes--colors))) '(variable-pitch :family "Intel One Mono") + `(org-agenda-date :inherit 'unspecified :foreground ,(nth 1 (nth 19 doom-themes--colors)) :weight bold :height 1.1) + `(org-agenda-date-today :inherit 'unspecified :foreground ,(nth 1 (nth 15 doom-themes--colors)) :weight bold :height 1.1) + `(org-agenda-date-weekend :inherit 'unspecified :foreground ,(nth 1 (nth 24 doom-themes--colors)) :weight bold :height 1.1) + `(org-agenda-date-weekend-today :inherit 'unspecified :foreground ,(nth 1 (nth 15 doom-themes--colors)) :weight bold :height 1.1) )