Adapt Roam links color to go with new light theme
This commit is contained in:
parent
11b9bf0e25
commit
cdfd5662fd
|
@ -260,7 +260,7 @@ Customize the capture templates:
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(after! org-roam
|
(after! org-roam
|
||||||
(set-face-attribute 'org-roam-link nil :foreground "#CCCC60")
|
(set-face-attribute 'org-roam-link nil :foreground "#FF8860")
|
||||||
(setq org-roam-capture-templates
|
(setq org-roam-capture-templates
|
||||||
'(("d" "default" plain (function org-roam-capture--get-point)
|
'(("d" "default" plain (function org-roam-capture--get-point)
|
||||||
"%?"
|
"%?"
|
||||||
|
|
Loading…
Reference in a new issue