summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTassilo Horn <tsdh@gnu.org>2016-03-18 23:29:58 +0100
committerTassilo Horn <tsdh@gnu.org>2016-03-18 23:29:58 +0100
commit413e73b5dbce8dc89f2c3b9f4f1441fdf931c77d (patch)
tree8e91bc8e0f64bc6c523959c8dc642acab97353eb /etc
parentcd950da9dbbe05fd4cd62557943fedb6b34723f3 (diff)
downloademacs-413e73b5dbce8dc89f2c3b9f4f1441fdf931c77d.tar.gz
; Small theme additions
Diffstat (limited to 'etc')
-rw-r--r--etc/themes/tsdh-light-theme.el7
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.")
(custom-theme-set-faces
'tsdh-light
- '(Info-quoted ((t (:weight bold))))
- '(ace-jump-face-foreground ((t (:foreground "DeepPink" :box nil :weight bold))))
- '(aw-leading-char-face ((t (:inherit ace-jump-face-foreground))))
+ '(Info-quoted ((t (:underline "gray40" :weight bold))))
+ '(aw-leading-char-face ((t (:background "red" :foreground "white" :weight bold))))
'(default ((t (:background "white" :foreground "black"))))
'(diff-added ((t (:inherit diff-changed :background "light green"))))
'(diff-changed ((t (:background "light steel blue"))))
@@ -36,6 +35,8 @@ Used and created by Tassilo Horn.")
'(diff-indicator-removed ((t (:inherit diff-indicator-changed))))
'(diff-removed ((t (:inherit diff-changed :background "sandy brown"))))
'(dired-directory ((t (:inherit font-lock-function-name-face :weight bold))))
+ '(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "black"))))
+ '(font-lock-regexp-grouping-construct ((t (:inherit bold :foreground "black"))))
'(gnus-button ((t (:inherit button))))
'(gnus-header-name ((t (:box (:line-width 1 :style released-button) :weight bold))))
'(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight bold))))