]> code.delx.au - gnu-emacs/commitdiff
Add ace-window face config
authorTassilo Horn <tsdh@gnu.org>
Thu, 30 Apr 2015 21:00:06 +0000 (23:00 +0200)
committerTassilo Horn <tsdh@gnu.org>
Thu, 30 Apr 2015 21:00:06 +0000 (23:00 +0200)
* etc/themes/tsdh-light-theme.el (tsdh-light): Add ace-window face
configuration.

etc/themes/tsdh-light-theme.el

index 6555e49d9bbaa666dc61826faf85caaf57b13a0a..397885ae9f046e6a34c5b4371af0426c591d9872 100644 (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"))))