mirror of
https://github.com/emacs-vs/vs-light-theme.git
synced 2025-12-06 02:30:34 -08:00
feat: Ensure mode-line faces unchange
This commit is contained in:
parent
4aeda9c421
commit
e4fc33c91c
1 changed files with 8 additions and 5 deletions
|
|
@ -51,11 +51,8 @@
|
|||
`(font-lock-type-face ((t (:foreground "#2B91AF"))))
|
||||
`(font-lock-variable-name-face ((t (:foreground "#000000"))))
|
||||
|
||||
`(line-number ((t ( :background "#EEEEEE" :foreground "#2B91AF"))))
|
||||
`(line-number-current-line ((t ( :background "#EEEEEE"
|
||||
:foreground ,(if vs-light-theme-graphic-p
|
||||
"#2B91AF"
|
||||
"#5C8794")))))
|
||||
`(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-light-theme-graphic-p "#E6E6E6" "#99C9EF"))))
|
||||
|
|
@ -67,6 +64,12 @@
|
|||
|
||||
`(highlight ((t :background ,(if vs-light-theme-graphic-p "#99C9EF" "#363636"))))
|
||||
|
||||
`(line-number ((t ( :background "#EEEEEE" :foreground "#2B91AF"))))
|
||||
`(line-number-current-line ((t ( :background "#EEEEEE"
|
||||
:foreground ,(if vs-light-theme-graphic-p
|
||||
"#2B91AF"
|
||||
"#5C8794")))))
|
||||
|
||||
`(fill-column-indicator ((t :foreground "#AA4242")))
|
||||
|
||||
`(show-paren-match ,(if vs-light-theme-graphic-p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue