diff options
author | Pascal Kuthe | 2023-02-16 00:46:18 +0000 |
---|---|---|
committer | GitHub | 2023-02-16 00:46:18 +0000 |
commit | 1373ae07bc06f4094de952591506931e125e90df (patch) | |
tree | 29b738a83ad21439da6d64279fb345738def54b2 | |
parent | 715c4b24d94c9e2fa70d5d59ce658b89fbde0392 (diff) |
Remove text bg from monokai (#6009)
-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" } |