'Conditioning VS Code settings property on preferred system color theme
I want to set a property in VS Code settings such that it conditions on the system's preferred color theme.
VS Code allows you to detect color scheme by setting workbench.autoDetectColorScheme to true. Then you can set color themes for the properties - workbench.preferredLightColorTheme and
workbench.preferredDarkColorTheme.
Is there any way to set properties like terminal.background such that they change along with the workbench color theme?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
