Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Monokai AC ThemeNew to Visual Studio Code? Get it now.
Monokai AC Theme

Monokai AC Theme

ac2sherry

|
528 installs
| (1) | Free
Monokai AC theme for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Monokai AC Theme

Monokai AC is a dark color theme for Visual Studio Code. It adapts the classic Monokai palette with adjustments to text, syntax, and interface colors for a clear and consistent editing experience.

Installation

To install a packaged build locally:

  1. Open the Extensions view in Visual Studio Code.
  2. Open the Views and More Actions menu.
  3. Select Install from VSIX... and choose the generated .vsix file.
  4. Open Preferences: Color Theme and select monokai-ac.

You can also install a package from the command line:

code --install-extension .\theme-monokai-ac-1.1.0.vsix --force

Development and Test Packaging

This extension contains a JSON color theme and does not require a compilation step. Install Node.js and the official Visual Studio Code Extensions command-line tool:

npm install -g @vscode/vsce

From the extension root, generate a test package with:

vsce package

The output filename is derived from the extension name and version in package.json, for example theme-monokai-ac-1.1.0.vsix. Install it with the command above, then verify the theme by opening representative source files and checking syntax colors, editor selections, diagnostics, and common workbench surfaces.

The extension also contributes syntax support for GNU assembler (.s, .S) and NASM (.asm, .nasm). The samples cover x86-64 AT&T and Intel syntax, ARMv7, and AArch64.

Attribution

Based on the original Monokai color scheme by Wimer Hazenberg (monokai.com). Original colors are used under the author's permissive usage terms, which require attribution.

Modifications to the code, structure, and color palette are Copyright (c) 2018-2026 ac2sherry.

License

The modifications are licensed under the MIT License included in the LICENSE file. The original Monokai attribution and applicable usage terms remain in effect.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft