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

Solkai Theme

Yi.Jihong

|
6 installs
| (0) | Free
A dark/light theme set combining One Monokai syntax with Solarized Light warmth. Features custom boolean/null/undefined highlighting.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Solkai Theme

A dark/light theme set for VS Code.

Solkai Theme Preview

Solkai Dark — One Monokai base with custom boolean/null/undefined highlighting.

Solkai Light — Warm cream background (Solarized-inspired) with One Monokai syntax colors adapted for light mode. No more eye-burning white backgrounds.

Features

  • Custom semantic highlighting for true, false, null, undefined
  • Dark/Light pair designed together — consistent color logic across both
  • Light theme uses a warm cream background instead of harsh white
  • Supports auto-switching with window.autoDetectColorScheme

Syntax Palette

Dark

Role Color Hex
Keyword 🔴 #e06c75
String 🟡 #e5c07b
Function 🟢 #98c379
Class 🔵 #61afef
Number 🟣 #c678dd
Type 🩵 #56b6c2
Comment 💙 #3498DB
true 🌿 #a2d39c
false 🟠 #ffac5f
null 💜 #d8a7e0
undefined 🌊 #89bbb6

Light

Role Color Hex
Keyword 🔴 #C5243A
String 🟤 #956300
Function 🌲 #2C6A0E
Class 🔷 #1B4FC2
Number 💠 #5538A0
Type 🔹 #0A5E9E
Comment 💙 #2878B5
true 🌿 #008A78
false 🟠 #D04800
null 💜 #9E18C2
undefined 🌊 #0E7D75

Auto Dark/Light Switching

Add to your settings.json:

{
	"window.autoDetectColorScheme": true,
	"workbench.preferredDarkColorTheme": "Solkai Dark",
	"workbench.preferredLightColorTheme": "Solkai Light"
}

Credits

Built on top of:

  • One Monokai by azemoh (MIT)
  • Solarized Light by Microsoft (MIT)
  • Bluloco Light by uloco (MIT) — UI color coverage

License

MIT

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