Fixed org-agenda-date faces

This commit is contained in:
Emmet 2024-06-29 22:58:21 -05:00
parent d6dc86d4c8
commit 7a5b01ab7d
2 changed files with 8 additions and 0 deletions

View file

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

View file

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