emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 2580bf9 67/68: ace-window.el (aw-mode-line-face): Inherit


From: Oleh Krehel
Subject: [elpa] master 2580bf9 67/68: ace-window.el (aw-mode-line-face): Inherit from mode-line-buffer-id
Date: Sat, 21 Mar 2015 19:07:12 +0000

branch: master
commit 2580bf9bd7f66ed4e923a125ee8efcc4b6a043e0
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ace-window.el (aw-mode-line-face): Inherit from mode-line-buffer-id
    
    Fixes #28
---
 ace-window.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ace-window.el b/ace-window.el
index fe7ad9b..a846869 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -103,7 +103,7 @@ Use M-0 `ace-window' to toggle this value."
   "Face for whole window background during selection.")
 
 (defface aw-mode-line-face
-  '((t (:foreground "black")))
+    '((t (:inherit mode-line-buffer-id)))
   "Face used for displaying the ace window key in the mode-line.")
 
 ;;* Implementation



reply via email to

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