From cfcb672434037a4a7f7fa4dbed9a462356fb924a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Oct 2015 14:34:10 -0400 Subject: Make spaceline highlight color distinct --- emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs.d/init.el b/emacs.d/init.el index c6bb77f..763e07e 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -32,6 +32,7 @@ (delete-selection-mode 1) (defalias 'yes-or-no-p 'y-or-n-p) (spaceline-emacs-theme) +(spaceline-toggle-buffer-size) (winner-mode 1) ;;; Variables @@ -45,6 +46,7 @@ '(backup-directory-alist (\` ((".*" \, temporary-file-directory)))) '(column-number-mode t) '(compilation-scroll-output t) + '(cursor-in-non-selected-windows box) '(delete-old-versions t) '(dired-listing-switches "-al --time-style=long-iso") '(erc-mode-line-format "%t") @@ -120,7 +122,7 @@ '(nobreak-space ((((class color) (min-colors 88)) (:inherit escape-glyph :underline t)))) '(powerline-active2 ((t (:inherit mode-line :background "#2D3232")))) '(smerge-refined-change ((t (:background "gray20")))) - '(spaceline-highlight-face ((t (:background "#383838" :foreground "#BFC3C2" :inherit (quote mode-line))))) + '(spaceline-highlight-face ((t (:background "#335533" :foreground "#FFFFFF" :inherit (quote mode-line))))) '(spaceline-modified ((t (:background "#A66" :foreground "#3E3D31" :inherit (quote mode-line))))) '(spaceline-unmodified ((t (:background "#777" :foreground "#3E3D31" :inherit (quote mode-line))))) '(whitespace-newline ((t (:foreground "grey20" :weight normal)))) -- cgit v1.2.1