From fcfceca1c674ebbd4af6f623cd6675e47a910f86 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Mon, 29 Jul 2024 02:50:17 -0700 Subject: [PATCH 1/2] better region --- vs-light-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vs-light-theme.el b/vs-light-theme.el index 2272315..d67cf00 100644 --- a/vs-light-theme.el +++ b/vs-light-theme.el @@ -56,7 +56,7 @@ `(cursor ((t :background "#A3A3A3"))) `(hl-line ((t :background ,(if vs-light-theme-graphic-p "#F1F1F1" "#99C9EF")))) - `(region ((t :background "#99C9EF"))) + `(region ((t :background "#8AB6DF"))) `(fringe ((t :background "#E6E7E8"))) `(completions-annotations ((t :inherit (shadow)))) From b73a25f9e4a927da2760432a18e739e65047a9f5 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Mon, 29 Jul 2024 03:23:53 -0700 Subject: [PATCH 2/2] feat: customize header line --- vs-light-theme.el | 2 ++ 1 file changed, 2 insertions(+) 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))))