mirror of https://github.com/helix-editor/helix
[dark_plus] remove `ui.text` background (#1950)
parent
9782204f73
commit
3fc4ea2938
|
@ -74,7 +74,7 @@
|
|||
"ui.statusline" = { fg = "white", bg = "blue" }
|
||||
"ui.statusline.inactive" = { fg = "white", bg = "blue" }
|
||||
|
||||
"ui.text" = { fg = "text", bg = "background" }
|
||||
"ui.text" = { fg = "text" }
|
||||
"ui.text.focus" = { fg = "white" }
|
||||
|
||||
"warning" = { fg = "gold2" }
|
||||
|
|
Loading…
Reference in New Issue