From: Tassilo Horn Date: Thu, 30 Apr 2015 21:00:06 +0000 (+0200) Subject: Add ace-window face config X-Git-Tag: emacs-25.0.90~2242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d2ffa0eedd9c7ec0b4f94b545368efd4cc51ae1;p=emacs.git Add ace-window face config * etc/themes/tsdh-light-theme.el (tsdh-light): Add ace-window face configuration. --- 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"))))