aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" }