From 1373ae07bc06f4094de952591506931e125e90df Mon Sep 17 00:00:00 2001 From: Pascal Kuthe Date: Thu, 16 Feb 2023 01:46:18 +0100 Subject: [PATCH] Remove text bg from monokai (#6009) --- runtime/themes/monokai.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index b75912f7b..a4917cc1d 100644 --- a/runtime/themes/monokai.toml +++ b/runtime/themes/monokai.toml @@ -78,7 +78,7 @@ "ui.statusline" = { fg = "active_text", bg = "#414339" } "ui.statusline.inactive" = { fg = "active_text", bg = "#75715e" } -"ui.text" = { fg = "text", bg = "background" } +"ui.text" = { fg = "text" } "ui.text.focus" = { fg = "active_text" } "warning" = { fg = "#cca700" }