diff options
author | Tassilo Horn <tsdh@gnu.org> | 2015-04-30 23:00:06 +0200 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2015-04-30 23:00:06 +0200 |
commit | 4d2ffa0eedd9c7ec0b4f94b545368efd4cc51ae1 (patch) | |
tree | 9d7082d104c8e63e46cae06578ebbaca1226bf74 /etc/themes | |
parent | d6e990b65cc560e97c02e99bfd00826018b3030c (diff) | |
download | emacs-4d2ffa0eedd9c7ec0b4f94b545368efd4cc51ae1.tar.gz |
Add ace-window face config
* etc/themes/tsdh-light-theme.el (tsdh-light): Add ace-window face
configuration.
Diffstat (limited to 'etc/themes')
-rw-r--r-- | etc/themes/tsdh-light-theme.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/themes/tsdh-light-theme.el b/etc/themes/tsdh-light-theme.el index 6555e49d9bb..397885ae9f0 100644 --- a/etc/themes/tsdh-light-theme.el +++ b/etc/themes/tsdh-light-theme.el @@ -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")))) |