mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
theme(rose-pine): add inlay hints (#6384)
* add `ui.virtual.inlay-hint` * normalise line endings
This commit is contained in:
parent
3da63fa481
commit
9eb11214b1
@ -38,6 +38,7 @@
|
|||||||
"ui.virtual.ruler" = { bg = "overlay" }
|
"ui.virtual.ruler" = { bg = "overlay" }
|
||||||
"ui.virtual.whitespace" = { fg = "highlight_low" }
|
"ui.virtual.whitespace" = { fg = "highlight_low" }
|
||||||
"ui.virtual.indent-guide" = { fg = "muted" }
|
"ui.virtual.indent-guide" = { fg = "muted" }
|
||||||
|
"ui.virtual.inlay-hint" = { fg = "subtle" }
|
||||||
|
|
||||||
"ui.menu" = { fg = "subtle", bg = "surface" }
|
"ui.menu" = { fg = "subtle", bg = "surface" }
|
||||||
"ui.menu.selected" = { fg = "text" }
|
"ui.menu.selected" = { fg = "text" }
|
||||||
@ -185,4 +186,4 @@ iris = "#c4a7e7"
|
|||||||
iris_10 = "#2b2539"
|
iris_10 = "#2b2539"
|
||||||
highlight_low = "#21202e"
|
highlight_low = "#21202e"
|
||||||
highlight_med = "#403d52"
|
highlight_med = "#403d52"
|
||||||
highlight_high = "#524f67"
|
highlight_high = "#524f67"
|
||||||
|
@ -27,4 +27,4 @@ iris = "#907aa9"
|
|||||||
iris_10 = "#f1e8e6"
|
iris_10 = "#f1e8e6"
|
||||||
highlight_low = "#f4ede8"
|
highlight_low = "#f4ede8"
|
||||||
highlight_med = "#dfdad9"
|
highlight_med = "#dfdad9"
|
||||||
highlight_high = "#cecacd"
|
highlight_high = "#cecacd"
|
||||||
|
@ -27,4 +27,4 @@ iris = "#c4a7e7"
|
|||||||
iris_10 = "#342e4a"
|
iris_10 = "#342e4a"
|
||||||
highlight_low = "#2a283e"
|
highlight_low = "#2a283e"
|
||||||
highlight_med = "#44415a"
|
highlight_med = "#44415a"
|
||||||
highlight_high = "#56526e"
|
highlight_high = "#56526e"
|
||||||
|
Loading…
Reference in New Issue
Block a user