Skip to content

Commit

Permalink
material theme: fix statusline color (#10308)
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-main committed Apr 9, 2024
1 parent 55346f3 commit cf99615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/themes/material_deep_ocean.toml
Expand Up @@ -63,9 +63,9 @@

"ui.statusline" = { bg = "bg", fg = "text" }
"ui.statusline.inactive" = { bg = "bg", fg = "disabled" }
"ui.statusline.normal" = { bg = "accent", fg = "text" }
"ui.statusline.insert" = { bg = "green", fg = "text" }
"ui.statusline.select" = { bg = "purple", fg = "text" }
"ui.statusline.normal" = { bg = "blue", fg = "bg" }
"ui.statusline.insert" = { bg = "green", fg = "bg" }
"ui.statusline.select" = { bg = "purple", fg = "bg" }


"ui.selection" = { bg = "selection" }
Expand Down

0 comments on commit cf99615

Please sign in to comment.