Remove text bg from monokai (#6009)
This commit is contained in:
parent
715c4b24d9
commit
1373ae07bc
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Reference in a new issue