From fcfceca1c674ebbd4af6f623cd6675e47a910f86 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Mon, 29 Jul 2024 02:50:17 -0700 Subject: [PATCH] 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))))