rose-pine / vscode

Soho vibes for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=mvllow.rose-pine
MIT License
460 stars 17 forks source link

Low-contrast themes #38

Closed Milo123459 closed 3 years ago

Milo123459 commented 3 years ago

Remove the contrast between the terminal and the rest of the editor. Or make it it's own theme.

mvllow commented 3 years ago

I am happy to help if you want to fork this repo and remove some contrast

We use pinecone to generate the themes so it would actually be as simple as changing terminal.background from _bgSurface to _bgBase in _pinecone-color-theme.json and running npx pinecone-cli to generate all three variants

You could then publish this as your own theme if you wish

Milo123459 commented 3 years ago

Done #39

mvllow commented 3 years ago

Sorry if I mislead, I would recommend maintaining a forked version if you prefer lower contrast. If you do end up publishing your own version we'll gladly mention it in this readme

Would also accept a PR mentioning how to override the terminal background via the user's settings.json, similar to https://github.com/rose-pine/vscode#disable-italics