Fixed org-agenda-date faces
This commit is contained in:
@ -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)
|
||||
)
|
||||
|
||||
|
||||
|
@ -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)
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user