diff options
author | Alan Pearce | 2014-08-03 20:55:52 +0100 |
---|---|---|
committer | Alan Pearce | 2014-08-03 20:55:52 +0100 |
commit | 747547ebf0f597cdd63d814418278079c75c6560 (patch) | |
tree | 141d2a6464273a01797c8af715dcae144b1013eb /tag-emacs | |
parent | 5ffab52aad168298339a05b5d72fd3affa7a9366 (diff) | |
download | dotfiles-747547ebf0f597cdd63d814418278079c75c6560.tar.lz dotfiles-747547ebf0f597cdd63d814418278079c75c6560.tar.zst dotfiles-747547ebf0f597cdd63d814418278079c75c6560.zip |
Emacs: Add leuven face for perspective
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 3891d66..274a0cf 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -126,6 +126,7 @@ (load-theme 'leuven t) (setq face-remapping-alist '((header-line (:box nil) mode-line-inactive) + (persp-selected-face (:foreground "#EEF5FE")) (mode-line-buffer-id (:weight bold :foreground "#EEF5FE")))) )) |