Add ace-window face config
* etc/themes/tsdh-light-theme.el (tsdh-light): Add ace-window face configuration.
This commit is contained in:
parent
d6e990b65c
commit
4d2ffa0eed
1 changed files with 2 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue