branch: elpa/spacemacs-theme
commit 212640e83ddd90a0c579a7d257a41fb476cf52e6
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Rainbow-delemiters now in a good shape
---
spacemacs-dark-theme.el | 63 ++++++++++++++++++++++++-------------------------
1 file changed, 31 insertions(+), 32 deletions(-)
diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 692d8079a1..33722006f2 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -86,7 +86,7 @@
`(hl-line ((,class (:background ,bg2))))
`(fringe ((,class (:background ,bg1 :foreground ,base))))
`(cursor ((,class (:background ,bg3))))
- `(show-paren-match-face ((,class (:background ,war))))
+ `(show-paren-match-face ((,class (:background ,suc))))
`(isearch ((,class (:bold t :foreground ,bg1 :background ,inf))))
`(success ((,class (:foreground ,suc))))
`(warning ((,class (:foreground ,war ))))
@@ -131,14 +131,9 @@
(:underline (:style line :color ,inf)))
(,class (:foreground ,base :background ,inf :weight bold :underline t))))
- `(flycheck-fringe-error
- ((,class (:foreground ,err :weight bold))))
-
- `(flycheck-fringe-warning
- ((,class (:foreground ,war :weight bold))))
-
- `(flycheck-fringe-info
- ((,class (:foreground ,inf :weight bold))))
+ `(flycheck-fringe-error ((,class (:foreground ,err :weight bold))))
+ `(flycheck-fringe-warning ((,class (:foreground ,war :weight bold))))
+ `(flycheck-fringe-info ((,class (:foreground ,inf :weight bold))))
;;;;; anzu-mode
`(anzu-mode-line ((,class (:foreground ,yellow :weight bold))))
@@ -195,6 +190,32 @@
`(helm-match ((,class (:inherit match))))
`(helm-visible-mark ((,class (:foreground ,bg1 :background ,bg3))))
+;;;;; company
+ `(company-echo-common ((,class (:background ,base :foreground ,bg1))))
+ ;; `(company-preview ((,class (:background ,bg1 :foreground ,key1))))
+ ;; `(company-preview-common ((,class (:background ,base :foreground ,bg3))))
+ ;; `(company-preview-search ((,class (:background ,war :foreground
,green))))
+ `(company-scrollbar-bg ((,class (:background ,bg3))))
+ `(company-scrollbar-fg ((,class (:background ,type))))
+ `(company-tooltip ((,class (:foreground ,base :background ,bg2 :bold t))))
+ `(company-tooltop-annotation ((,class (:foreground ,const ))))
+ `(company-tooltip-common ((,class ( :foreground ,base))))
+ `(company-tooltip-common-selection ((,class (:foreground ,keyword))))
+ `(company-tooltip-mouse ((,class (:inherit highlight))))
+ `(company-tooltip-search ((,class (:inherit match))))
+ `(company-tooltip-selection ((,class (:background ,bg3 :foreground ,base))))
+ `(company-template-field ((,class (:inherit region))))
+
+;;;;; rainbow-delimiters
+ `(rainbow-delimiters-depth-1-face ((,class :foreground ,keyword)))
+ `(rainbow-delimiters-depth-2-face ((,class :foreground ,type)))
+ `(rainbow-delimiters-depth-3-face ((,class :foreground ,keyword)))
+ `(rainbow-delimiters-depth-4-face ((,class :foreground ,type)))
+ `(rainbow-delimiters-depth-5-face ((,class :foreground ,keyword)))
+ `(rainbow-delimiters-depth-6-face ((,class :foreground ,type)))
+ `(rainbow-delimiters-depth-7-face ((,class :foreground ,keyword)))
+ `(rainbow-delimiters-depth-8-face ((,class :foreground ,type)))
+
`(org-code ((,class (:foreground ,base))))
`(org-hide ((,class (:foreground ,base))))
`(org-level-1 ((,class (:bold t :foreground ,base :height 1.1))))
@@ -260,15 +281,7 @@
`(undo-tree-visualizer-unmodified-face ((,class :foreground ,var)))
`(undo-tree-visualizer-register-face ((,class :foreground ,type)))
`(slime-repl-inputed-output-face ((,class (:foreground ,type))))
- `(trailing-whitespace ((,class :foreground nil :background ,war)))
- `(rainbow-delimiters-depth-1-face ((,class :foreground ,base)))
- `(rainbow-delimiters-depth-2-face ((,class :foreground ,type)))
- `(rainbow-delimiters-depth-3-face ((,class :foreground ,var)))
- `(rainbow-delimiters-depth-4-face ((,class :foreground ,const)))
- `(rainbow-delimiters-depth-5-face ((,class :foreground ,keyword)))
- `(rainbow-delimiters-depth-6-face ((,class :foreground ,base)))
- `(rainbow-delimiters-depth-7-face ((,class :foreground ,type)))
- `(rainbow-delimiters-depth-8-face ((,class :foreground ,var)))
+ `(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))))
@@ -293,20 +306,6 @@
`(term-color-cyan ((,class (:foreground ,str :background ,str))))
`(term-color-white ((,class (:foreground ,base :background ,base))))
`(rainbow-delimiters-unmatched-face ((,class :foreground ,war)))
- `(company-echo-common ((,class (:background ,base :foreground ,bg1))))
- ;; `(company-preview ((,class (:background ,bg1 :foreground ,key1))))
- ;; `(company-preview-common ((,class (:background ,base :foreground ,bg3))))
- ;; `(company-preview-search ((,class (:background ,war :foreground
,green))))
- `(company-scrollbar-bg ((,class (:background ,bg3))))
- `(company-scrollbar-fg ((,class (:background ,type))))
- `(company-tooltip ((,class (:foreground ,base :background ,bg2 :bold t))))
- `(company-tooltop-annotation ((,class (:foreground ,const))))
- `(company-tooltip-common ((,class ( :foreground ,base))))
- `(company-tooltip-common-selection ((,class (:foreground ,keyword))))
- `(company-tooltip-mouse ((,class (:inherit highlight))))
- `(company-tooltip-search ((,class (:inherit match))))
- `(company-tooltip-selection ((,class (:background ,bg3 :foreground ,base))))
- `(company-template-field ((,class (:inherit region))))
`(web-mode-builtin-face ((,class (:inherit ,font-lock-builtin-face))))
`(web-mode-comment-face ((,class (:inherit ,font-lock-comment-face))))
`(web-mode-constant-face ((,class (:inherit ,font-lock-constant-face))))