alefragnani / vscode-separators

Separators Extension for Visual Studio Code
GNU General Public License v3.0
41 stars 6 forks source link

[FEATURE] - Color picker #84

Closed TheCarpetMerchant closed 1 year ago

TheCarpetMerchant commented 1 year ago

It would be great to have a color picker for each type. The default purple pops up too much imo, I'd like to make it grey.

TheCarpetMerchant commented 1 year ago

Nevermind, found the setting at the bottom of the README. Any reason why it's not in the GUI ?

alefragnani commented 1 year ago

Hi @TheCarpetMerchant ,

I'm glad to know you found the setting.

It is not in the GUI because it is not a regular setting, but a color customization (workbench.colorCustomizations setting), which is a special setting that allows you to customize the entire UI (https://code.visualstudio.com/api/references/theme-color). And the idea is that separators should follow the symbol color by default, no matter which Color Theme you have selected.

Hope this helps

TheCarpetMerchant commented 1 year ago

Okay, that makes sense, thanks ;)