branch: externals/modus-operandi-theme
commit 4f359027e005750748d90fa38ac07b616f779755
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for PARADOX
---
README.org | 1 +
modus-operandi-theme.el | 14 ++++++++++++++
modus-vivendi-theme.el | 14 ++++++++++++++
3 files changed, 29 insertions(+)
diff --git a/README.org b/README.org
index a524823..d51c97e 100644
--- a/README.org
+++ b/README.org
@@ -299,6 +299,7 @@ the "full support" may not be 100% true…
+ outline-mode
+ outline-minor-faces
+ package (=M-x list-packages=)
++ paradox
+ paren-face
+ pass
+ persp-mode
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 024fe30..d1e1b80 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -189,6 +189,7 @@
;; outline-mode
;; outline-minor-faces
;; package (M-x list-packages)
+;; paradox
;; paren-face
;; pass
;; persp-mode
@@ -2155,6 +2156,19 @@ between foreground and background is >= 7:1)."
`(package-status-installed ((,class (:foreground ,fg-special-warm))))
`(package-status-new ((,class (:foreground ,green :weight bold))))
`(package-status-unsigned ((,class (:foreground ,red-alt :weight bold))))
+ ;;;; paradox
+ `(paradox-archive-face ((,class (:foreground ,fg-special-mild))))
+ `(paradox-comment-face ((,class (:foreground ,fg-alt :slant
,modus-theme-slant))))
+ `(paradox-commit-tag-face ((,class (:inherit modus-theme-refine-magenta
:box t))))
+ `(paradox-description-face ((,class (:foreground ,fg-special-cold))))
+ `(paradox-description-face-multiline ((,class (:foreground
,fg-special-cold))))
+ `(paradox-download-face ((,class (:foreground ,blue-alt-other :weight
,modus-theme-bold))))
+ `(paradox-highlight-face ((,class (:foreground ,cyan-alt-other :weight
,modus-theme-bold))))
+ `(paradox-homepage-button-face ((,class (:foreground ,magenta-alt-other
:underline t))))
+ `(paradox-mode-line-face ((,class (:foreground ,cyan-active :weight bold))))
+ `(paradox-name-face ((,class (:foreground ,blue :underline t))))
+ `(paradox-star-face ((,class (:foreground ,magenta))))
+ `(paradox-starred-face ((,class (:foreground ,magenta-alt))))
;;;; paren-face
`(parenthesis ((,class (:foreground ,fg-alt))))
;;;; pass
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 699e489..eae842a 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -189,6 +189,7 @@
;; outline-mode
;; outline-minor-faces
;; package (M-x list-packages)
+;; paradox
;; paren-face
;; pass
;; persp-mode
@@ -2155,6 +2156,19 @@ between foreground and background is >= 7:1)."
`(package-status-installed ((,class (:foreground ,fg-special-warm))))
`(package-status-new ((,class (:foreground ,green :weight bold))))
`(package-status-unsigned ((,class (:foreground ,red-alt :weight bold))))
+ ;;;; paradox
+ `(paradox-archive-face ((,class (:foreground ,fg-special-mild))))
+ `(paradox-comment-face ((,class (:foreground ,fg-alt :slant
,modus-theme-slant))))
+ `(paradox-commit-tag-face ((,class (:inherit modus-theme-refine-magenta
:box t))))
+ `(paradox-description-face ((,class (:foreground ,fg-special-cold))))
+ `(paradox-description-face-multiline ((,class (:foreground
,fg-special-cold))))
+ `(paradox-download-face ((,class (:foreground ,blue-alt-other :weight
,modus-theme-bold))))
+ `(paradox-highlight-face ((,class (:foreground ,cyan-alt-other :weight
,modus-theme-bold))))
+ `(paradox-homepage-button-face ((,class (:foreground ,magenta-alt-other
:underline t))))
+ `(paradox-mode-line-face ((,class (:foreground ,cyan-active :weight bold))))
+ `(paradox-name-face ((,class (:foreground ,blue :underline t))))
+ `(paradox-star-face ((,class (:foreground ,magenta))))
+ `(paradox-starred-face ((,class (:foreground ,magenta-alt))))
;;;; paren-face
`(parenthesis ((,class (:foreground ,fg-alt))))
;;;; pass