vscode-pets icon indicating copy to clipboard operation
vscode-pets copied to clipboard

Custom background color in vscode-pets.theme

Open jwapico opened this issue 2 years ago • 1 comments

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.

jwapico avatar Jan 23 '23 04:01 jwapico

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

tonybaloney avatar Jan 24 '23 03:01 tonybaloney