branch: elpa/ujelly-theme
commit a40331eca98d8bb82fc98ef00431a282bd0205ab
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>

    add customization for org-link
---
 ujelly-theme.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 107cfe5..9c6daa7 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -126,6 +126,7 @@
        `(org-level-1 ((,class (:foreground ,ujelly-red-2))))
        `(org-level-2 ((,class (:foreground ,ujelly-red-0))))
        `(org-level-3 ((,class (:foreground ,ujelly-red-0))))
+       `(org-link ((,class (:foreground ,ujelly-blue-0))))
        `(org-special-keyword ((,class (:foreground ,ujelly-purple-0))))
        `(org-todo ((,class (:foreground ,ujelly-yellow-0))))
        `(region ((,class (:background ,ujelly-purple-1))))

Reply via email to