/vscode-monokai-phoenix

Customized Monokai Phoenix theme for Visual Studio Code.

MIT LicenseMIT

Monokai Phoenix Theme

Version GitHub stars

A modern Monokai theme for Visual Studio Code.

Changelog

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"
}

Install

Ctrl/Command + P to launch the command palette:

ext install theme-monokai-phoenix

Screenshot

NodeJS example code:

Theme Screenshot

Credits

Based on the theme Atom Monokai from kevinsawicki.