A modern Monokai theme for Visual Studio Code.
Added colors for bracket pair colorization added in the latest release, you can customize it in settings:
"editor.bracketPairColorization.enabled": true,
"workbench.colorCustomizations": {
"editorBracketHighlight.foreground1": "#FD971F"
}
Ctrl/Command + P
to launch the command palette:
ext install theme-monokai-phoenix
NodeJS example code:
Based on the theme Atom Monokai from kevinsawicki.