This is not a duplicate of how to configure theme options, that is clear from answers like this.
I'd like to modify or tweak the current setting, meaning: I'd like to load what is currently configured. For example the value currently configured for
editor.tokenColorCustomizations["[Cobalt2]"]["comments"]["foreground"]
to be able to tweak it a bit, say making the color more bright.
When I load this key in the User Settings
I see a color red ("#FF0000
) as default, which is obviously not what the theme has.
I know I can 1) open the cobalt2.json
2) find the setting and 3) copy/paste in my User Settings. But I was looking for a more friendly/easier approach.
Is there a more friendly/easier approach? How can I preload the current setting in my User Settings?