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

Sublime Exact Theme

EmilijanMB

|
3,440 installs
| (0) | Free
Sublime Exact Theme! Only Sublime theme using original colors converted from the original HSL format (instead of Hex)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sublime theme in Visual Studio Code. Only one colored exactly by converting the HSL files from Sublime

Installing information

Theme install

Installation

Quick Open: Windows: Ctrl + P macOS: ⌘ + P Linux: Ctrl + P

Paste the following command and press Enter:

ext install sublime-exact-theme

...pick the theme

Theme activation

Quick Open: Windows: Ctrl + Shift + P macOS: Shift + P Linux: Ctrl + Shift + P

Type theme, choose Preferences: Color Theme, and select Sublime Exact Theme

Overriding the colors

Editor colors

"editor.tokenColorCustomizations": {
    "[Sublime Exact Theme]": {
        "textMateRules": [
            {
                "scope": "comment",
                "settings": {
                     "foreground": "#74705D",
                }
            },
        ]
    },
},

Theme colors

"workbench.colorCustomizations": { "[Sublime Exact Theme]": { "editor.selectionBackground": "#ff0000", } },

Recommended settings for complete Sublime experience

{
    // Changes to like Sublime even more
    "editor.letterSpacing": 0.55,
    "editor.lineHeight": 18,
    "editor.links": false,
    "breadcrumbs.enabled": false
}

sublime-exact-theme

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