Skip to content

Commit

Permalink
material theme: fix statusline color (helix-editor#10308)
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-main authored and mtoohey31 committed Jun 2, 2024
1 parent 42727d5 commit 3f370e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/themes/material_deep_ocean.toml
Original file line number Diff line number Diff line change
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 3f370e4

Please sign in to comment.