Skip to content

Commit

Permalink
Monokai Pro Octagon statusline modes (helix-editor#4247)
Browse files Browse the repository at this point in the history
  • Loading branch information
heliostatic authored and pathwave committed Oct 16, 2022
1 parent d1d5e32 commit 665bc34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/monokai_pro_octagon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +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.popup" = { bg = "base3" }
"ui.window" = { bg = "base3" }
"ui.help" = { fg = "base8", bg = "base3" }
Expand Down

0 comments on commit 665bc34

Please sign in to comment.