Update dark_plus.toml

Didn't realize what `ui.statusline.active` was for. It's needed for view splits.
This commit is contained in:
Kirawi 2021-07-14 16:49:27 -04:00 committed by Blaž Hrastnik
parent a4b077e9b9
commit d84b3a198a

View File

@ -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" }