Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>PolykaiNew to Visual Studio Code? Get it now.
Polykai

Polykai

Adam Graham

|
15,696 installs
| (5) | Free
A dark color scheme inspired by Wimer Hazenberg's Monokai theme.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Polykai

A dark color scheme inspired by Wimer Hazenberg's Monokai theme.

screenshot

Color Palette

Element Hex RGB
Background #141818 20 24 24
Current Line #1e2424 30 36 36
Selection #3c4848 60 72 72
Comment #909090 144 144 144
Foreground #f8f8f8 248 248 248
String #ffe080 255 224 128
Property #ffb000 255 176 0
Type #ff9020 255 144 32
Keyword #ff0060 255 0 96
Number #c080ff 192 128 255
Constant #6080ff 96 128 255
Function #40c4ff 64 196 255
Class #a0ff20 160 255 32

Getting started

You can install this theme through the Visual Studio Code Marketplace.

Installation

Launch Quick Open:

  • Linux Ctrl+P
  • macOS ⌘P
  • Windows Ctrl+P

Paste the following command and press Enter:

ext install polykai

Pick the theme by author Adam Graham (me).

Packaged VSIX Extension

Download the latest .vsix release file from the marketplace and install it from the command line

code --install-extension adamgraham.polykai-theme-latest.vsix

or from within VS Code by launching Quick Open and running the Install from VSIX... command.

GitHub Repository Clone

Open your .vscode/extensions directory. Depending on your platform, it is located in the following folders:

  • Linux ~/.vscode/extensions
  • macOs ~/.vscode/extensions
  • Windows %USERPROFILE%\.vscode\extensions

Clone the Polykai theme repository as adamgraham.polykai-theme into that directory:

git clone https://github.com/adamgraham/polykai-vscode.git adamgraham.polykai-theme

Activate theme

Launch Quick Open:

  • Linux Ctrl + Shift + P
  • macOS ⌘ + Shift + P
  • Windows Ctrl + Shift + P

Type theme, choose Preferences: Color Theme, and select Polykai from the list.

Resources

  • Homepage
  • Repository
  • Changelog
  • License
  • Report Issues
  • Other Editor Support
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft