From 9a2793d43cd1ee6bc72d4861fca589cff006f1f2 Mon Sep 17 00:00:00 2001 From: Kirawi <67773714+kirawi@users.noreply.github.com> Date: Sun, 3 Apr 2022 18:45:03 -0400 Subject: [PATCH] [dark_plus] remove `ui.text` background resolves #1948 --- runtime/themes/dark_plus.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index ab7c16ecccea..06bccd5d7d68 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" }