theme(rose-pine): add inlay hints (#6384)

* add `ui.virtual.inlay-hint`

* normalise line endings
pull/5/head
not 1 year ago committed by GitHub
parent 3da63fa481
commit 9eb11214b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,6 +38,7 @@
"ui.virtual.ruler" = { bg = "overlay" }
"ui.virtual.whitespace" = { fg = "highlight_low" }
"ui.virtual.indent-guide" = { fg = "muted" }
"ui.virtual.inlay-hint" = { fg = "subtle" }
"ui.menu" = { fg = "subtle", bg = "surface" }
"ui.menu.selected" = { fg = "text" }
@ -185,4 +186,4 @@ iris = "#c4a7e7"
iris_10 = "#2b2539"
highlight_low = "#21202e"
highlight_med = "#403d52"
highlight_high = "#524f67"
highlight_high = "#524f67"

@ -27,4 +27,4 @@ iris = "#907aa9"
iris_10 = "#f1e8e6"
highlight_low = "#f4ede8"
highlight_med = "#dfdad9"
highlight_high = "#cecacd"
highlight_high = "#cecacd"

@ -27,4 +27,4 @@ iris = "#c4a7e7"
iris_10 = "#342e4a"
highlight_low = "#2a283e"
highlight_med = "#44415a"
highlight_high = "#56526e"
highlight_high = "#56526e"

Loading…
Cancel
Save