summaryrefslogtreecommitdiff
path: root/lisp/km-theme.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-08-10 22:33:33 -0400
committerKyle Meyer <kyle@kyleam.com>2019-08-10 22:33:33 -0400
commit07c64b9875a6f8f39392b32e5b65aedc9d7f9c89 (patch)
treed0c980c302701a0a4bdd7340d35905a91116aaf3 /lisp/km-theme.el
parentbcf4d626f27c543f15d74132442a02a7e74d9179 (diff)
downloademacs.d-07c64b9875a6f8f39392b32e5b65aedc9d7f9c89.tar.gz
theme: Sort list
Diffstat (limited to 'lisp/km-theme.el')
-rw-r--r--lisp/km-theme.el23
1 files changed, 11 insertions, 12 deletions
diff --git a/lisp/km-theme.el b/lisp/km-theme.el
index e81015e..3d8ccff 100644
--- a/lisp/km-theme.el
+++ b/lisp/km-theme.el
@@ -24,17 +24,15 @@
(custom-theme-set-faces
'stekene-light
- '(default ((t (:background "white"))))
- '(match ((t (:inherit default :background "PaleGreen1"))))
'(compilation-info ((t (:inherit font-lock-function-name-face))))
+ '(default ((t (:background "white"))))
'(diff-added ((t (:foreground "DarkGreen" :background "grey98"))))
'(diff-context ((t (:foreground "grey10" :background "grey98"))))
'(diff-removed ((t (:foreground "#aa2222" :background "grey98"))))
'(dired-symlink ((t (:inherit font-lock-constant-face))))
- ;; Darken a bit (was gray40).
- '(font-lock-keyword-face ((t (:foreground "gray33"))))
'(font-latex-math-face ((t (:inherit font-lock-builtin-face))))
'(font-latex-string-face ((t (:inherit default))))
+ '(font-lock-keyword-face ((t (:foreground "gray33")))) ; Darken a bit (was gray40)
'(git-annex-dired-annexed-available ((t (:inherit font-lock-type-face))))
'(git-annex-dired-annexed-unavailable ((t (:inherit font-lock-string-face))))
'(gnus-button ((t (:inherit default))))
@@ -51,25 +49,25 @@
'(gnus-header-subject ((t (:inherit font-lock-doc-face))))
'(gnus-subject ((t (:inherit font-lock-doc-face))))
'(gnus-summary-normal-read ((t (:inherit font-lock-comment-face))))
- '(helm-grep-finish ((t (:inherit compilation-mode-line-exit))))
'(helm-grep-file ((t (:inherit compilation-info))))
+ '(helm-grep-finish ((t (:inherit compilation-mode-line-exit))))
'(helm-grep-lineno ((t (:inherit compilation-line-number))))
+ '(helm-match-item ((t (:inherit lazy-highlight))))
'(helm-selection ((t (:inherit region))))
- '(helm-swoop-target-word-face ((t (:inherit lazy-highlight))))
'(helm-swoop-target-line-block-face ((t (:inherit match))))
'(helm-swoop-target-line-face ((t (:inherit match))))
- '(helm-match-item ((t (:inherit lazy-highlight))))
+ '(helm-swoop-target-word-face ((t (:inherit lazy-highlight))))
'(isearch ((t (:inherit match))))
- '(magit-cherry-unmatched ((t (:inherit font-lock-string-face))))
'(magit-cherry-equivalent ((t (:inherit font-lock-constant-face))))
+ '(magit-cherry-unmatched ((t (:inherit font-lock-string-face))))
'(magit-diff-added ((t (:foreground "DarkGreen" :background "grey98"))))
'(magit-diff-added-highlight ((t (:foreground "DarkGreen" :background "grey98"))))
'(magit-diff-context ((t (:foreground "grey50" :background "grey98"))))
'(magit-diff-context-highlight ((t (:foreground "grey50" :background "grey98"))))
- '(magit-diff-hunk-heading ((t (:foreground "gray30" :background "grey90"))))
- '(magit-diff-hunk-heading-highlight ((t (:foreground "gray30" :background "grey80"))))
'(magit-diff-file-heading ((t (:inherit default :weight bold))))
'(magit-diff-file-heading-selection ((t (:inherit default :weight bold))))
+ '(magit-diff-hunk-heading ((t (:foreground "gray30" :background "grey90"))))
+ '(magit-diff-hunk-heading-highlight ((t (:foreground "gray30" :background "grey80"))))
'(magit-diff-removed ((t (:foreground "#aa2222" :background "grey98"))))
'(magit-diff-removed-highlight ((t (:foreground "#aa2222" :background "grey98"))))
'(magit-popup-argument ((t (:inherit font-lock-string-face))))
@@ -81,10 +79,11 @@
'(magit-reflog-rebase ((t (:inherit font-lock-string-face))))
'(magit-reflog-remote ((t (:inherit font-lock-variable-name-face))))
'(magit-reflog-reset ((t (:inherit font-lock-warning-face))))
- '(magit-section-highlight ((t (:background "white"))))
'(magit-section-heading ((t (:inherit font-lock-constant-face :weight bold))))
+ '(magit-section-highlight ((t (:background "white"))))
'(magit-section-secondary-heading ((t (:inherit default))))
- '(mm-uu-extract ((t (:background "gray95" ))))
+ '(match ((t (:inherit default :background "PaleGreen1"))))
+ '(mm-uu-extract ((t (:background "gray95"))))
'(org-agenda-calendar-event ((t (:inherit font-lock-function-name-face))))
'(org-agenda-calendar-sexp ((t (:inherit font-lock-variable-name-face))))
'(org-agenda-clocking ((t (:inherit lazy-highlight))))