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) )