diff options
-rw-r--r-- | runtime/themes/monokai.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index b75912f7..a4917cc1 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" } |