From 54f887bea8a5846b96febd1faf93c5910b8ac10b Mon Sep 17 00:00:00 2001 From: JenChieh Date: Mon, 29 Jul 2024 15:03:03 -0700 Subject: [PATCH] update header-line background --- vs-dark-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vs-dark-theme.el b/vs-dark-theme.el index 1b32bd5..d5ef3ba 100644 --- a/vs-dark-theme.el +++ b/vs-dark-theme.el @@ -51,7 +51,7 @@ `(font-lock-type-face ((t (:foreground "#38EFCA")))) `(font-lock-variable-name-face ((t (:foreground "#D2D2D2")))) - `(header-line ((t (:background "grey20" :foreground "grey90")))) + `(header-line ((t (:background "#383838" :foreground "#FAFAFA")))) `(mode-line ((t :box ( :line-width -1 :style released-button)))) `(mode-line-inactive ((t :box ( :line-width -1 :style released-button))))