branch: externals/modus-vivendi-theme
commit a5f8651aa463982c3e48f83daf2f39beb0ef05fb
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for FORGE (magit issue tracker)
---
README.org | 1 +
modus-operandi-theme.el | 9 +++++++++
modus-vivendi-theme.el | 9 +++++++++
3 files changed, 19 insertions(+)
diff --git a/README.org b/README.org
index 40d1b86..e84d60a 100644
--- a/README.org
+++ b/README.org
@@ -318,6 +318,7 @@ the "full support" may not be 100% true…
+ focus
+ fold-this
+ font-lock (generic syntax highlighting)
++ forge
+ fountain (fountain-mode)
+ geiser
+ git
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 0c9a3a7..4e61303 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -141,6 +141,7 @@
;; focus
;; fold-this
;; font-lock (generic syntax highlighting)
+;; forge
;; fountain (fountain-mode)
;; geiser
;; git
@@ -1434,6 +1435,14 @@ AMOUNT is a customisation option."
`(font-lock-type-face ((,class (:foreground ,magenta-alt))))
`(font-lock-variable-name-face ((,class (:foreground ,cyan))))
`(font-lock-warning-face ((,class (:foreground ,yellow-active :weight
bold))))
+ ;;;; forge
+ `(forge-post-author ((,class (:foreground ,fg-main :weight bold))))
+ `(forge-post-date ((,class (:foreground ,fg-special-cold))))
+ `(forge-topic-closed ((,class (:foreground ,fg-alt))))
+ `(forge-topic-merged ((,class (:foreground ,fg-alt))))
+ `(forge-topic-open ((,class (:foreground ,fg-special-mild))))
+ `(forge-topic-unmerged ((,class (:foreground ,magenta :slant
,modus-theme-slant))))
+ `(forge-topic-unread ((,class (:foreground ,fg-main :weight bold))))
;;;; fountain-mode
`(fountain-character ((,class (:foreground ,magenta-alt-other))))
`(fountain-comment ((,class (:foreground ,fg-alt :slant
,modus-theme-slant))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7334e6a..ae78204 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -141,6 +141,7 @@
;; focus
;; fold-this
;; font-lock (generic syntax highlighting)
+;; forge
;; fountain (fountain-mode)
;; geiser
;; git
@@ -1434,6 +1435,14 @@ AMOUNT is a customisation option."
`(font-lock-type-face ((,class (:foreground ,magenta-alt))))
`(font-lock-variable-name-face ((,class (:foreground ,cyan))))
`(font-lock-warning-face ((,class (:foreground ,yellow-active :weight
bold))))
+ ;;;; forge
+ `(forge-post-author ((,class (:foreground ,fg-main :weight bold))))
+ `(forge-post-date ((,class (:foreground ,fg-special-cold))))
+ `(forge-topic-closed ((,class (:foreground ,fg-alt))))
+ `(forge-topic-merged ((,class (:foreground ,fg-alt))))
+ `(forge-topic-open ((,class (:foreground ,fg-special-mild))))
+ `(forge-topic-unmerged ((,class (:foreground ,magenta :slant
,modus-theme-slant))))
+ `(forge-topic-unread ((,class (:foreground ,fg-main :weight bold))))
;;;; fountain-mode
`(fountain-character ((,class (:foreground ,magenta-alt-other))))
`(fountain-comment ((,class (:foreground ,fg-alt :slant
,modus-theme-slant))))