branch: elpa/spacemacs-theme
commit 894545f29b3c552555c998b801b35493d9c01640
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Alphabetic ordering and fix #5
---
spacemacs-common.el | 35 +++++++++++++++++------------------
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 8f3b49de32..eeaa8c985d 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -91,42 +91,41 @@
theme-name
;;;;; basics
+ `(cursor ((,class (:background ,cursor))))
`(default ((,class (:background ,bg1 :foreground ,base))))
- `(vertical-border ((,class (:foreground ,bg4))))
+ `(default-italic ((,class (:italic t))))
+ `(error ((,class (:foreground ,err))))
`(eval-sexp-fu-flash ((,class (:background ,suc :foreground ,bg1))))
`(eval-sexp-fu-flash-error ((,class (:background ,err :foreground ,bg1))))
- `(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
- `(match ((,class (:background ,bg1 :foreground ,inf :weight bold))))
- `(default-italic ((,class (:italic t))))
- `(link ((,class (:foreground ,comment :underline t))))
- `(link-visited ((,class (:foreground ,type :underline t))))
`(font-lock-builtin-face ((,class (:foreground ,builtin))))
`(font-lock-comment-face ((,class (:foreground ,comment :background
,(when spacemacs-theme-comment-bg comment-bg)))))
- `(font-lock-negation-char-face ((,class (:foreground ,const))))
- `(font-lock-reference-face ((,class (:foreground ,const))))
`(font-lock-constant-face ((,class (:foreground ,const))))
`(font-lock-doc-face ((,class (:foreground ,comment))))
`(font-lock-function-name-face ((,class (:foreground ,func :bold t))))
`(font-lock-keyword-face ((,class (:bold ,class :foreground ,keyword))))
+ `(font-lock-negation-char-face ((,class (:foreground ,const))))
+ `(font-lock-preprocessor-face ((,class (:foreground ,func))))
+ `(font-lock-reference-face ((,class (:foreground ,const))))
`(font-lock-string-face ((,class (:foreground ,str))))
`(font-lock-type-face ((,class (:foreground ,type :bold t))))
`(font-lock-variable-name-face ((,class (:foreground ,var))))
- `(font-lock-preprocessor-face ((,class (:foreground ,func))))
`(font-lock-warning-face ((,class (:foreground ,war :background ,bg1))))
- `(region ((,class (:background ,highlight))))
- `(italic ((,class (:underline nil))))
+ `(fringe ((,class (:background ,bg1 :foreground ,base))))
`(highlight ((,class (:foreground ,base :background ,bg3))))
`(hl-line ((,class (:background ,bg2))))
- `(fringe ((,class (:background ,bg1 :foreground ,base))))
- `(cursor ((,class (:background ,cursor))))
- `(show-paren-match-face ((,class (:background ,suc))))
- `(secondary-selection ((,class (:background ,bg3))))
`(isearch ((,class (:bold t :foreground ,bg1 :background ,inf))))
- `(success ((,class (:foreground ,suc))))
- `(warning ((,class (:foreground ,war ))))
- `(error ((,class (:foreground ,err))))
`(lazy-highlight ((,class (:foreground ,bg1 :background ,inf :weight
normal))))
+ `(link ((,class (:foreground ,comment :underline t))))
+ `(link-visited ((,class (:foreground ,type :underline t))))
+ `(match ((,class (:background ,bg1 :foreground ,inf :weight bold))))
+ `(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
`(page-break-lines ((,class (:foreground ,active2))))
+ `(region ((,class (:background ,highlight))))
+ `(secondary-selection ((,class (:background ,bg3))))
+ `(show-paren-match-face ((,class (:background ,suc))))
+ `(success ((,class (:foreground ,suc))))
+ `(vertical-border ((,class (:foreground ,bg4))))
+ `(warning ((,class (:foreground ,war ))))
;;;;; anzu-mode
`(anzu-mode-line ((,class (:foreground ,yellow :weight bold))))