mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fixed org-agenda-date faces
This commit is contained in:
parent
d6dc86d4c8
commit
7a5b01ab7d
|
@ -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)
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue