VS Code Fleet Themes
February 5, 2026 ยท View on GitHub
A collection of elegant, carefully crafted VS Code themes inspired by JetBrains Fleet. Includes both dark and light variants for developers who appreciate clean aesthetics and excellent readability.

โจ Features
- 7 Beautiful Variants: 6 dark themes + 1 light theme
- Optimized for Readability: Carefully selected color palettes for reduced eye strain
- Comprehensive Coverage: Syntax highlighting for all major languages and frameworks
- Semantic Highlighting: Enhanced token colorization for modern languages
- Polished UI: Themed editor, terminal, and UI components
๐ฆ Installation
From VS Code Marketplace
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X/Cmd+Shift+X) - Search for "VS Code Fleet"
- Click Install
From Marketplace Link
Install from Visual Studio Marketplace
๐จ Activate a Theme
- Open Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Type "Preferences: Color Theme"
- Choose one of the available variants:
- Fleet - The classic Fleet experience
- Fleet Dark - Deeper, darker variant
- Fleet Grey - Elegant grey tones
- Fleet Ocean - Cool ocean-inspired blues
- Fleet Palenight - Soft purple night theme
- Sphere - Alternative modern variant
- Fleet Light - Clean, bright light theme
โ๏ธ Recommended Settings
For the best experience, add these settings to your settings.json:
{
"workbench.colorTheme": "Fleet",
"editor.fontFamily": "JetBrainsMono Nerd Font",
"editor.lineHeight": 1.7,
"debug.console.lineHeight": 1.3,
"terminal.integrated.lineHeight": 1.3,
"editor.smoothScrolling": true,
"editor.fontLigatures": true,
"editor.cursorSmoothCaretAnimation": "on"
}
๐ค Recommended Font
For optimal appearance with programming ligatures and symbols:
JetBrains Mono Nerd Font
- Download from Nerd Fonts (select JetBrainsMono)
- Install the font on your system
- Configure VS Code to use it (see Recommended Settings above)
Why JetBrains Mono?
- Designed specifically for developers
- Excellent ligature support
- Clear distinction between similar characters (0/O, 1/l/I)
- Nerd Font variant includes icons and symbols
๐ง Compatibility
- VS Code: Version 1.82.0 or higher
- Platforms: Windows, macOS, Linux
- Languages: Supports all major programming languages
๐ Changelog & License
- Changelog: CHANGELOG.md
- License: MIT - License.md
๐ Acknowledgements
This theme is inspired by the beautiful design of JetBrains Fleet.
๐ Issues & Contributions
Found a bug or have a suggestion? Please open an issue on GitHub.
Enjoy coding with Fleet! โก