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

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

[elpa] externals/modus-vivendi-theme ac475d8 28/73: Add support for SEMA


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme ac475d8 28/73: Add support for SEMANTIC
Date: Wed, 26 Aug 2020 09:20:56 -0400 (EDT)

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

    Add support for SEMANTIC
---
 README.org              |  1 +
 modus-operandi-theme.el | 10 ++++++++++
 modus-vivendi-theme.el  | 10 ++++++++++
 3 files changed, 21 insertions(+)

diff --git a/README.org b/README.org
index d70bf1f..30de2fa 100644
--- a/README.org
+++ b/README.org
@@ -1167,6 +1167,7 @@ the "full support" may not be 100% true…
 + ruler-mode
 + sallet
 + selectrum
++ semantic
 + sesman
 + shell-script-mode
 + show-paren-mode
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 025675b..7f744f0 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -276,6 +276,7 @@
 ;;     ruler-mode
 ;;     sallet
 ;;     selectrum
+;;     semantic
 ;;     sesman
 ;;     shell-script-mode
 ;;     show-paren-mode
@@ -3358,6 +3359,15 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(selectrum-current-candidate ((,class :inherit 
modus-theme-intense-magenta)))
    `(selectrum-primary-highlight ((,class :inherit (modus-theme-refine-blue 
bold))))
    `(selectrum-secondary-highlight ((,class :inherit (modus-theme-refine-cyan 
bold))))
+;;;;; semantic
+   `(semantic-complete-inline-face ((,class :foreground ,fg-special-warm 
:underline t)))
+   `(semantic-decoration-on-private-members-face ((,class :inherit 
modus-theme-refine-cyan)))
+   `(semantic-decoration-on-protected-members-face ((,class :background 
,bg-dim)))
+   `(semantic-highlight-edits-face ((,class :background ,bg-alt)))
+   `(semantic-highlight-func-current-tag-face ((,class :background ,bg-alt)))
+   `(semantic-idle-symbol-highlight ((,class :inherit 
modus-theme-special-mild)))
+   `(semantic-tag-boundary-face ((,class :overline ,blue-intense)))
+   `(semantic-unmatched-syntax-face ((,class :underline ,fg-lang-error)))
 ;;;;; sesman
    `(sesman-browser-button-face ((,class :foreground ,blue-alt-other 
:underline t)))
    `(sesman-browser-highligh-face ((,class :inherit modus-theme-subtle-blue)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 53ca3e1..8057062 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -276,6 +276,7 @@
 ;;     ruler-mode
 ;;     sallet
 ;;     selectrum
+;;     semantic
 ;;     sesman
 ;;     shell-script-mode
 ;;     show-paren-mode
@@ -3358,6 +3359,15 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(selectrum-current-candidate ((,class :inherit 
modus-theme-intense-magenta)))
    `(selectrum-primary-highlight ((,class :inherit (modus-theme-refine-blue 
bold))))
    `(selectrum-secondary-highlight ((,class :inherit (modus-theme-refine-cyan 
bold))))
+;;;;; semantic
+   `(semantic-complete-inline-face ((,class :foreground ,fg-special-warm 
:underline t)))
+   `(semantic-decoration-on-private-members-face ((,class :inherit 
modus-theme-refine-cyan)))
+   `(semantic-decoration-on-protected-members-face ((,class :background 
,bg-dim)))
+   `(semantic-highlight-edits-face ((,class :background ,bg-alt)))
+   `(semantic-highlight-func-current-tag-face ((,class :background ,bg-alt)))
+   `(semantic-idle-symbol-highlight ((,class :inherit 
modus-theme-special-mild)))
+   `(semantic-tag-boundary-face ((,class :overline ,blue-intense)))
+   `(semantic-unmatched-syntax-face ((,class :underline ,fg-lang-error)))
 ;;;;; sesman
    `(sesman-browser-button-face ((,class :foreground ,blue-alt-other 
:underline t)))
    `(sesman-browser-highligh-face ((,class :inherit modus-theme-subtle-blue)))



reply via email to

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