branch: elpa/moe-theme
commit c36fbacfe5adf449c41ea265ced19273c22f4d49
Author: onohiroko <[email protected]>
Commit: onohiroko <[email protected]>
[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))))