branch: elpa/spacemacs-theme
commit 3933c87c54a4b75bf8a9df76c6c588e59994924e
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Fixed the underline issue in helm buffers
---
spacemacs-dark-theme.el | 40 ++++++++++++++++++++++++----------------
spacemacs-light-theme.el | 4 ++--
2 files changed, 26 insertions(+), 18 deletions(-)
diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 1c38fc9706..e58f66ea93 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -68,7 +68,7 @@
`(match ((,class (:background ,bg1 :foreground ,inf :weight bold))))
`(default-italic ((,class (:italic t))))
`(link ((,class (:foreground ,comment :underline t))))
- `(font-lock-builtin-face ((,class (:foreground ,builtin))))
+ `(font-lock-builtin-face ((,class (:foreground ,builtin :underline nil))))
`(font-lock-comment-face ((,class (:foreground ,comment))))
`(font-lock-negation-char-face ((,class (:foreground ,const))))
`(font-lock-reference-face ((,class (:foreground ,const))))
@@ -82,6 +82,7 @@
`(font-lock-preprocessor-face ((,class (:foreground ,func))))
`(font-lock-warning-face ((,class (:foreground ,war :background ,bg2))))
`(region ((,class (:background ,highlight))))
+ `(italic ((,class (:underline nil))))
`(highlight ((,class (:foreground ,base :background ,bg3))))
`(hl-line ((,class (:background ,bg2))))
`(fringe ((,class (:background ,bg1 :foreground ,base))))
@@ -242,7 +243,28 @@
`(neo-expand-btn-face ((,class (:foreground ,base))))
;;;;; linum-mode
- `(linum ((,class (:foreground ,base :background ,bg2))))
+ `(linum ((,class (:foreground ,str :background ,bg2))))
+
+;;;;; magit
+ `(magit-blame-sha1 ((,class :background ,comment-bg :foreground ,func)))
+ `(magit-blame-time ((,class :foreground ,key1)))
+ `(magit-item-highlight ((,class :background ,bg2)))
+ `(magit-section-heading ((,class (:foreground ,keyword :weight
bold))))
+ `(magit-hunk-heading ((,class (:background ,bg3))))
+ `(magit-section-highlight ((,class (:background ,bg2))))
+ `(magit-section-title ((,class (:background ,bg1 :foreground ,builtin
:weight bold))))
+ `(magit-hunk-heading-highlight ((,class (:background ,bg3))))
+ `(magit-diff-hunk-header ((,class (:background nil :foreground ,builtin))))
+ `(magit-diff-file-header ((,class (:background nil :foreground ,str))))
+ `(magit-diff-context-highlight ((,class (:background ,bg3 :foreground
,base))))
+ `(magit-diffstat-added ((,class (:foreground ,type))))
+ `(magit-diffstat-removed ((,class (:foreground ,var))))
+ `(magit-process-ok ((,class (:foreground ,func :weight bold))))
+ `(magit-process-ng ((,class (:foreground ,war :weight bold))))
+ `(magit-branch ((,class (:foreground ,const :weight bold))))
+ `(magit-log-author ((,class (:foreground ,base))))
+ `(magit-hash ((,class (:foreground ,base))))
+ `(magit-diff-file-header ((,class (:foreground ,base :background ,bg3))))
;;;;; other, need more work
`(custom-button ((,class (:background ,yellow))))
@@ -314,20 +336,6 @@
`(undo-tree-visualizer-register-face ((,class :foreground ,type)))
`(slime-repl-inputed-output-face ((,class (:foreground ,type))))
`(trailing-whitespace ((,class :foreground nil :background ,err)))
- `(magit-item-highlight ((,class :background ,bg3)))
- `(magit-section-heading ((,class (:foreground ,keyword :weight
bold))))
- `(magit-hunk-heading ((,class (:background ,bg3))))
- `(magit-section-highlight ((,class (:background ,bg2))))
- `(magit-hunk-heading-highlight ((,class (:background ,bg3))))
- `(magit-diff-context-highlight ((,class (:background ,bg3 :foreground
,base))))
- `(magit-diffstat-added ((,class (:foreground ,type))))
- `(magit-diffstat-removed ((,class (:foreground ,var))))
- `(magit-process-ok ((,class (:foreground ,func :weight bold))))
- `(magit-process-ng ((,class (:foreground ,war :weight bold))))
- `(magit-branch ((,class (:foreground ,const :weight bold))))
- `(magit-log-author ((,class (:foreground ,base))))
- `(magit-hash ((,class (:foreground ,base))))
- `(magit-diff-file-header ((,class (:foreground ,base :background ,bg3))))
`(term ((,class (:foreground ,base :background ,bg1))))
`(term-color-black ((,class (:foreground ,bg3))))
`(term-color-blue ((,class (:foreground ,inf))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 0993004b99..b935cc2fe3 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -68,7 +68,7 @@
`(match ((,class (:background ,bg1 :foreground ,inf :weight bold))))
`(default-italic ((,class (:italic t))))
`(link ((,class (:foreground ,comment :underline t))))
- `(font-lock-builtin-face ((,class (:foreground ,builtin))))
+ `(font-lock-builtin-face ((,class (:foreground ,builtin :underline nil))))
`(font-lock-comment-face ((,class (:foreground ,comment))))
`(font-lock-negation-char-face ((,class (:foreground ,const))))
`(font-lock-reference-face ((,class (:foreground ,const))))
@@ -242,7 +242,7 @@
`(neo-expand-btn-face ((,class (:foreground ,base))))
;;;;; linum-mode
- `(linum ((,class (:foreground ,base :background ,bg2))))
+ `(linum ((,class (:foreground ,str :background ,bg2))))
;;;;; other, need more work
`(org-code ((,class (:foreground ,base))))