Unnamed repository; edit this file 'description' to name the repository.
[dark_plus] remove `ui.text` background (#1950)
Kirawi 2022-04-04
parent 9782204 · commit 3fc4ea2
-rw-r--r--runtime/themes/dark_plus.toml2
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" }