mirror of https://github.com/helix-editor/helix
Update soft-wrap indicator in gruvbox themes (#7736)
parent
b266628c17
commit
a188282b37
|
@ -61,6 +61,7 @@
|
||||||
"ui.virtual.whitespace" = "bg2"
|
"ui.virtual.whitespace" = "bg2"
|
||||||
"ui.virtual.ruler" = { bg = "bg1" }
|
"ui.virtual.ruler" = { bg = "bg1" }
|
||||||
"ui.virtual.inlay-hint" = { fg = "gray1" }
|
"ui.virtual.inlay-hint" = { fg = "gray1" }
|
||||||
|
"ui.virtual.wrap" = { fg = "bg2" }
|
||||||
|
|
||||||
"diagnostic.warning" = { underline = { color = "orange1", style = "curl" } }
|
"diagnostic.warning" = { underline = { color = "orange1", style = "curl" } }
|
||||||
"diagnostic.error" = { underline = { color = "red1", style = "curl" } }
|
"diagnostic.error" = { underline = { color = "red1", style = "curl" } }
|
||||||
|
|
Loading…
Reference in New Issue