From cdfd5662fdd2c5ec81638eb381914f61d59aabcc Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 23 Apr 2020 16:45:44 +0200 Subject: [PATCH] Adapt Roam links color to go with new light theme --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 06856a2..fa1ec56 100644 --- a/config.org +++ b/config.org @@ -260,7 +260,7 @@ Customize the capture templates: #+BEGIN_SRC emacs-lisp (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 '(("d" "default" plain (function org-roam-capture--get-point) "%?"