diff --git a/vs-dark-theme.el b/vs-dark-theme.el index 19939f7..1b32bd5 100644 --- a/vs-dark-theme.el +++ b/vs-dark-theme.el @@ -51,6 +51,8 @@ `(font-lock-type-face ((t (:foreground "#38EFCA")))) `(font-lock-variable-name-face ((t (:foreground "#D2D2D2")))) + `(header-line ((t (:background "grey20" :foreground "grey90")))) + `(mode-line ((t :box ( :line-width -1 :style released-button)))) `(mode-line-inactive ((t :box ( :line-width -1 :style released-button))))