thien-do / vscode-1

Soho vibes for VSCode

Home Page:https://marketplace.visualstudio.com/items?itemName=mvllow.rose-pine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rosé Pine for VSCode

All natural pine, faux fur and a bit of soho vibes for the classy minimalist

Usage

  1. Open VSCode
  2. Search for Rosé Pine in extensions
  3. Install the theme and choose your variant in Preferences: Color theme
  4. Optionally enable the included icon theme in Preferences: File Icon Theme

Gallery

Font used is Cartograph

Rosé Pine

VSCode with Rosé Pine

Rosé Pine Moon

VSCode with Rosé Pine Moon

Rosé Pine Dawn

VSCode with Rosé Pine Dawn

Disable italics

Add this snippet to your settings.json to disable italics for Rosé Pine

"editor.tokenColorCustomizations": {
  "[Rosé Pine]": {
    "textMateRules": [
      {
        "scope": [
          "comment",
          "entity.other.attribute-name",
          "entity.other.inherited-class",
          "support.function",
          "variable",
          "meta.directive.vue"
        ],
        "settings": {
          "fontStyle": ""
        }
      }
    ]
  }
}

Thanks to

About

Soho vibes for VSCode

https://marketplace.visualstudio.com/items?itemName=mvllow.rose-pine

License:MIT License


Languages

Language:JavaScript 100.0%