summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/drobillized-theme.el
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/drobillized-theme.el
parent9253be8f2cdbb13436e438933c4eff7663d502a3 (diff)
downloaddotfiles-6b4b754844bec04990d12e7a3ae5590503eadd40.tar.gz
dotfiles-6b4b754844bec04990d12e7a3ae5590503eadd40.tar.bz2
dotfiles-6b4b754844bec04990d12e7a3ae5590503eadd40.zip
Improve modeline
Diffstat (limited to 'emacs/.emacs.d/drobillized-theme.el')
-rw-r--r--emacs/.emacs.d/drobillized-theme.el12
1 files changed, 6 insertions, 6 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"))))