mirror of
https://github.com/emacs-vs/vs-dark-theme.git
synced 2025-12-05 18:20:30 -08:00
feat: Ensure mode-line faces unchange
This commit is contained in:
parent
7f51c71ce8
commit
4a0d8354a9
1 changed files with 8 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue