diff options
Diffstat (limited to 'emacs.d')
-rw-r--r-- | emacs.d/init.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 38d1dfd..2e473b8 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -140,11 +140,14 @@ '(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-inactive ((t (:inherit mode-line :background "gray20" :foreground "#4F5352" :box (:line-width 2 :color "#1A1A1A"))))) + '(mode-line-inactive ((t (:inherit mode-line :background "#111" :foreground "#4F5352" :box (:line-width 2 :color "#141414"))))) '(nobreak-space ((((class color) (min-colors 88)) (:inherit escape-glyph :underline t)))) + '(powerline-active1 ((t (:inherit mode-line :background "#272A2A")))) '(powerline-active2 ((t (:inherit mode-line :background "#2D3232")))) + '(powerline-inactive2 ((t (:inherit mode-line-inactive :background "#272A2A")))) + '(region ((t (:background "#455900")))) '(smerge-refined-change ((t (:background "gray20")))) - '(spaceline-highlight-face ((t (:background "#383838" :foreground "#FFFFFF" :inherit (quote mode-line))))) + '(spaceline-highlight-face ((t (:background "#272A2A" :foreground "#FFFFFF" :inherit (quote mode-line))))) '(spaceline-modified ((t (:background "#A66" :foreground "#3E3D31" :inherit (quote mode-line))))) '(spaceline-unmodified ((t (:background "#777" :foreground "#3E3D31" :inherit (quote mode-line))))) '(whitespace-newline ((t (:foreground "grey20" :weight normal)))) |