summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-18 14:34:10 -0400
committerDavid Robillard <d@drobilla.net>2015-10-18 14:34:10 -0400
commitcfcb672434037a4a7f7fa4dbed9a462356fb924a (patch)
treeb5799bee91628a5525a36fa4780daf5dd8a0988b
parentf27da971d73aa48bdd9f0f8c4f5d0fbddfd698b8 (diff)
downloaddotfiles-cfcb672434037a4a7f7fa4dbed9a462356fb924a.tar.gz
dotfiles-cfcb672434037a4a7f7fa4dbed9a462356fb924a.tar.bz2
dotfiles-cfcb672434037a4a7f7fa4dbed9a462356fb924a.zip
Make spaceline highlight color distinct
-rw-r--r--emacs.d/init.el4
1 files changed, 3 insertions, 1 deletions
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))))