emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4d2ffa0: Add ace-window face config


From: Tassilo Horn
Subject: [Emacs-diffs] master 4d2ffa0: Add ace-window face config
Date: Thu, 30 Apr 2015 21:01:37 +0000

branch: master
commit 4d2ffa0eedd9c7ec0b4f94b545368efd4cc51ae1
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Add ace-window face config
    
    * etc/themes/tsdh-light-theme.el (tsdh-light): Add ace-window face
    configuration.
---
 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 6555e49..397885a 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]