summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/drobillized-theme.el
diff options
context:
space:
mode:
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 eec748c..327a5a8 100644
--- a/emacs/.emacs.d/drobillized-theme.el
+++ b/emacs/.emacs.d/drobillized-theme.el
@@ -120,7 +120,7 @@ Reload the theme after changing anything in this group."
`(font-lock-type-face ((t (:foreground ,green :weight normal))))
`(font-lock-variable-name-face ((t (:inherit default))))
`(font-lock-warning-face ((t (:foreground ,red))))
- `(fringe ((t (:background "#181818" :foreground "#444"))))
+ `(fringe ((t (:background "#202020" :foreground "#444"))))
`(git-gutter:added ((t (:inherit diff-added))))
`(git-gutter:deleted ((t (:inherit diff-removed))))
`(git-gutter:modified ((t (:foreground ,magenta))))
@@ -203,15 +203,15 @@ 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 "#222" :foreground "#AAA"))))
+ `(mode-line ((t (:background "#282828" :foreground "#AAA"))))
`(mode-line-buffer-id ((t (:weight bold))))
`(mode-line-buffer-id-inactive ((t (:inherit mode-line-buffer-id :foreground "gray30"))))
`(mode-line-inactive ((t (:inherit mode-line :background "#181818" :foreground "#666"))))
`(nobreak-space ((((class color) (min-colors 88)) (:inherit escape-glyph :underline t))))
- `(powerline-active1 ((t (:inherit mode-line :background "#181818"))))
- `(powerline-active2 ((t (:inherit mode-line :background "#141414"))))
- `(powerline-inactive1 ((t (:inherit mode-line-inactive :background "#141414"))))
- `(powerline-inactive2 ((t (:inherit mode-line-inactive :background "#141414"))))
+ `(powerline-active1 ((t (:inherit mode-line :background "#202020"))))
+ `(powerline-active2 ((t (:inherit mode-line :background "#181818"))))
+ `(powerline-inactive1 ((t (:inherit mode-line-inactive :background "#101010"))))
+ `(powerline-inactive2 ((t (:inherit mode-line-inactive :background "#181818"))))
`(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"))))