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

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

[nongnu] elpa/moe-theme c36fbacfe5 334/352: [faces] improve for semantic


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme c36fbacfe5 334/352: [faces] improve for semantic-mode
Date: Fri, 7 Jan 2022 04:00:03 -0500 (EST)

branch: elpa/moe-theme
commit c36fbacfe5adf449c41ea265ced19273c22f4d49
Author: onohiroko <azazabc123@gmail.com>
Commit: onohiroko <azazabc123@gmail.com>

    [faces] improve for semantic-mode
---
 moe-dark-theme.el  | 14 ++++++--------
 moe-light-theme.el | 14 ++++++--------
 2 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index d39c195faf..d434dce50e 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -611,14 +611,12 @@ Moe, moe, kyun!")
 
    ;; Semantic faces
    `(semantic-decoration-on-includes ((,class (:underline ,black-1))))
-   `(semantic-decoration-on-private-members-face
-     ((,class (:background ,purple-3))))
-   `(semantic-decoration-on-protected-members-face
-     ((,class (:background ,magenta-3))))
-   `(semantic-decoration-on-unknown-includes
-     ((,class (:background ,red-3))))
-   `(semantic-decoration-on-unparsed-includes
-     ((,class (:background ,black-4))))
+   `(semantic-decoration-on-private-members-face   ((,class (:foreground 
,white-0 :background ,purple-3))))
+   `(semantic-decoration-on-protected-members-face ((,class (:foreground 
,white-0 :background ,magenta-3))))
+   `(semantic-decoration-on-unknown-includes       ((,class (:foreground 
,white-0 :background ,red-3))))
+   `(semantic-decoration-on-unparsed-includes      ((,class (:foreground nil   
   :background ,black-3))))
+   `(semantic-highlight-edits-face                 ((,class (:foreground nil 
:background ,green-5))))
+   `(semantic-highlight-func-current-tag-face      ((,class (:foreground nil 
:background ,green-5))))
    `(semantic-tag-boundary-face ((,class (:overline ,blue-1))))
    `(semantic-unmatched-syntax-face ((,class (:underline ,red-1))))
 
diff --git a/moe-light-theme.el b/moe-light-theme.el
index a6fce8af59..3150a698b4 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -610,14 +610,12 @@ Moe, moe, kyun!")
 
    ;; Semantic faces
    `(semantic-decoration-on-includes ((,class (:underline ,black-1))))
-   `(semantic-decoration-on-private-members-face
-     ((,class (:background ,purple-0))))
-   `(semantic-decoration-on-protected-members-face
-     ((,class (:background ,magenta-1))))
-   `(semantic-decoration-on-unknown-includes
-     ((,class (:background ,red-0))))
-   `(semantic-decoration-on-unparsed-includes
-     ((,class (:background ,yellow-1))))
+   `(semantic-decoration-on-private-members-face   ((,class (:foreground 
,white-0 :background ,purple-0))))
+   `(semantic-decoration-on-protected-members-face ((,class (:foreground 
,white-0 :background ,magenta-1))))
+   `(semantic-decoration-on-unknown-includes       ((,class (:foreground 
,white-0 :background ,red-0))))
+   `(semantic-decoration-on-unparsed-includes      ((,class (:foreground nil   
   :background ,yellow-1))))
+   `(semantic-highlight-edits-face                 ((,class (:foreground nil 
:background ,green-0))))
+   `(semantic-highlight-func-current-tag-face      ((,class (:foreground nil 
:background ,green-0))))
    `(semantic-tag-boundary-face ((,class (:overline ,blue-1))))
    `(semantic-unmatched-syntax-face ((,class (:underline ,red-1))))
 



reply via email to

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