mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
Update dark_plus.toml
Didn't realize what `ui.statusline.active` was for. It's needed for view splits.
This commit is contained in:
parent
a4b077e9b9
commit
d84b3a198a
@ -55,6 +55,7 @@
|
||||
"ui.linenr.selected" = { fg = "#c6c6c6" }
|
||||
|
||||
"ui.statusline" = { fg = "#ffffff", bg = "#007acc" }
|
||||
"ui.statusline.inactive" = { fg = "#ffffff", bg = "#007acc" }
|
||||
|
||||
"ui.text" = { fg = "text", bg = "background" }
|
||||
"ui.text.focus" = { fg = "#ffffff" }
|
||||
|
Loading…
Reference in New Issue
Block a user