vscodethemes / web

Search and preview themes from the VS Code Marketplace.
https://vscodethemes.com
MIT License
767 stars 35 forks source link

Clean up Rosé Pine theme #194

Closed mvllow closed 3 years ago

mvllow commented 3 years ago

Would you be so kind as to remove old variants of our Rosé Pine theme?

Repo is rose-pine/vscode Contributes from package.json:

"contributes": {
  "themes": [
    {
      "label": "Rosé Pine",
      "uiTheme": "vs-dark",
      "path": "./themes/rose-pine-color-theme.json"
    },
    {
      "label": "Rosé Pine Moon",
      "uiTheme": "vs-dark",
      "path": "./themes/rose-pine-moon-color-theme.json"
    },
    {
      "label": "Rosé Pine Dawn",
      "uiTheme": "vs",
      "path": "./themes/rose-pine-dawn-color-theme.json"
    }
  ],
  "iconThemes": [
    {
      "id": "rose-pine-icons",
      "label": "Rosé Pine Icons",
      "path": "./icons/rose-pine-icon-theme.json"
    }
  ]
},

Thanks so much!

jschr commented 3 years ago

The old themes are removed now: https://vscodethemes.com/e/mvllow.rose-pine