diff options
author | Kirawi | 2022-04-03 22:59:02 +0000 |
---|---|---|
committer | GitHub | 2022-04-03 22:59:02 +0000 |
commit | 3fc4ea2938a0ee8048176a92c4bbf29aaaf0b853 (patch) | |
tree | 669fa12bbb9a436a1b140101cc6b8f6f37850ee3 | |
parent | 9782204f739813ab5b2dd82451ef2d4695b41d22 (diff) |
[dark_plus] remove `ui.text` background (#1950)
-rw-r--r-- | runtime/themes/dark_plus.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index ab7c16ec..06bccd5d 100644 --- a/runtime/themes/dark_plus.toml +++ b/runtime/themes/dark_plus.toml @@ -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" } |