mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fix org agenda date faces
This commit is contained in:
parent
868b0db976
commit
5570e49412
|
@ -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 ()
|
||||
|
|
|
@ -47,6 +47,7 @@ in
|
|||
};
|
||||
|
||||
home.packages = (with pkgs-emacs; [
|
||||
emacs-lsp-booster
|
||||
nil
|
||||
nixfmt
|
||||
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 ()
|
||||
|
|
Loading…
Reference in a new issue