mirror of
https://github.com/emacs-vs/vs-light-theme.git
synced 2025-12-05 18:20:30 -08:00
Compare commits
2 commits
45cdcb7a25
...
b73a25f9e4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b73a25f9e4 | ||
|
|
fcfceca1c6 |
1 changed files with 3 additions and 1 deletions
|
|
@ -51,12 +51,14 @@
|
|||
`(font-lock-type-face ((t (:foreground "#2B91AF"))))
|
||||
`(font-lock-variable-name-face ((t (:foreground "#000000"))))
|
||||
|
||||
`(header-line ((t (:background "grey90" :foreground "grey20"))))
|
||||
|
||||
`(mode-line ((t :box ( :line-width -1 :style released-button))))
|
||||
`(mode-line-inactive ((t :box ( :line-width -1 :style released-button))))
|
||||
|
||||
`(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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue