Compare commits

...

2 commits

Author SHA1 Message Date
JenChieh
b73a25f9e4 feat: customize header line 2024-07-29 03:23:53 -07:00
JenChieh
fcfceca1c6 better region 2024-07-29 02:50:17 -07:00

View file

@ -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))))