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