From 81c0243e962c097e54d60b262c30371cc8e040ca Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 3 Apr 2016 01:22:50 -0400 Subject: Tweak some faces --- lisp/km-theme.el | 57 +++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 46 insertions(+), 11 deletions(-) (limited to 'lisp') diff --git a/lisp/km-theme.el b/lisp/km-theme.el index 4569d87..eea57d6 100644 --- a/lisp/km-theme.el +++ b/lisp/km-theme.el @@ -25,45 +25,79 @@ (custom-theme-set-faces 'stekene-light '(default ((t (:background "white")))) + '(compilation-info ((t (:inherit font-lock-function-name-face)))) '(diff-added ((t (:foreground "DarkGreen" :background "grey98")))) '(diff-context ((t (:foreground "grey50" :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)))) + '(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)))) '(gnus-cite-1 ((t (:inherit font-lock-function-name-face)))) '(gnus-cite-2 ((t (:inherit font-lock-string-face)))) - '(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight semi-bold)))) + '(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight bold)))) '(gnus-group-mail-1-empty ((t (:inherit font-lock-string-face)))) - '(gnus-group-mail-2 ((t (:inherit gnus-group-mail-2-empty :weight semi-bold)))) + '(gnus-group-mail-2 ((t (:inherit gnus-group-mail-2-empty :weight bold)))) '(gnus-group-mail-2-empty ((t (:inherit font-lock-function-name-face)))) - '(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight semi-bold)))) + '(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight bold)))) '(gnus-group-mail-3-empty ((t (:inherit font-lock-type-face)))) '(gnus-header-content ((t (:inherit default)))) '(gnus-header-name ((t (:inherit font-lock-constant-face)))) + '(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-lineno ((t (:inherit compilation-line-number)))) + '(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)))) + '(isearch ((t (:inherit match)))) + '(magit-cherry-unmatched ((t (:inherit font-lock-string-face)))) + '(magit-cherry-equivalent ((t (:inherit font-lock-constant-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-removed ((t (:foreground "#aa2222" :background "grey98")))) '(magit-diff-removed-highlight ((t (:foreground "#aa2222" :background "grey98")))) + '(magit-popup-argument ((t (:inherit font-lock-string-face)))) + '(magit-reflog-amend ((t (:inherit font-lock-function-name-face)))) + '(magit-reflog-checkout ((t (:inherit font-lock-builtin-face)))) + '(magit-reflog-commit ((t (:inherit default)))) + '(magit-reflog-merge ((t (:inherit font-lock-doc-face)))) + '(magit-reflog-other ((t (:inherit font-lock-type-face)))) + '(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-secondary-heading ((t (:inherit default)))) + '(match ((t (:inherit default :background "PaleGreen1")))) '(org-agenda-calendar-event ((t (:inherit font-lock-function-name-face)))) '(org-agenda-date ((t (:inherit default)))) - '(org-agenda-date-today ((t (:weight semi-bold)))) + '(org-agenda-date-today ((t (:weight bold)))) '(org-agenda-date-weekend ((t (:inherit org-agenda-date)))) '(org-agenda-structure ((t (:foreground "gray40")))) - '(org-date ((t (:inherit font-lock-builtin-face)))) - '(org-done ((t (:foreground "#557755" :background "gray85")))) - '(org-scheduled ((t (:inherit org-scheduled-today)))) - '(org-todo ((t (:foreground "#ba2727" :background "gray85")))) + '(org-date ((t (:inherit font-lock-type-face)))) + '(org-done ((t (:foreground "#557755" :background "gray95")))) + '(org-scheduled ((t (:foreground "SeaGreen")))) + '(org-scheduled-today ((t (:inherit org-scheduled :weight bold)))) + '(org-todo ((t (:inherit font-lock-string-face :background "gray95")))) '(org-upcoming-deadline ((t (:inherit font-lock-constant-face)))) '(org-warning ((t (:inherit font-lock-string-face)))) - '(outline-1 ((t (:inherit font-lock-function-name-face)))) - '(outline-2 ((t (:inherit font-lock-doc-face)))) + '(outline-1 ((t (:inherit font-lock-doc-face)))) + '(outline-2 ((t (:inherit font-lock-function-name-face)))) '(outline-3 ((t (:inherit font-lock-constant-face)))) '(term-color-black ((t (:inherit default)))) '(term-color-blue ((t (:inherit font-lock-function-name-face)))) @@ -78,7 +112,8 @@ '(dired-subtree-depth-2-face ((t (:background "gray90")))) '(dired-subtree-depth-3-face ((t (:background "gray95")))) '(Info-quoted ((t (:inherit default)))) - '(whitespace-indentation ((t (:background "gray90"))))) + '(whitespace-indentation ((t (:background "gray90")))) + '(whitespace-trailing ((t (:background "gray90"))))) (provide 'km-theme) ;;; km-theme.el ends here -- cgit v1.2.3