Skip to content

Commit

Permalink
Add support for color modes with Monokai Pro (helix-editor#4789)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderfelipe authored and Frederik Vestre committed Feb 6, 2023
1 parent 42e3fca commit f58ba45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/monokai_pro.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.inactive" = { fg = "base8", bg = "base8x0c" }
"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 f58ba45

Please sign in to comment.