theme(onedark): Remove bg for window separator (#3011)

This commit is contained in:
Gokul Soumya 2022-07-09 01:54:09 +05:30 committed by GitHub
parent 230ba264bf
commit b7a3531b8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ diagnostic = { modifiers = ["underlined"] }
"ui.help" = { bg = "gray" }
"ui.popup" = { bg = "gray" }
"ui.window" = { bg = "gray" }
"ui.window" = { fg = "gray" }
"ui.menu" = { fg = "white", bg = "gray" }
"ui.menu.selected" = { fg = "black", bg = "blue" }
"ui.menu.scroll" = { fg = "white", bg = "light-gray" }