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

Fruits Theme

W4RH4WK

|
1,265 installs
| (1) | Free
Another vibrant dark theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Fruits Theme

This color theme is a modified version of VSCode's default dark theme, inspired by Visual Assist's dark theme and the omnipresent Monokai theme. Also provides a variant based on VSCode's modern UI theme.

It builds upon the following principles:

  • Highlight control-flow keywords (red)
  • Highlight type and function names as they carry semantics (orange, yellow)
  • Remove emphasis from comments, strings, and namespaces
  • Keywords and operators serve as anchor points (blue)
  • Only source code is themed

Screenshots

Screenshot Haskell

Screenshot CSS

Screenshot Rust

Screenshot Go

Considerations

  • Use vscode-rust-syntax
  • Change variable coloring to adjust the overall color tone:
    "editor.tokenColorCustomizations": {
        "variables": "#BDB76B",  // default Visual Assist
        "variables": "#82c0e2",  // default VSCode dark theme
    }
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft