mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Uses background for link from doom theme
This commit is contained in:
parent
867024731c
commit
41600094d0
|
@ -973,6 +973,7 @@ If FULL-MODE is not null, run full krita."
|
||||||
org-agenda-skip-scheduled-if-deadline-is-shown t
|
org-agenda-skip-scheduled-if-deadline-is-shown t
|
||||||
org-agenda-skip-timestamp-if-deadline-is-shown t)
|
org-agenda-skip-timestamp-if-deadline-is-shown t)
|
||||||
|
|
||||||
|
|
||||||
;; 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)
|
||||||
|
@ -980,7 +981,7 @@ If FULL-MODE is not null, run full krita."
|
||||||
'(org-agenda-date-weekend :ineherit outline-2 :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-weekend-today :inherit outline-4 :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 "#46354a")
|
`(link :foreground unspecified :underline nil :background ,(nth 1 (nth 7 doom-themes--colors)))
|
||||||
'(org-link :foreground unspecified)
|
'(org-link :foreground unspecified)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1130,6 +1130,7 @@ On Wayland, EAF doesn't work.
|
||||||
org-agenda-skip-scheduled-if-deadline-is-shown t
|
org-agenda-skip-scheduled-if-deadline-is-shown t
|
||||||
org-agenda-skip-timestamp-if-deadline-is-shown t)
|
org-agenda-skip-timestamp-if-deadline-is-shown t)
|
||||||
|
|
||||||
|
|
||||||
;; 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)
|
||||||
|
@ -1137,7 +1138,7 @@ On Wayland, EAF doesn't work.
|
||||||
'(org-agenda-date-weekend :ineherit outline-2 :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-weekend-today :inherit outline-4 :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 "#46354a")
|
`(link :foreground unspecified :underline nil :background ,(nth 1 (nth 7 doom-themes--colors)))
|
||||||
'(org-link :foreground unspecified)
|
'(org-link :foreground unspecified)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1180,17 +1181,6 @@ On Wayland, EAF doesn't work.
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+RESULTS:
|
|
||||||
| Teaching.p | () | nil | nil | :ascent | center |
|
|
||||||
| Family.s | () | nil | nil | :ascent | center |
|
|
||||||
| Producer.p | () | nil | nil | :ascent | center |
|
|
||||||
| Bard.p | () | nil | nil | :ascent | center |
|
|
||||||
| Stories.s | () | nil | nil | :ascent | center |
|
|
||||||
| Author.p | () | nil | nil | :ascent | center |
|
|
||||||
| Gamedev.s | () | nil | nil | :ascent | center |
|
|
||||||
| Knowledge.p | () | nil | nil | :ascent | center |
|
|
||||||
| Personal.p | () | nil | nil | :ascent | center |
|
|
||||||
|
|
||||||
*** Org Agenda Convenience Functions
|
*** Org Agenda Convenience Functions
|
||||||
#+BEGIN_SRC emacs-lisp :tangle config.el
|
#+BEGIN_SRC emacs-lisp :tangle config.el
|
||||||
(defun org-categorize-by-roam-db-on-save ()
|
(defun org-categorize-by-roam-db-on-save ()
|
||||||
|
|
Loading…
Reference in a new issue