Removes color customizations from user settings
Description
It's clear this repository is no longer active given the last commit, but I thought I'd add this anyway.
I'd love to use this extension more, but have since disabled it, as it was the cause of a long-standing issue where any workspace.colorCustomizations or editor.tokenColorCustomizations I'd save in user settings would be removed almost immediately, while any workspace color customization would be left alone. It's only thanks to VS Code's automatic file history that I wasn't screwed.
It took me far too long to figure out that it wasn't a VS Code bug, but the way this extension works to fade out colors. I'm not sure if the VS Code API can directly be utilized to change token colors, but if so, that would be greatly preferable. Until then, I'll no longer be using this, despite desperately needing a reminder to take a break sometimes. I'll need to use another extension or tool.
It might also be nice to include some settings that control not only the timing of the fade out, but perhaps some amount of customization over the colors, e.g. fading to monochrome as it currently does, fading to another theme (like dark to light or vise-versa), or only fading certain tokens like the editor background.
Expected Behavior
The colors would fade out just as they do, but using a method that doesn't modify your user settings in any way.
Actual Behavior
Any workspace.colorCustomizations or editor.tokenColorCustomizations residing in user settings.json will be removed as soon as the extension activates.
If you do happen to read this, thanks very much! I do like the extension, but just can't use it any longer due to how it operates.