branch: elpa/spacemacs-theme
commit 0c88ced718942fbfda85ac5992bf8ac424f10121
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Tweak hi-{yellow, green} faces
---
spacemacs-common.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 1427f0f36f..37512a0022 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -380,6 +380,10 @@
`(helm-swoop-target-line-face ((,class (:background ,highlight))))
`(helm-swoop-target-word-face ((,class (:background ,highlight
:foreground ,mat))))
+;;;;; highlights
+ `(hi-yellow ((,class (:foreground ,yellow :background ,yellow-bg))))
+ `(hi-green ((,class (:foreground ,green :background ,green-bg))))
+
;;;;; highlight-indentation
`(highlight-indentation-face ((,class (:background ,comment-bg))))