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

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

[elpa] externals/modus-operandi-theme a044e41 10/54: Add support for YAS


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme a044e41 10/54: Add support for YASNIPPET
Date: Thu, 4 Jun 2020 08:20:10 -0400 (EDT)

branch: externals/modus-operandi-theme
commit a044e41472d2c6c7479d4ddc733deadbbc34f953
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for YASNIPPET
---
 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 ef72bda..3322c6e 100644
--- a/README.org
+++ b/README.org
@@ -778,6 +778,7 @@ the "full support" may not be 100% true…
 + xref
 + xterm-color (and ansi-colors)
 + yaml-mode
++ yasnippet
 + 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 b320f16..a910876 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -298,6 +298,7 @@
 ;;     xref
 ;;     xterm-color (and ansi-colors)
 ;;     yaml-mode
+;;     yasnippet
 ;;     ztree
 
 ;;; Code:
@@ -3242,6 +3243,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(xref-match ((,class (:inherit match))))
    ;;;; yaml-mode
    `(yaml-tab-face ((,class (:inherit modus-theme-intense-red))))
+   ;;;; yasnippet
+   `(yas-field-highlight-face ((,class (:background ,bg-alt :foreground 
,fg-main))))
    ;;;; 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 ccaf838..0e2bc4c 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -298,6 +298,7 @@
 ;;     xref
 ;;     xterm-color (and ansi-colors)
 ;;     yaml-mode
+;;     yasnippet
 ;;     ztree
 
 ;;; Code:
@@ -3242,6 +3243,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(xref-match ((,class (:inherit match))))
    ;;;; yaml-mode
    `(yaml-tab-face ((,class (:inherit modus-theme-intense-red))))
+   ;;;; yasnippet
+   `(yas-field-highlight-face ((,class (:background ,bg-alt :foreground 
,fg-main))))
    ;;;; 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

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