diff options
Diffstat (limited to 'emacs.d/drobillized-theme.el')
-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) |