Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
heliostatic committed Oct 13, 2022
1 parent b0a70ac commit 9cb5aed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/themes/monokai_pro_octagon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

# status bars, panels, modals, autocompletion
"ui.statusline" = { fg = "base8", bg = "base4" }
"ui.statusline.normal" = { fg = "base4, bg = "blue" }
"ui.statusline.insert" = { fg = "base4, bg = "green" }
"ui.statusline.select" = { fg = "base4, bg = "purple" }
"ui.statusline.normal" = { fg = "base4", bg = "blue" }
"ui.statusline.insert" = { fg = "base4", bg = "green" }
"ui.statusline.select" = { fg = "base4", bg = "purple" }
"ui.popup" = { bg = "base3" }
"ui.window" = { bg = "base3" }
"ui.help" = { fg = "base8", bg = "base3" }
Expand Down

0 comments on commit 9cb5aed

Please sign in to comment.