Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Parsinta ExclusiveNew to Visual Studio Code? Get it now.
Parsinta Exclusive

Parsinta Exclusive

Parsinta

|
3,890 installs
| (4) | Free
A theme that suits your eyes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Parsinta Exclusive

Parsinta Exclusive is a color scheme, customized user interface theme and complete icon set for Visual Studio Code. It has been designed by the Irsyad A. Panjaitan.

Apply theme

To apply theme, it's so simple. Just open your command palette and type "settings.json". Then you can add the theme like so

{
    "workbench.colorTheme": "Parsinta Exclusive",
    // ...
}

If you care about the title bar style, please make sure you have the titleBarStyle to "custom" like so:

{
    "workbench.colorTheme": "Parsinta Exclusive",
    "window.titleBarStyle": "custom"
    // ...
}

If you want, I have some recommended settings that you can use.

```bash
{
    "workbench.colorTheme": "Parsinta Exclusive",
    "editor.lightbulb.enabled": false,
    "editor.selectionHighlight": false,
    "editor.overviewRulerBorder": false,
    "editor.renderLineHighlight": "none",
    "editor.occurrencesHighlight": false,
    "problems.decorations.enabled": false,
    "editor.renderControlCharacters": false,
    "editor.hideCursorInOverviewRuler": true,
}

If you like more, please read on Parsinta.

Contribute

I also opened the repo on github, so for those of you who want to make the theme more robust, or add support for other languages, you can directly make a pull request.

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