Fix org agenda date faces

This commit is contained in:
Emmet 2024-07-20 11:34:21 -05:00
parent 868b0db976
commit 5570e49412
3 changed files with 9 additions and 10 deletions

View file

@ -1050,13 +1050,12 @@ If the path from LINK does not exist, nil is returned."
;; Custom styles for dates in agenda
(custom-set-faces!
'(org-agenda-date :inherit outline-1 :height 1.15)
'(org-agenda-date-today :inherit diary :height 1.15)
'(org-agenda-date-weekend :ineherit outline-2 :height 1.15)
'(org-agenda-date-weekend-today :inherit outline-4 :height 1.15)
'(org-agenda-date-today :inherit outline-2 :height 1.15)
'(org-agenda-date-weekend :inherit outline-1 :height 1.15)
'(org-agenda-date-weekend-today :inherit outline-2 :height 1.15)
'(org-super-agenda-header :inherit custom-button :weight bold :height 1.05)
`(link :foreground unspecified :underline nil :background ,(nth 1 (nth 7 doom-themes--colors)))
'(org-link :foreground unspecified)
)
'(org-link :foreground unspecified))
;; Toggle completed entries function
(defun org-agenda-toggle-completed ()

View file

@ -47,6 +47,7 @@ in
};
home.packages = (with pkgs-emacs; [
emacs-lsp-booster
nil
nixfmt
file

View file

@ -1222,13 +1222,12 @@ On Wayland, EAF doesn't work.
;; Custom styles for dates in agenda
(custom-set-faces!
'(org-agenda-date :inherit outline-1 :height 1.15)
'(org-agenda-date-today :inherit diary :height 1.15)
'(org-agenda-date-weekend :ineherit outline-2 :height 1.15)
'(org-agenda-date-weekend-today :inherit outline-4 :height 1.15)
'(org-agenda-date-today :inherit outline-2 :height 1.15)
'(org-agenda-date-weekend :inherit outline-1 :height 1.15)
'(org-agenda-date-weekend-today :inherit outline-2 :height 1.15)
'(org-super-agenda-header :inherit custom-button :weight bold :height 1.05)
`(link :foreground unspecified :underline nil :background ,(nth 1 (nth 7 doom-themes--colors)))
'(org-link :foreground unspecified)
)
'(org-link :foreground unspecified))
;; Toggle completed entries function
(defun org-agenda-toggle-completed ()