mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03: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
3 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue