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

Frostbyte Themes

TSMaitry

|
2 installs
| (0) | Free
A futuristic dark blue VS Code theme inspired by cyberpunk aesthetics.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Frostbyte 🧊

A futuristic theme collection for VS Code — twelve carefully crafted variants spanning cyberpunk neon, deep midnight, holographic HUDs, and clean light modes.

Editor Preview


✨ Features

  • Twelve cohesive variants — pick the mood that matches your day
  • Full UI coverage — every panel, tab, sidebar, peek view, and widget themed
  • Semantic highlighting — accurate token coloring for TypeScript, Rust, Kotlin, and other languages emitting semantic tokens
  • Rainbow brackets — up to 6 levels of distinct bracket colors
  • Italic accents — subtle styling on comments, parameters, decorators, and control flow
  • Symbol icon coloring — outline and breadcrumb icons match the syntax palette

🎨 Theme Variants

The collection covers a full range of moods, from saturated neon to muted office light:

Theme Style Base Accent
Frostbyte Blue Cyberpunk dark blue #0a1021 #3B82F6
Frostbyte Neon High-saturation neon #0a0118 #ff2cf7 / #00f0ff
Frostbyte Midnight Quiet indigo for late nights #0b0d1a #5b6bc4
Frostbyte Light Clean light with blue ink #f6f9ff #1d4ed8
Frostbyte Dim Low-contrast slate light #d4dae5 #3957a3
Frostbyte Galaxy Cosmic violet & pink #0c1230 #a78bfa / #ec4899
Frostbyte Holo Cyberpunk HUD #070b1c #00e5ff / #ff2bd6
Frostbyte Scanner Monochrome cyan dashboard #001a3a #00d4ff
Frostbyte Scanner II Cyan HUD with full-color syntax #001a3a #00d4ff / #ff6ec7
Frostbyte Onyx Pure black, Darcula syntax #000000 #cc7832
Frostbyte Onyx II Pure black with vivid syntax #000000 #ff7b3d
Frostbyte Studio VS Code blue on deep navy #0d0f24 #0098ff

When to use what

  • Daily driver, easy on the eyes: Blue, Midnight, Studio
  • Maximum vibe / personal projects: Neon, Galaxy, Holo
  • Bright environments / light mode: Light, Dim
  • Deep focus, no distractions: Onyx, Onyx II
  • Tactical / sci-fi feel: Scanner, Scanner II

📦 Installation

Via VS Code Marketplace

  1. Open Extensions in VS Code (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search for Frostbyte
  3. Click Install
  4. Open the theme picker (Ctrl+K Ctrl+T / Cmd+K Cmd+T) and pick any Frostbyte variant

Via Command Palette

  1. Press Ctrl+Shift+P / Cmd+Shift+P
  2. Type > Color Theme
  3. Pick a Frostbyte variant from the list

🛠 Recommended Settings

For the best experience, pair Frostbyte with these settings.json entries:

{
  "editor.fontFamily": "'JetBrains Mono', 'Fira Code', monospace",
  "editor.fontLigatures": true,
  "editor.fontSize": 14,
  "editor.lineHeight": 1.6,
  "editor.bracketPairColorization.enabled": true,
  "editor.guides.bracketPairs": "active",
  "editor.semanticHighlighting.enabled": true,
  "workbench.colorTheme": "Frostbyte Blue"
}

Swap "Frostbyte Blue" with any of the variants listed above.


🔧 Contributing

Found a color that clashes? Want support for a new language or extension? Contributions are welcome.

  1. Fork the repo
  2. Edit the relevant file in themes/ (one JSON file per variant)
  3. Press F5 to launch an Extension Development Host and preview your changes
  4. Open a pull request

When adding a new variant, register it in the contributes.themes array of package.json so it appears in the theme picker.


📄 License

MIT © Trilok Singh Maitry

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