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

Xikreti

Thales Cardoso

|
3 installs
| (0) | Free
A synthwave-inspired dark theme with neon green replacing red — based on SynthWave '84
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Xikreti

A retro-futuristic dark theme inspired by SynthWave '84 — with neon green replacing red for a unique cyberpunk-forest aesthetic.


Color Palette

Role Color Hex
Background Deep Purple #262335
Sidebar Dark Plum #241b2f
Keywords Neon Yellow #fede5d
Functions Cyan #36f9f6
Strings Orange #ff8b39
Variables Pink #ff7edb
Constants / Numbers Neon Green #2bff88
Types / Classes Mint Green #72f1b8
Comments Muted Purple #848bbd
Errors / Warnings Mint Green #72f1b8

Installation

Option 1 — Install directly in VS Code (VSIX)

  1. Open VS Code
  2. Press Ctrl+Shift+P → type Extensions: Install from VSIX...
  3. Select the .vsix file
  4. Reload VS Code
  5. Go to File → Preferences → Color Theme and select Xikreti

Option 2 — Load from local folder (Development mode)

  1. Copy the Xikreti Theme folder to your VS Code extensions directory:
    • Windows: %USERPROFILE%\.vscode\extensions\
    • macOS/Linux: ~/.vscode/extensions/
  2. Restart VS Code
  3. Go to File → Preferences → Color Theme → select Xikreti

Option 3 — Open as Workspace & Press F5

  1. Open the Xikreti Theme folder in VS Code
  2. Press F5 to open an Extension Development Host
  3. In the new window, select Xikreti as your color theme

Compatibility

Works with:

  • VS Code (primary target)
  • JetBrains IDEs (via the TextMate token colors)
  • Atom / Pulsar (via the tmTheme generator)
  • Vim/Neovim (colros can be ported via .vim theme converter)

Neon Glow Effect (Optional)

Like SynthWave '84, you can add a neon glow effect using the Custom CSS and JS Loader extension:

  1. Install Custom CSS and JS Loader
  2. Add a CSS file with your glow rules (example below)
  3. Set "vscode_custom_css.imports" in your settings.json
/* Neon Glow — paste in a .css file and load via Custom CSS extension */
.mtk5 { text-shadow: 0 0 2px #100c0f, 0 0 5px #2bff8877, 0 0 10px #2bff8844; }
.mtk6 { text-shadow: 0 0 2px #100c0f, 0 0 5px #72f1b877, 0 0 10px #72f1b844; }
.mtk7 { text-shadow: 0 0 2px #100c0f, 0 0 5px #36f9f677, 0 0 10px #36f9f644; }
.mtk8 { text-shadow: 0 0 2px #100c0f, 0 0 5px #fede5d77, 0 0 10px #fede5d44; }
.mtk9 { text-shadow: 0 0 2px #100c0f, 0 0 5px #ff8b3977, 0 0 10px #ff8b3944; }

License

MIT License — see SynthWave '84 for the original theme.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft