emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-operandi-theme 1ad51de 052/112: Add support for O


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 1ad51de 052/112: Add support for ORG-ROAM
Date: Mon, 30 Mar 2020 15:59:37 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 1ad51de7d96848befffc708b9a9bc9dc2f0d3792
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for ORG-ROAM
---
 README.org              | 1 +
 modus-operandi-theme.el | 4 ++++
 modus-vivendi-theme.el  | 4 ++++
 3 files changed, 9 insertions(+)

diff --git a/README.org b/README.org
index 2ab76a6..326499c 100644
--- a/README.org
+++ b/README.org
@@ -290,6 +290,7 @@ the "full support" may not be 100% true…
 + org-noter
 + org-pomodoro
 + org-recur
++ org-roam
 + origami
 + outline-mode
 + outline-minor-faces
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 68a14e8..72b78e9 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -180,6 +180,7 @@
 ;;     org-noter
 ;;     org-pomodoro
 ;;     org-recur
+;;     org-roam
 ;;     origami
 ;;     outline-mode
 ;;     outline-minor-faces
@@ -2029,6 +2030,9 @@ between foreground and background is >= 7:1)."
    `(org-pomodoro-mode-line-overtime ((,class (:foreground ,red-active :weight 
bold))))
    ;;;; org-recur
    `(org-recur ((,class (:foreground ,magenta-active))))
+   ;;;; org-roam
+   `(org-roam-link ((,class (:foreground ,blue-alt-other :underline t))))
+   `(org-roam-backlink ((,class (:foreground ,green-alt-other :underline t))))
    ;;;; origami
    `(origami-fold-header-face ((,class (:background ,bg-dim :foreground 
,fg-dim :box t))))
    `(origami-fold-replacement-face ((,class (:background ,bg-alt :foreground 
,fg-alt))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 03a1b24..6b67eaf 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -180,6 +180,7 @@
 ;;     org-noter
 ;;     org-pomodoro
 ;;     org-recur
+;;     org-roam
 ;;     origami
 ;;     outline-mode
 ;;     outline-minor-faces
@@ -2029,6 +2030,9 @@ between foreground and background is >= 7:1)."
    `(org-pomodoro-mode-line-overtime ((,class (:foreground ,red-active :weight 
bold))))
    ;;;; org-recur
    `(org-recur ((,class (:foreground ,magenta-active))))
+   ;;;; org-roam
+   `(org-roam-link ((,class (:foreground ,blue-alt-other :underline t))))
+   `(org-roam-backlink ((,class (:foreground ,green-alt-other :underline t))))
    ;;;; origami
    `(origami-fold-header-face ((,class (:background ,bg-dim :foreground 
,fg-dim :box t))))
    `(origami-fold-replacement-face ((,class (:background ,bg-alt :foreground 
,fg-alt))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]