mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +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 styles for dates in agenda
|
||||||
(custom-set-faces!
|
(custom-set-faces!
|
||||||
'(org-agenda-date :inherit outline-1 :height 1.15)
|
'(org-agenda-date :inherit outline-1 :height 1.15)
|
||||||
'(org-agenda-date-today :inherit diary :height 1.15)
|
'(org-agenda-date-today :inherit outline-2 :height 1.15)
|
||||||
'(org-agenda-date-weekend :ineherit outline-2 :height 1.15)
|
'(org-agenda-date-weekend :inherit outline-1 :height 1.15)
|
||||||
'(org-agenda-date-weekend-today :inherit outline-4 :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)
|
'(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)))
|
`(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
|
;; Toggle completed entries function
|
||||||
(defun org-agenda-toggle-completed ()
|
(defun org-agenda-toggle-completed ()
|
||||||
|
|
|
@ -47,6 +47,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = (with pkgs-emacs; [
|
home.packages = (with pkgs-emacs; [
|
||||||
|
emacs-lsp-booster
|
||||||
nil
|
nil
|
||||||
nixfmt
|
nixfmt
|
||||||
file
|
file
|
||||||
|
|
|
@ -1222,13 +1222,12 @@ On Wayland, EAF doesn't work.
|
||||||
;; Custom styles for dates in agenda
|
;; Custom styles for dates in agenda
|
||||||
(custom-set-faces!
|
(custom-set-faces!
|
||||||
'(org-agenda-date :inherit outline-1 :height 1.15)
|
'(org-agenda-date :inherit outline-1 :height 1.15)
|
||||||
'(org-agenda-date-today :inherit diary :height 1.15)
|
'(org-agenda-date-today :inherit outline-2 :height 1.15)
|
||||||
'(org-agenda-date-weekend :ineherit outline-2 :height 1.15)
|
'(org-agenda-date-weekend :inherit outline-1 :height 1.15)
|
||||||
'(org-agenda-date-weekend-today :inherit outline-4 :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)
|
'(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)))
|
`(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
|
;; Toggle completed entries function
|
||||||
(defun org-agenda-toggle-completed ()
|
(defun org-agenda-toggle-completed ()
|
||||||
|
|
Loading…
Reference in a new issue