From 4a0d8354a9978d6e1d4910bcd5e5fc9e8aaf4cd9 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Mon, 25 Dec 2023 16:06:02 -0800 Subject: [PATCH] feat: Ensure mode-line faces unchange --- vs-dark-theme.el | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/vs-dark-theme.el b/vs-dark-theme.el index 3cc122c..f5b7fdc 100644 --- a/vs-dark-theme.el +++ b/vs-dark-theme.el @@ -51,11 +51,8 @@ `(font-lock-type-face ((t (:foreground "#38EFCA")))) `(font-lock-variable-name-face ((t (:foreground "#D2D2D2")))) - `(line-number ((t ( :background "#252525" :foreground "#2B9181")))) - `(line-number-current-line ((t ( :background "#252525" - :foreground ,(if vs-dark-theme-graphic-p - "#2B9181" - "#00FFD5"))))) + `(mode-line ((t :box ( :line-width -1 :style released-button)))) + `(mode-line-inactive ((t :box ( :line-width -1 :style released-button)))) `(cursor ((t :background "#909090"))) `(hl-line ((t :background ,(if vs-dark-theme-graphic-p "#2E2E2E" "#363636")))) @@ -67,6 +64,12 @@ `(highlight ((t :background ,(if vs-dark-theme-graphic-p "#264F78" "#363636")))) + `(line-number ((t ( :background "#252525" :foreground "#2B9181")))) + `(line-number-current-line ((t ( :background "#252525" + :foreground ,(if vs-dark-theme-graphic-p + "#2B9181" + "#00FFD5"))))) + `(fill-column-indicator ((t :foreground "#AA4242"))) `(show-paren-match ,(if vs-dark-theme-graphic-p