diff options
author | David Robillard <d@drobilla.net> | 2021-11-18 20:35:12 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-11-18 20:59:17 -0500 |
commit | 406c58dafa6d55d0d3d6d50ed722747a9353c7b0 (patch) | |
tree | 51bd01b283f2b7b0953f3f182f267408b599e7ee /emacs/.emacs.d/drobillized-theme.el | |
parent | 6bcfbe326d8c10ed70cd01a0af5277b2fe888114 (diff) | |
download | dotfiles-406c58dafa6d55d0d3d6d50ed722747a9353c7b0.tar.gz dotfiles-406c58dafa6d55d0d3d6d50ed722747a9353c7b0.tar.bz2 dotfiles-406c58dafa6d55d0d3d6d50ed722747a9353c7b0.zip |
Simplify modeline style
Diffstat (limited to 'emacs/.emacs.d/drobillized-theme.el')
-rw-r--r-- | emacs/.emacs.d/drobillized-theme.el | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/emacs/.emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el index 00751d8..eec748c 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 "#1B2022" :foreground "#888")))) + `(fringe ((t (:background "#181818" :foreground "#444")))) `(git-gutter:added ((t (:inherit diff-added)))) `(git-gutter:deleted ((t (:inherit diff-removed)))) `(git-gutter:modified ((t (:foreground ,magenta)))) @@ -203,16 +203,14 @@ 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 nil)))) + `(mode-line ((t (:background "#222" :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 "#222727" :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-active0 ((t (:inherit mode-line :background "#151A1C")))) - `(powerline-active1 ((t (:inherit mode-line :background "#1B2022")))) + `(powerline-active1 ((t (:inherit mode-line :background "#181818")))) `(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-inactive1 ((t (:inherit mode-line-inactive :background "#141414")))) `(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")))) |