branch: externals/modus-operandi-theme
commit befd6bee9c482f5d1842520b9427042431714734
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for NUM3-MODE
---
README.org | 1 +
modus-operandi-theme.el | 3 +++
modus-vivendi-theme.el | 3 +++
3 files changed, 7 insertions(+)
diff --git a/README.org b/README.org
index 37a9003..cafb40b 100644
--- a/README.org
+++ b/README.org
@@ -312,6 +312,7 @@ the "full support" may not be 100% true…
+ mu4e-conversation
+ multiple-cursors
+ neotree
++ num3-mode
+ org*
+ org-journal
+ org-noter
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index aa6e116..3190115 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -189,6 +189,7 @@
;; mu4e-conversation
;; multiple-cursors
;; neotree
+;; num3-mode
;; org
;; org-journal
;; org-noter
@@ -2101,6 +2102,8 @@ between foreground and background is >= 7:1)."
`(neo-vc-unlocked-changes-face ((,class (:inherit
modus-theme-refine-blue))))
`(neo-vc-up-to-date-face ((,class (:foreground ,fg-alt))))
`(neo-vc-user-face ((,class (:foreground ,magenta))))
+ ;;;; num3-mode
+ `(num3-face-even ((,class (:background ,bg-alt :weight bold))))
;;;; org
`(org-agenda-calendar-event ((,class (:foreground ,blue-alt))))
`(org-agenda-calendar-sexp ((,class (:foreground ,cyan-alt))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 48a29b1..6231f8d 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -189,6 +189,7 @@
;; mu4e-conversation
;; multiple-cursors
;; neotree
+;; num3-mode
;; org
;; org-journal
;; org-noter
@@ -2101,6 +2102,8 @@ between foreground and background is >= 7:1)."
`(neo-vc-unlocked-changes-face ((,class (:inherit
modus-theme-refine-blue))))
`(neo-vc-up-to-date-face ((,class (:foreground ,fg-alt))))
`(neo-vc-user-face ((,class (:foreground ,magenta))))
+ ;;;; num3-mode
+ `(num3-face-even ((,class (:background ,bg-alt :weight bold))))
;;;; org
`(org-agenda-calendar-event ((,class (:foreground ,blue-alt))))
`(org-agenda-calendar-sexp ((,class (:foreground ,cyan-alt))))