summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-01-12 23:49:33 +0100
committerDavid Robillard <d@drobilla.net>2019-01-12 23:49:33 +0100
commit6b4b754844bec04990d12e7a3ae5590503eadd40 (patch)
tree93e369af11f93d4577334d96b000a8af2dfd6de7 /emacs/.emacs.d
parent9253be8f2cdbb13436e438933c4eff7663d502a3 (diff)
downloaddotfiles-6b4b754844bec04990d12e7a3ae5590503eadd40.tar.gz
dotfiles-6b4b754844bec04990d12e7a3ae5590503eadd40.tar.bz2
dotfiles-6b4b754844bec04990d12e7a3ae5590503eadd40.zip
Improve modeline
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/drobillized-theme.el12
-rw-r--r--emacs/.emacs.d/init.el2
2 files changed, 7 insertions, 7 deletions
diff --git a/emacs/.emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el
index bed77da..57aafd7 100644
--- a/emacs/.emacs.d/drobillized-theme.el
+++ b/emacs/.emacs.d/drobillized-theme.el
@@ -203,12 +203,12 @@ Reload the theme after changing anything in this group."
`(mode-line-buffer-id-inactive ((t (:inherit mode-line-buffer-id :foreground "gray30"))))
`(mode-line-inactive ((t (:inherit mode-line :background "#222727" :foreground "gray30"))))
`(nobreak-space ((((class color) (min-colors 88)) (:inherit escape-glyph :underline t))))
- `(powerline-active0 ((t (:inherit mode-line :background "#121717"))))
- `(powerline-active1 ((t (:inherit mode-line :background "#222727"))))
- `(powerline-active2 ((t (:inherit mode-line :background "#222727"))))
- `(powerline-inactive0 ((t (:inherit mode-line-inactive :background "black"))))
- `(powerline-inactive1 ((t (:inherit mode-line-inactive :background "#121717"))))
- `(powerline-inactive2 ((t (:inherit mode-line-inactive :background "#121717"))))
+ `(powerline-active0 ((t (:inherit mode-line :background "#151A1C"))))
+ `(powerline-active1 ((t (:inherit mode-line :background "#1B2022"))))
+ `(powerline-active2 ((t (:inherit mode-line :background "#141414"))))
+ `(powerline-inactive0 ((t (:inherit mode-line-inactive :background "#03080A"))))
+ `(powerline-inactive1 ((t (:inherit mode-line-inactive :background "#0B1012"))))
+ `(powerline-inactive2 ((t (:inherit mode-line-inactive :background "#141414"))))
`(rainbow-delimiters-depth-1-face ((t (:inherit rainbow-delimiters-base-face :foreground "#93A1A1"))))
`(rainbow-delimiters-depth-2-face ((t (:inherit rainbow-delimiters-base-face :foreground "#8BA898"))))
`(rainbow-delimiters-depth-3-face ((t (:inherit rainbow-delimiters-base-face :foreground "#8391A1"))))
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 6b8f2ee..2edd2ae 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -206,7 +206,7 @@
(quote
(auctex clang-format counsel-gtags counsel-projectile diminish dired-rainbow exwm flyspell-correct-ivy ggtags git-gutter-fringe glsl-mode ivy llvm-mode magit markdown-mode n3-mode pdf-tools pkgbuild-mode projectile rainbow-delimiters smart-tabs-mode spaceline spaceline-all-the-icons swift-mode ttl-mode use-package)))
'(pdf-view-midnight-colors (quote ("#C3D1D1" . "#141414")))
- '(powerline-default-separator (quote arrow))
+ '(powerline-default-separator (quote arrow-fade))
'(projectile-completion-system (quote ivy))
'(projectile-enable-caching t)
'(projectile-mode-line nil)