diff --git a/vs-light-theme.el b/vs-light-theme.el index d67cf00..94294f2 100644 --- a/vs-light-theme.el +++ b/vs-light-theme.el @@ -51,6 +51,8 @@ `(font-lock-type-face ((t (:foreground "#2B91AF")))) `(font-lock-variable-name-face ((t (:foreground "#000000")))) + `(header-line ((t (:background "grey90" :foreground "grey20")))) + `(mode-line ((t :box ( :line-width -1 :style released-button)))) `(mode-line-inactive ((t :box ( :line-width -1 :style released-button))))