branch: externals/modus-operandi-theme
commit 4ad18ec1912db9ba1137045acf29e01f47b23b47
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Add support for YAML-MODE (issue #17)
---
 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 8297440..f808cd5 100644
--- a/README.org
+++ b/README.org
@@ -322,6 +322,7 @@ the "full support" may not be 100% true…
 + xah-elisp-mode
 + xref
 + xterm-color (and ansi-colors)
++ yaml-mode
 + ztree
 
 Plus many other miscellaneous faces that are provided by the out-of-the-box
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 7812112..9c091d0 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -212,6 +212,7 @@
 ;;     xah-elisp-mode
 ;;     xref
 ;;     xterm-color (and ansi-colors)
+;;     yaml-mode
 ;;     ztree
 
 ;;; Code:
@@ -2240,6 +2241,8 @@ between foreground and background is >= 7:1)."
    `(xref-file-header ((,class (:foreground ,fg-special-cold :weight bold))))
    `(xref-line-number ((,class (:foreground ,fg-alt))))
    `(xref-match ((,class (:inherit match))))
+   ;;;; yaml-mode
+   `(yaml-tab-face ((,class (:inherit modus-theme-intense-red))))
    ;;;; ztree
    `(ztreep-arrow-face ((,class (:foreground ,fg-inactive))))
    `(ztreep-diff-header-face ((,class (:height 1.2 :foreground 
,fg-special-cold :weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 6568a60..e54c1a7 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -212,6 +212,7 @@
 ;;     xah-elisp-mode
 ;;     xref
 ;;     xterm-color (and ansi-colors)
+;;     yaml-mode
 ;;     ztree
 
 ;;; Code:
@@ -2240,6 +2241,8 @@ between foreground and background is >= 7:1)."
    `(xref-file-header ((,class (:foreground ,fg-special-cold :weight bold))))
    `(xref-line-number ((,class (:foreground ,fg-alt))))
    `(xref-match ((,class (:inherit match))))
+   ;;;; yaml-mode
+   `(yaml-tab-face ((,class (:inherit modus-theme-intense-red))))
    ;;;; ztree
    `(ztreep-arrow-face ((,class (:foreground ,fg-inactive))))
    `(ztreep-diff-header-face ((,class (:height 1.2 :foreground 
,fg-special-cold :weight bold))))

Reply via email to