Skip to content

Commit 9a4e6fd

Browse files
Add support for color modes with Monokai Pro (#4789)
1 parent 767b179 commit 9a4e6fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/themes/monokai_pro.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
# status bars, panels, modals, autocompletion
1919
"ui.statusline" = { fg = "base8", bg = "base4" }
2020
"ui.statusline.inactive" = { fg = "base8", bg = "base8x0c" }
21+
"ui.statusline.normal" = { fg = "base4", bg = "blue" }
22+
"ui.statusline.insert" = { fg = "base4", bg = "green" }
23+
"ui.statusline.select" = { fg = "base4", bg = "purple" }
2124
"ui.popup" = { bg = "base3" }
2225
"ui.window" = { bg = "base3" }
2326
"ui.help" = { fg = "base8", bg = "base3" }

0 commit comments

Comments
 (0)