diff options
author | David Robillard <d@drobilla.net> | 2017-12-09 12:50:38 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-09 12:50:38 +0100 |
commit | 6fd0fb926ed12208d017389d4a944516f18d89c4 (patch) | |
tree | e7cb231b2bef0e2a82ea405e1d95c6f0a457d344 /emacs.d | |
parent | 3ac8f339b40dd4125e851729af065801828771a6 (diff) | |
download | dotfiles-6fd0fb926ed12208d017389d4a944516f18d89c4.tar.gz dotfiles-6fd0fb926ed12208d017389d4a944516f18d89c4.tar.bz2 dotfiles-6fd0fb926ed12208d017389d4a944516f18d89c4.zip |
Improve mode line style
Diffstat (limited to 'emacs.d')
-rw-r--r-- | emacs.d/drobillized-theme.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/emacs.d/drobillized-theme.el b/emacs.d/drobillized-theme.el index 764a935..41a4c51 100644 --- a/emacs.d/drobillized-theme.el +++ b/emacs.d/drobillized-theme.el @@ -191,15 +191,17 @@ Reload the theme after changing anything in this group." `(magit-tag ((t (:foreground ,yellow)))) `(magit-section-highlight ((t (:background "grey15")))) `(minibuffer-prompt ((((background dark)) (:foreground "white")))) - `(mode-line ((t (:background "#2D3232" :foreground "#AFB3B2" :box (:line-width 2 :color "#1A1A1A"))))) + `(mode-line ((t (:background "#2D3232" :foreground "#AFB3B2" :box nil)))) `(mode-line-buffer-id ((t (:weight bold)))) `(mode-line-buffer-id-inactive ((t (:inherit mode-line-buffer-id :foreground "red")))) `(mode-line-inactive ((t (:inherit mode-line :background "#222727" :foreground "#424747")))) `(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 "#2D3232")))) + `(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 "#1D2222")))) + `(powerline-inactive2 ((t (:inherit mode-line-inactive :background "#121717")))) `(region ((t (:background "#354900")))) `(secondary-selection ((t (:background "#344E00")))) `(smerge-refined-change ((t (:background "grey20"))) t) |