Add ace-window face config

* etc/themes/tsdh-light-theme.el (tsdh-light): Add ace-window face
configuration.
This commit is contained in:
Tassilo Horn 2015-04-30 23:00:06 +02:00
parent d6e990b65c
commit 4d2ffa0eed

View file

@ -26,7 +26,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 (:line-width -1 :color "grey75") :weight bold))))
'(ace-jump-face-foreground ((t (:foreground "DeepPink" :box nil :weight bold))))
'(aw-leading-char-face ((t (:inherit ace-jump-face-foreground))))
'(default ((t (:background "white" :foreground "black"))))
'(diff-added ((t (:inherit diff-changed :background "light green"))))
'(diff-changed ((t (:background "light steel blue"))))