tonybaloney / vscode-pets

Adds playful pets 🦀🐱🐶 in your VS Code window
https://tonybaloney.github.io/vscode-pets
MIT License
2.23k stars 367 forks source link

Custom background color in vscode-pets.theme #374

Open jwapico opened 1 year ago

jwapico commented 1 year ago

I think it would be really cool to allow users to be able to enter a simple hex code for a solid color background in the vscode-pets.theme value.

tonybaloney commented 1 year ago

This could be achieved using color contribution points and then its part of the custom theme instead of a configuration value.. https://code.visualstudio.com/api/references/contribution-points#contributes.colors I'm currently setting the panel to have the editor background color as the default