branch: master
commit 2580bf9bd7f66ed4e923a125ee8efcc4b6a043e0
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    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