summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el1
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"))))
 ))