alefragnani / vscode-separators

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

[FEATURE] - Use symbol icon color for their separators as default value #14

Closed alefragnani closed 3 years ago

alefragnani commented 3 years ago

Instead of the greenish color #65EAB9 used for every symbol, use the themed color for each symbol.

Doing so, the default color for each separator will be the same color defined for its symbol icon.

alefragnani commented 3 years ago

For those which desires to stay with the greenish separators, I've created a new setting called separators.useOriginalGreenishSeparator. Just set to true and those separators returns to the color from v1.0.

The other separators created in #2 , will always use the symbolIcon.XXXForeground color as default.