GradienceTeam / Plugins

The home for plugins
GNU General Public License v3.0
7 stars 4 forks source link

plugin: Visual Studio Code plugin #14

Open muznyo opened 1 year ago

muznyo commented 1 year ago

Plugin description

It will let you customize colors. The Visual Studio Code plugin should work for VSCodium also.

Additional Context

No response

Did you read the Code of Conduct?

sidevesh commented 1 year ago

FWIW, I recently put together https://github.com/sidevesh/vscode-mica-blue-dark-theme to go with https://github.com/GradienceTeam/Community/pull/96. I can handle the translation of gradience colors to vscode theme colors if someone can put together a gradience plugin for it. image

0xMRTT commented 1 year ago

@sidevesh If you explain me how to set colors for VSCode, I can do it

sidevesh commented 1 year ago

@0xMRTT I don't think there is anyway that Gradience can adapt any vscode theme with a particular color scheme, there is just too many variety of vscode themes out there. What can be done is gradience create its own vscode theme and that way we would know what gradience colors go where in the vscode theme. Modifying a vscode theme is just a matter of replacing the colors in the json file where the theme is located (usually in ~/.vscode/extensions), this may be different for flatpak version though, would need to check. There are tons of vscode theme including two really.good ones that use GNOME / Adwaita colors so it should be straightforward to figure out which customized colors from gradience replace which theme color property.

sidevesh commented 1 year ago

https://github.com/rafaelmardojai/vscode-gnome-theme https://github.com/piousdeer/vscode-adwaita These are two of the best GNOME style themes for vscode, The second one uses python code to create the theme json file for vscode so it might be easier to adapt with gradience, rather than having to patch a huge json theme file directly.

0xMRTT commented 1 year ago

Gonna have a look :+1: