feat: Ensure mode-line faces unchange

This commit is contained in:
JenChieh 2023-12-25 16:06:02 -08:00
parent 7f51c71ce8
commit 4a0d8354a9

View file

@ -51,11 +51,8 @@
`(font-lock-type-face ((t (:foreground "#38EFCA")))) `(font-lock-type-face ((t (:foreground "#38EFCA"))))
`(font-lock-variable-name-face ((t (:foreground "#D2D2D2")))) `(font-lock-variable-name-face ((t (:foreground "#D2D2D2"))))
`(line-number ((t ( :background "#252525" :foreground "#2B9181")))) `(mode-line ((t :box ( :line-width -1 :style released-button))))
`(line-number-current-line ((t ( :background "#252525" `(mode-line-inactive ((t :box ( :line-width -1 :style released-button))))
:foreground ,(if vs-dark-theme-graphic-p
"#2B9181"
"#00FFD5")))))
`(cursor ((t :background "#909090"))) `(cursor ((t :background "#909090")))
`(hl-line ((t :background ,(if vs-dark-theme-graphic-p "#2E2E2E" "#363636")))) `(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")))) `(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"))) `(fill-column-indicator ((t :foreground "#AA4242")))
`(show-paren-match ,(if vs-dark-theme-graphic-p `(show-paren-match ,(if vs-dark-theme-graphic-p