diff options
| author | Tassilo Horn | 2016-03-18 23:29:58 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2016-03-18 23:29:58 +0100 |
| commit | 413e73b5dbce8dc89f2c3b9f4f1441fdf931c77d (patch) | |
| tree | 8e91bc8e0f64bc6c523959c8dc642acab97353eb /etc/themes | |
| parent | cd950da9dbbe05fd4cd62557943fedb6b34723f3 (diff) | |
| download | emacs-413e73b5dbce8dc89f2c3b9f4f1441fdf931c77d.tar.gz emacs-413e73b5dbce8dc89f2c3b9f4f1441fdf931c77d.zip | |
; Small theme additions
Diffstat (limited to 'etc/themes')
| -rw-r--r-- | etc/themes/tsdh-light-theme.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/themes/tsdh-light-theme.el b/etc/themes/tsdh-light-theme.el index 422b26c8ebf..9d618c5e501 100644 --- a/etc/themes/tsdh-light-theme.el +++ b/etc/themes/tsdh-light-theme.el | |||
| @@ -25,9 +25,8 @@ Used and created by Tassilo Horn.") | |||
| 25 | 25 | ||
| 26 | (custom-theme-set-faces | 26 | (custom-theme-set-faces |
| 27 | 'tsdh-light | 27 | 'tsdh-light |
| 28 | '(Info-quoted ((t (:weight bold)))) | 28 | '(Info-quoted ((t (:underline "gray40" :weight bold)))) |
| 29 | '(ace-jump-face-foreground ((t (:foreground "DeepPink" :box nil :weight bold)))) | 29 | '(aw-leading-char-face ((t (:background "red" :foreground "white" :weight bold)))) |
| 30 | '(aw-leading-char-face ((t (:inherit ace-jump-face-foreground)))) | ||
| 31 | '(default ((t (:background "white" :foreground "black")))) | 30 | '(default ((t (:background "white" :foreground "black")))) |
| 32 | '(diff-added ((t (:inherit diff-changed :background "light green")))) | 31 | '(diff-added ((t (:inherit diff-changed :background "light green")))) |
| 33 | '(diff-changed ((t (:background "light steel blue")))) | 32 | '(diff-changed ((t (:background "light steel blue")))) |
| @@ -36,6 +35,8 @@ Used and created by Tassilo Horn.") | |||
| 36 | '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) | 35 | '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) |
| 37 | '(diff-removed ((t (:inherit diff-changed :background "sandy brown")))) | 36 | '(diff-removed ((t (:inherit diff-changed :background "sandy brown")))) |
| 38 | '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) | 37 | '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) |
| 38 | '(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "black")))) | ||
| 39 | '(font-lock-regexp-grouping-construct ((t (:inherit bold :foreground "black")))) | ||
| 39 | '(gnus-button ((t (:inherit button)))) | 40 | '(gnus-button ((t (:inherit button)))) |
| 40 | '(gnus-header-name ((t (:box (:line-width 1 :style released-button) :weight bold)))) | 41 | '(gnus-header-name ((t (:box (:line-width 1 :style released-button) :weight bold)))) |
| 41 | '(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight bold)))) | 42 | '(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight bold)))) |