Skip to content

Commit

Permalink
theme(onedark): Remove bg for window separator (#3011)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudormrfbin authored Jul 8, 2022
1 parent 230ba26 commit b7a3531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/onedark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit b7a3531

Please sign in to comment.