branch: elpa/spacemacs-theme
commit 2be10075aab4391022227350e73f5b97a3a63ad2
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Alphabetical ordering and cleaning
---
spacemacs-theme.el | 379 ++++++++++++++++++++++++++---------------------------
1 file changed, 188 insertions(+), 191 deletions(-)
diff --git a/spacemacs-theme.el b/spacemacs-theme.el
index 913b9eff49..90d1849293 100644
--- a/spacemacs-theme.el
+++ b/spacemacs-theme.el
@@ -125,60 +125,114 @@
`(lazy-highlight ((,class (:foreground ,bg1 :background ,inf :weight
normal))))
`(page-break-lines ((,class (:foreground ,active2))))
-;;;;; mode-line
- `(mode-line ((,class (:foreground ,base :background ,active1))))
- `(mode-line-inactive ((,class (:foreground ,base :background ,bg1 :box
(:color ,inactive :line-width 1)))))
- `(mode-line-buffer-id ((,class (:bold t :foreground ,func))))
+;;;;; anzu-mode
+ `(anzu-mode-line ((,class (:foreground ,yellow :weight bold))))
-;;;;; powerline
- `(powerline-active1 ((,class (:background ,active2 :foreground ,base))))
- `(powerline-active2 ((,class (:background ,active2 :foreground ,base))))
- `(powerline-inactive1 ((,class (:background ,bg2 :foreground ,base))))
- `(powerline-inactive2 ((,class (:background ,bg2 :foreground ,base))))
+;;;;; company
+ `(company-echo-common ((,class (:background ,base :foreground ,bg1))))
+ `(company-preview ((,class (:background ,bg1 :foreground ,key1))))
+ `(company-preview-common ((,class (:background ,bg2 :foreground
,keyword))))
+ `(company-preview-search ((,class (:background ,bg2 :foreground ,green))))
+ `(company-scrollbar-bg ((,class (:background ,bg2))))
+ `(company-scrollbar-fg ((,class (:background ,type))))
+ `(company-template-field ((,class (:inherit region))))
+ `(company-tooltip ((,class (:background ,active2 :foreground ,(if (eq
variant 'dark) active1 str)))))
+ `(company-tooltip-annotation ((,class (:background ,active2 :foreground
,inf))))
+ `(company-tooltip-common ((,class (:background ,active2 :foreground
,base))))
+ `(company-tooltip-common-selection ((,class (:foreground ,(if (eq variant
'dark) suc war)))))
+ `(company-tooltip-mouse ((,class (:inherit highlight))))
+ `(company-tooltip-search ((,class (:inherit match))))
+ `(company-tooltip-selection ((,class (:background ,(if (eq variant 'dark)
"#6b5d85" "#c8c6dd") :bold t))))
-;;;;; guide-key
- `(guide-key/highlight-command-face ((,class (:foreground ,base))))
- `(guide-key/key-face ((,class (:foreground ,key1))))
- `(guide-key/prefix-command-face ((,class (:foreground ,key2 :weight
bold))))
+;;;;; diff
+ `(diff-added ((,class :background nil :foreground ,green)))
+ `(diff-changed ((,class :background nil :foreground ,inf)))
+ `(diff-indicator-added ((,class :background nil :foreground ,green)))
+ `(diff-indicator-changed ((,class :background nil :foreground ,inf)))
+ `(diff-indicator-removed ((,class :background nil :foreground ,red)))
+ `(diff-refine-added ((,class :background ,green :foreground ,bg4)))
+ `(diff-refine-changed ((,class :background ,inf :foreground ,bg4)))
+ `(diff-refine-removed ((,class :background ,red :foreground ,bg4)))
+ `(diff-removed ((,class :background nil :foreground ,red)))
+
+;;;;; dired
+ `(dired-directory ((,class (:foreground ,key1 :background ,bg1 :weight
bold))))
+ `(dired-flagged ((,class (:foreground ,red))))
+ `(dired-header ((,class (:foreground ,type :weight bold))))
+ `(dired-ignored ((,class (:inherit shadow))))
+ `(dired-mark ((,class (:foreground ,type :weight bold))))
+ `(dired-marked ((,class (:foreground ,violet :weight bold))))
+ `(dired-perm-write ((,class (:foreground ,base :underline t))))
+ `(dired-symlink ((,class (:foreground ,cyan :background ,bg1 :weight
bold))))
+ `(dired-warning ((,class (:foreground ,war))))
+
+;;;;; ein
+ `(ein:cell-input-area((,class (:background ,bg2))))
+ `(ein:cell-input-prompt ((,class (:foreground ,(if (eq variant 'dark) suc
green)))))
+ `(ein:cell-output-prompt ((,class (:foreground ,err))))
+ `(ein:notification-tab-normal ((,class (:foreground ,builtin))))
+ `(ein:notification-tab-selected ((,class (:foreground ,(if (eq variant
'dark) suc green) :bold t))))
+
+;;;;; eldoc
+ `(eldoc-highlight-function-argument ((,class (:foreground ,(if (eq
variant 'dark) suc red) :bold t))))
+
+;;;;; erc
+ `(erc-input-face ((,class (:foreground ,func))))
+ `(erc-my-nick-face ((,class (:foreground ,key1))))
+ `(erc-nick-default-face ((,class (:foreground ,inf))))
+ `(erc-nick-prefix-face ((,class (:foreground ,yellow))))
+ `(erc-notice-face ((,class (:foreground ,str))))
+ `(erc-prompt-face ((,class (:foreground ,(if (eq variant 'dark) suc
green) :bold t))))
+ `(erc-timestamp-face ((,class (:foreground ,builtin))))
+
+;;;;; eshell
+ `(eshell-ls-archive ((,class (:foreground ,red :weight bold))))
+ `(eshell-ls-backup ((,class (:inherit font-lock-comment-face))))
+ `(eshell-ls-clutter ((,class (:inherit font-lock-comment-face))))
+ `(eshell-ls-directory ((,class (:foreground ,inf :weight bold))))
+ `(eshell-ls-executable ((,class (:foreground ,suc :weight bold))))
+ `(eshell-ls-missing ((,class (:inherit font-lock-warning-face))))
+ `(eshell-ls-product ((,class (:inherit font-lock-doc-face))))
+ `(eshell-ls-special ((,class (:foreground ,yellow :weight bold))))
+ `(eshell-ls-symlink ((,class (:foreground ,cyan :weight bold))))
+ `(eshell-ls-unreadable ((,class (:foreground ,base))))
+ `(eshell-prompt ((,class (:foreground ,keyword :weight bold))))
;;;;; flycheck
`(flycheck-error
((,(append '((supports :underline (:style line))) class)
(:underline (:style line :color ,err)))
(,class (:foreground ,base :background ,err :weight bold :underline
t))))
-
- `(flycheck-warning
- ((,(append '((supports :underline (:style line))) class)
- (:underline (:style line :color ,war)))
- (,class (:foreground ,base :background ,war :weight bold :underline
t))))
-
+ `(flycheck-error-list-checker-name ((,class (:foreground ,keyword))))
+ `(flycheck-fringe-error ((,class (:foreground ,err :weight bold))))
+ `(flycheck-fringe-info ((,class (:foreground ,inf :weight bold))))
+ `(flycheck-fringe-warning ((,class (:foreground ,war :weight bold))))
`(flycheck-info
((,(append '((supports :underline (:style line))) class)
(:underline (:style line :color ,inf)))
(,class (:foreground ,base :background ,inf :weight bold :underline
t))))
-
- `(flycheck-error-list-checker-name ((,class (:foreground ,keyword))))
- `(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))))
-
-;;;;; smartparens
- `(sp-show-pair-match-face ((,class (:foreground ,(if (eq variant 'dark)
suc red) :weight bold :underline t))))
- `(sp-pair-overlay-face ((,class (:background ,highlight :foreground
nil))))
+ `(flycheck-warning
+ ((,(append '((supports :underline (:style line))) class)
+ (:underline (:style line :color ,war)))
+ (,class (:foreground ,base :background ,war :weight bold :underline
t))))
;;;;; git-gutter-fr
`(git-gutter-fr:added ((,class (:foreground ,green :weight bold))))
`(git-gutter-fr:deleted ((,class (:foreground ,war :weight bold))))
`(git-gutter-fr:modified ((,class (:foreground ,inf :weight bold))))
-;;;;; ido
- `(ido-first-match ((,class (:foreground ,type :bold t))))
- `(ido-only-match ((,class (:foreground ,(if (eq variant 'dark) suc red)
:bold t))))
- `(ido-subdir ((,class (:foreground ,key1))))
- `(ido-vertical-match-face ((,class (:foreground ,type :underline nil))))
+;;;;; gnus
+ `(gnus-emphasis-highlight-words ((,class (:background (if (eq variant
'dark) err suc) :foreground (when (eq variant 'light) bg1)))))
+ `(gnus-header-content ((,class (:foreground ,keyword))))
+ `(gnus-header-from ((,class (:foreground ,var))))
+ `(gnus-header-name ((,class (:foreground ,type))))
+ `(gnus-header-subject ((,class (:foreground ,func :bold t))))
+ `(gnus-summary-cancelled ((,class (:background ,(if (eq variant 'dark)
err suc) :foreground ,bg1))))
+
+;;;;; guide-key
+ `(guide-key/highlight-command-face ((,class (:foreground ,base))))
+ `(guide-key/key-face ((,class (:foreground ,key1))))
+ `(guide-key/prefix-command-face ((,class (:foreground ,key2 :weight
bold))))
;;;;; helm
`(helm-bookmark-directory ((,class (:inherit helm-ff-directory))))
@@ -194,7 +248,6 @@
`(helm-buffer-saved-out ((,class (:foreground ,base :background ,bg1))))
`(helm-buffer-size ((,class (:foreground ,base :background ,bg1))))
`(helm-candidate-number ((,class (:background ,bg1 :foreground ,inf :bold
t))))
- `(helm-header ((,class (:foreground ,base :background ,bg1 :underline nil
:box nil))))
`(helm-ff-directory ((,class (:foreground ,key1 :background ,bg1 :weight
bold))))
`(helm-ff-dotted-directory ((,class (:foreground ,key1 :background ,bg1
:weight bold))))
`(helm-ff-executable ((,class (:foreground ,suc :background ,bg1 :weight
normal))))
@@ -208,15 +261,16 @@
`(helm-grep-lineno ((,class (:foreground ,base :background ,bg1))))
`(helm-grep-match ((,class (:foreground nil :background nil :inherit
helm-match))))
`(helm-grep-running ((,class (:foreground ,func :background ,bg1))))
- `(helm-source-header ((,class (:background ,type :foreground ,bg1 :bold
t))))
+ `(helm-header ((,class (:foreground ,base :background ,bg1 :underline nil
:box nil))))
+ `(helm-match ((,class (:inherit match))))
+ `(helm-match-item ((,class (:inherit match))))
+ `(helm-moccur-buffer ((,class (:foreground ,func :background ,bg1))))
`(helm-selection ((,class (:background ,highlight))))
`(helm-selection-line ((,class (:background ,bg2))))
`(helm-separator ((,class (:foreground ,type :background ,bg1))))
+ `(helm-source-header ((,class (:background ,type :foreground ,bg1 :bold
t))))
`(helm-time-zone-current ((,class (:foreground ,builtin :background
,bg1))))
`(helm-time-zone-home ((,class (:foreground ,type :background ,bg1))))
- `(helm-match ((,class (:inherit match))))
- `(helm-match-item ((,class (:inherit match))))
- `(helm-moccur-buffer ((,class (:foreground ,func :background ,bg1))))
`(helm-visible-mark ((,class (:foreground ,bg1 :background ,bg3))))
;;;;; helm-swoop
@@ -224,127 +278,77 @@
`(helm-swoop-target-line-face ((,class (:foreground ,base :background
,highlight))))
`(helm-swoop-target-word-face ((,class (:foreground ,bg1 :background
,suc))))
-;;;;; company
- `(company-echo-common ((,class (:background ,base :foreground ,bg1))))
- `(company-preview ((,class (:background ,bg1 :foreground ,key1))))
- `(company-preview-common ((,class (:background ,bg2 :foreground
,keyword))))
- `(company-preview-search ((,class (:background ,bg2 :foreground ,green))))
- `(company-scrollbar-bg ((,class (:background ,bg2))))
- `(company-scrollbar-fg ((,class (:background ,type))))
- `(company-tooltip ((,class (:background ,active2 :foreground ,(if (eq
variant 'dark) active1 str)))))
- `(company-tooltip-annotation ((,class (:background ,active2 :foreground
,inf))))
- `(company-tooltip-common ((,class (:background ,active2 :foreground
,base))))
- `(company-tooltip-common-selection ((,class (:foreground ,(if (eq variant
'dark) suc war)))))
- `(company-tooltip-mouse ((,class (:inherit highlight))))
- `(company-tooltip-search ((,class (:inherit match))))
- `(company-tooltip-selection ((,class (:background ,(if (eq variant 'dark)
"#6b5d85" "#c8c6dd") :bold t))))
- `(company-template-field ((,class (:inherit region))))
-
-;;;;; rainbow-delimiters
- `(rainbow-delimiters-unmatched-face ((,class :foreground ,war)))
- `(rainbow-delimiters-depth-1-face ((,class :foreground ,inf)))
- `(rainbow-delimiters-depth-2-face ((,class :foreground ,func)))
- `(rainbow-delimiters-depth-3-face ((,class :foreground ,str)))
- `(rainbow-delimiters-depth-4-face ((,class :foreground ,green)))
- `(rainbow-delimiters-depth-5-face ((,class :foreground ,yellow)))
- `(rainbow-delimiters-depth-6-face ((,class :foreground ,inf)))
- `(rainbow-delimiters-depth-7-face ((,class :foreground ,func)))
- `(rainbow-delimiters-depth-8-face ((,class :foreground ,str)))
-
-;;;;; dired
- `(dired-directory ((,class (:foreground ,key1 :background ,bg1 :weight
bold))))
- `(dired-flagged ((,class (:foreground ,red))))
- `(dired-header ((,class (:foreground ,type :weight bold))))
- `(dired-ignored ((,class (:inherit shadow))))
- `(dired-mark ((,class (:foreground ,type :weight bold))))
- `(dired-marked ((,class (:foreground ,violet :weight bold))))
- `(dired-perm-write ((,class (:foreground ,base :underline t))))
- `(dired-symlink ((,class (:foreground ,cyan :background ,bg1 :weight
bold))))
- `(dired-warning ((,class (:foreground ,war))))
-
-;;;;; eshell
- `(eshell-prompt ((,class (:foreground ,keyword :weight bold))))
- `(eshell-ls-archive ((,class (:foreground ,red :weight bold))))
- `(eshell-ls-backup ((,class (:inherit font-lock-comment-face))))
- `(eshell-ls-clutter ((,class (:inherit font-lock-comment-face))))
- `(eshell-ls-directory ((,class (:foreground ,inf :weight bold))))
- `(eshell-ls-executable ((,class (:foreground ,suc :weight bold))))
- `(eshell-ls-unreadable ((,class (:foreground ,base))))
- `(eshell-ls-missing ((,class (:inherit font-lock-warning-face))))
- `(eshell-ls-product ((,class (:inherit font-lock-doc-face))))
- `(eshell-ls-special ((,class (:foreground ,yellow :weight bold))))
- `(eshell-ls-symlink ((,class (:foreground ,cyan :weight bold))))
-
-;;;;; term
- `(term ((,class (:foreground ,base :background ,bg1))))
- `(term-color-black ((,class (:foreground ,bg4))))
- `(term-color-blue ((,class (:foreground ,inf))))
- `(term-color-red ((,class (:foreground ,red))))
- `(term-color-green ((,class (:foreground ,green))))
- `(term-color-yellow ((,class (:foreground ,yellow))))
- `(term-color-magenta ((,class (:foreground ,builtin))))
- `(term-color-cyan ((,class (:foreground ,cyan))))
- `(term-color-white ((,class (:foreground ,base))))
+;;;;; ido
+ `(ido-first-match ((,class (:foreground ,type :bold t))))
+ `(ido-only-match ((,class (:foreground ,(if (eq variant 'dark) suc red)
:bold t))))
+ `(ido-subdir ((,class (:foreground ,key1))))
+ `(ido-vertical-match-face ((,class (:foreground ,type :underline nil))))
-;;;;; neotree
- `(neo-root-dir-face ((,class (:foreground ,func :weight bold))))
- `(neo-dir-link-face ((,class (:foreground ,inf :weight bold))))
- `(neo-file-link-face ((,class (:foreground ,base))))
- `(neo-expand-btn-face ((,class (:foreground ,base))))
+;;;;; info
+ `(info-header-xref ((,class (:foreground ,func :underline t))))
+ `(info-menu ((,class (:foreground ,suc))))
+ `(info-node ((,class (:foreground ,func :bold t))))
+ `(info-quoted-name ((,class (:foreground ,builtin))))
+ `(info-reference-item ((,class (:background nil :underline t :bold t))))
+ `(info-string ((,class (:foreground ,str))))
+ `(info-title-1 ((,class (:height 1.4 :bold t))))
+ `(info-title-2 ((,class (:height 1.3 :bold t))))
+ `(info-title-3 ((,class (:height 1.3))))
+ `(info-title-4 ((,class (:height 1.2))))
;;;;; linum-mode
`(linum ((,class (:foreground ,str :background ,bg2))))
-;;;;; diff
- `(diff-added ((,class :background nil :foreground ,green)))
- `(diff-changed ((,class :background nil :foreground ,inf)))
- `(diff-removed ((,class :background nil :foreground ,red)))
- `(diff-indicator-added ((,class :background nil :foreground ,green)))
- `(diff-indicator-changed ((,class :background nil :foreground ,inf)))
- `(diff-indicator-removed ((,class :background nil :foreground ,red)))
- `(diff-refine-added ((,class :background ,green :foreground ,bg4)))
- `(diff-refine-changed ((,class :background ,inf :foreground ,bg4)))
- `(diff-refine-removed ((,class :background ,red :foreground ,bg4)))
-
;;;;; magit
- `(magit-blame-sha1 ((,class :background ,bg3 :foreground ,func)))
- `(magit-blame-time ((,class :background ,bg3 :foreground ,key1)))
+ `(magit-blame-culprit ((,class :background ,bg3 :foreground ,str)))
`(magit-blame-header ((,class :background ,bg3 :foreground ,key1)))
+ `(magit-blame-sha1 ((,class :background ,bg3 :foreground ,func)))
`(magit-blame-subject ((,class :background ,bg3 :foreground ,base)))
- `(magit-blame-culprit ((,class :background ,bg3 :foreground ,str)))
+ `(magit-blame-time ((,class :background ,bg3 :foreground ,key1)))
`(magit-branch ((,class (:foreground ,const :weight bold))))
- `(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-diff-file-header ((,class (:background nil :foreground ,str))))
+ `(magit-diff-hunk-header ((,class (:background nil :foreground
,builtin))))
`(magit-hash ((,class (:foreground ,base))))
`(magit-hunk-heading ((,class (:background ,bg3))))
`(magit-hunk-heading-highlight ((,class (:background ,bg3))))
+ `(magit-item-highlight ((,class :background ,bg2)))
`(magit-log-author ((,class (:foreground ,base))))
- `(magit-log-head-label-remote ((,class (:background ,suc :foreground ,bg1
:bold t))))
+ `(magit-log-head-label-head ((,class (:background ,yellow :foreground
,bg1 :bold t))))
`(magit-log-head-label-local ((,class (:background ,inf :foreground ,bg1
:bold t))))
+ `(magit-log-head-label-remote ((,class (:background ,suc :foreground ,bg1
:bold t))))
`(magit-log-head-label-tags ((,class (:background ,violet :foreground
,bg1 :bold t))))
`(magit-log-head-label-wip ((,class (:background ,cyan :foreground ,bg1
:bold t))))
- `(magit-log-head-label-head ((,class (:background ,yellow :foreground
,bg1 :bold t))))
`(magit-log-sha1 ((,class (:foreground ,str))))
- `(magit-item-highlight ((,class :background ,bg2)))
- `(magit-process-ok ((,class (:foreground ,func :weight bold))))
`(magit-process-ng ((,class (:foreground ,war :weight bold))))
+ `(magit-process-ok ((,class (:foreground ,func :weight bold))))
`(magit-section-heading ((,class (:foreground ,keyword :weight
bold))))
`(magit-section-highlight ((,class (:background ,bg2))))
`(magit-section-title ((,class (:background ,bg1 :foreground ,builtin
:weight bold))))
+;;;;; mode-line
+ `(mode-line ((,class (:foreground ,base :background ,active1))))
+ `(mode-line-buffer-id ((,class (:bold t :foreground ,func))))
+ `(mode-line-inactive ((,class (:foreground ,base :background ,bg1 :box
(:color ,inactive :line-width 1)))))
+
+;;;;; neotree
+ `(neo-dir-link-face ((,class (:foreground ,inf :weight bold))))
+ `(neo-expand-btn-face ((,class (:foreground ,base))))
+ `(neo-file-link-face ((,class (:foreground ,base))))
+ `(neo-root-dir-face ((,class (:foreground ,func :weight bold))))
+
;;;;; org
- `(org-agenda-structure ((,class (:weight bold :foreground ,type))))
`(org-agenda-clocking ((,class (:foreground ,type))))
`(org-agenda-date ((,class (:foreground ,var :height 1.1))))
- `(org-agenda-date-weekend ((,class (:weight normal :foreground ,base))))
`(org-agenda-date-today ((,class (:weight bold :foreground ,keyword
:height 1.3))))
+ `(org-agenda-date-weekend ((,class (:weight normal :foreground ,base))))
`(org-agenda-done ((,class (:foreground ,(if (eq variant 'dark) suc
green) :bold t))))
+ `(org-agenda-structure ((,class (:weight bold :foreground ,type))))
`(org-block ((,class (:foreground ,base))))
+ `(org-clock-overlay ((,class (:foreground ,type))))
`(org-code ((,class (:foreground ,cyan))))
`(org-column ((,class (:background ,highlight))))
`(org-column-title ((,class (:background ,highlight))))
- `(org-clock-overlay ((,class (:foreground ,type))))
`(org-date ((,class (:underline t :foreground ,var) )))
`(org-date-selected ((,class (:background ,func :foreground ,bg1) )))
`(org-document-info-keyword ((,class (:foreground ,str))))
@@ -363,102 +367,95 @@
`(org-level-8 ((,class (:bold nil :foreground ,yellow))))
`(org-link ((,class (:underline t :foreground ,comment))))
`(org-mode-line-clock-overrun ((,class (:foreground ,err))))
- `(org-quote ((,class (:inherit org-block :slant italic))))
`(org-priority ((,class (:foreground ,war :bold t))))
- `(org-table ((,class (:foreground ,base))))
- `(org-todo ((,class (:foreground ,war :bold t :underline t))))
+ `(org-quote ((,class (:inherit org-block :slant italic))))
`(org-scheduled ((,class (:foreground ,type))))
`(org-scheduled-today ((,class (:foreground ,func :weight bold :height
1.2))))
`(org-sexp-date ((,class (:foreground ,base))))
`(org-special-keyword ((,class (:foreground ,func))))
- `(org-warning ((,class (:foreground ,err))))
+ `(org-table ((,class (:foreground ,base))))
+ `(org-todo ((,class (:foreground ,war :bold t :underline t))))
`(org-verbatim ((,class (:foreground ,base))))
`(org-verse ((,class (:inherit org-block :slant italic))))
+ `(org-warning ((,class (:foreground ,err))))
-;;;;; info
- `(info-quoted-name ((,class (:foreground ,builtin))))
- `(info-string ((,class (:foreground ,str))))
- `(info-title-1 ((,class (:height 1.4 :bold t))))
- `(info-title-2 ((,class (:height 1.3 :bold t))))
- `(info-title-3 ((,class (:height 1.3))))
- `(info-title-4 ((,class (:height 1.2))))
- `(info-node ((,class (:foreground ,func :bold t))))
- `(info-menu ((,class (:foreground ,suc))))
- `(info-header-xref ((,class (:foreground ,func :underline t))))
- `(info-reference-item ((,class (:background nil :underline t :bold t))))
-
-;;;;; ERC
- `(erc-prompt-face ((,class (:foreground ,(if (eq variant 'dark) suc
green) :bold t))))
- `(erc-notice-face ((,class (:foreground ,str))))
- `(erc-timestamp-face ((,class (:foreground ,builtin))))
- `(erc-my-nick-face ((,class (:foreground ,key1))))
- `(erc-input-face ((,class (:foreground ,func))))
- `(erc-nick-prefix-face ((,class (:foreground ,yellow))))
- `(erc-nick-default-face ((,class (:foreground ,inf))))
+;;;;; powerline
+ `(powerline-active1 ((,class (:background ,active2 :foreground ,base))))
+ `(powerline-active2 ((,class (:background ,active2 :foreground ,base))))
+ `(powerline-inactive1 ((,class (:background ,bg2 :foreground ,base))))
+ `(powerline-inactive2 ((,class (:background ,bg2 :foreground ,base))))
-;;;;; ein
- `(ein:cell-input-area((,class (:background ,bg2))))
- `(ein:cell-input-prompt ((,class (:foreground ,(if (eq variant 'dark) suc
green)))))
- `(ein:cell-output-prompt ((,class (:foreground ,err))))
- `(ein:notification-tab-selected ((,class (:foreground ,(if (eq variant
'dark) suc green) :bold t))))
- `(ein:notification-tab-normal ((,class (:foreground ,builtin))))
+;;;;; rainbow-delimiters
+ `(rainbow-delimiters-depth-1-face ((,class :foreground ,inf)))
+ `(rainbow-delimiters-depth-2-face ((,class :foreground ,func)))
+ `(rainbow-delimiters-depth-3-face ((,class :foreground ,str)))
+ `(rainbow-delimiters-depth-4-face ((,class :foreground ,green)))
+ `(rainbow-delimiters-depth-5-face ((,class :foreground ,yellow)))
+ `(rainbow-delimiters-depth-6-face ((,class :foreground ,inf)))
+ `(rainbow-delimiters-depth-7-face ((,class :foreground ,func)))
+ `(rainbow-delimiters-depth-8-face ((,class :foreground ,str)))
+ `(rainbow-delimiters-unmatched-face ((,class :foreground ,war)))
-;;;;; eldoc
- `(eldoc-highlight-function-argument ((,class (:foreground ,(if (eq
variant 'dark) suc red) :bold t))))
+;;;;; smartparens
+ `(sp-pair-overlay-face ((,class (:background ,highlight :foreground
nil))))
+ `(sp-show-pair-match-face ((,class (:foreground ,(if (eq variant 'dark)
suc red) :weight bold :underline t))))
-;;;;; gnus
- `(gnus-header-content ((,class (:foreground ,keyword))))
- `(gnus-header-from ((,class (:foreground ,var))))
- `(gnus-header-name ((,class (:foreground ,type))))
- `(gnus-header-subject ((,class (:foreground ,func :bold t))))
- `(gnus-emphasis-highlight-words ((,class (:background (if (eq variant
'dark) err suc) :foreground (when (eq variant 'light) bg1)))))
- `(gnus-summary-cancelled ((,class (:background ,(if (eq variant 'dark)
err suc) :foreground ,bg1))))
+;;;;; term
+ `(term ((,class (:foreground ,base :background ,bg1))))
+ `(term-color-black ((,class (:foreground ,bg4))))
+ `(term-color-blue ((,class (:foreground ,inf))))
+ `(term-color-cyan ((,class (:foreground ,cyan))))
+ `(term-color-green ((,class (:foreground ,green))))
+ `(term-color-magenta ((,class (:foreground ,builtin))))
+ `(term-color-red ((,class (:foreground ,red))))
+ `(term-color-white ((,class (:foreground ,base))))
+ `(term-color-yellow ((,class (:foreground ,yellow))))
;;;;; other, need more work
+ `(ac-completion-face ((,class (:underline t :foreground ,keyword))))
+ `(ffap ((,class (:foreground ,base))))
+ `(flx-highlight-face ((,class (:foreground ,type :underline nil))))
`(font-latex-bold-face ((,class (:foreground ,type))))
`(font-latex-italic-face ((,class (:foreground ,key2 :italic t))))
- `(font-latex-string-face ((,class (:foreground ,str))))
`(font-latex-match-reference-keywords ((,class (:foreground ,const))))
`(font-latex-match-variable-keywords ((,class (:foreground ,var))))
- `(flx-highlight-face ((,class (:foreground ,type :underline nil))))
- `(mu4e-view-url-number-face ((,class (:foreground ,type))))
- `(mu4e-cited-1-face ((,class (:foreground ,base))))
- `(mu4e-cited-7-face ((,class (:foreground ,base))))
- `(mu4e-header-marks-face ((,class (:foreground ,type))))
- `(ffap ((,class (:foreground ,base))))
- `(js2-private-function-call ((,class (:foreground ,const))))
- `(js2-jsdoc-html-tag-delimiter ((,class (:foreground ,str))))
- `(js2-jsdoc-html-tag-name ((,class (:foreground ,key1))))
+ `(font-latex-string-face ((,class (:foreground ,str))))
+ `(icompletep-determined ((,class :foreground ,builtin)))
`(js2-external-variable ((,class (:foreground ,type ))))
`(js2-function-param ((,class (:foreground ,const))))
+ `(js2-jsdoc-html-tag-delimiter ((,class (:foreground ,str))))
+ `(js2-jsdoc-html-tag-name ((,class (:foreground ,key1))))
`(js2-jsdoc-value ((,class (:foreground ,str))))
+ `(js2-private-function-call ((,class (:foreground ,const))))
`(js2-private-member ((,class (:foreground ,base))))
- `(js3-warning-face ((,class (:underline ,keyword))))
`(js3-error-face ((,class (:underline ,war))))
`(js3-external-variable-face ((,class (:foreground ,var))))
`(js3-function-param-face ((,class (:foreground ,key2))))
- `(js3-jsdoc-tag-face ((,class (:foreground ,keyword))))
`(js3-instance-member-face ((,class (:foreground ,const))))
- `(ac-completion-face ((,class (:underline t :foreground ,keyword))))
- `(icompletep-determined ((,class :foreground ,builtin)))
+ `(js3-jsdoc-tag-face ((,class (:foreground ,keyword))))
+ `(js3-warning-face ((,class (:underline ,keyword))))
+ `(mu4e-cited-1-face ((,class (:foreground ,base))))
+ `(mu4e-cited-7-face ((,class (:foreground ,base))))
+ `(mu4e-header-marks-face ((,class (:foreground ,type))))
+ `(mu4e-view-url-number-face ((,class (:foreground ,type))))
+ `(slime-repl-inputed-output-face ((,class (:foreground ,type))))
+ `(trailing-whitespace ((,class :foreground nil :background ,err)))
`(undo-tree-visualizer-current-face ((,class :foreground ,builtin)))
`(undo-tree-visualizer-default-face ((,class :foreground ,base)))
- `(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 ,err)))
+ `(undo-tree-visualizer-unmodified-face ((,class :foreground ,var)))
`(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))))
- `(web-mode-keyword-face ((,class (:foreground ,keyword))))
`(web-mode-doctype-face ((,class (:inherit ,font-lock-comment-face))))
`(web-mode-function-name-face ((,class (:inherit
,font-lock-function-name-face))))
- `(web-mode-string-face ((,class (:foreground ,str))))
- `(web-mode-type-face ((,class (:inherit ,font-lock-type-face))))
`(web-mode-html-attr-name-face ((,class (:foreground ,func))))
`(web-mode-html-attr-value-face ((,class (:foreground ,keyword))))
- `(web-mode-warning-face ((,class (:inherit ,font-lock-warning-face))))
- `(web-mode-html-tag-face ((,class (:foreground ,builtin)))))))
+ `(web-mode-html-tag-face ((,class (:foreground ,builtin))))
+ `(web-mode-keyword-face ((,class (:foreground ,keyword))))
+ `(web-mode-string-face ((,class (:foreground ,str))))
+ `(web-mode-type-face ((,class (:inherit ,font-lock-type-face))))
+ `(web-mode-warning-face ((,class (:inherit ,font-lock-warning-face)))))))
;;;###autoload