79207986

Date: 2024-11-20 15:55:52
Score: 1.5
Natty:
Report link

Based on this site, I think the setting you're searching for is

window.autoDetectColorScheme

To activate it, follow these steps :

  1. Open your settings at JSON format
  2. Add the following line :

"window.autoDetectColorScheme": true,

  1. (Optional) If you want, you can also choose your favourites themes, depending on the color scheme.

"workbench.preferredLightColorTheme": "YourPreferredLightTheme", "workbench.preferredDarkColorTheme": "YourPreferredDarkTheme",

  1. Save your settings.json file
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pchev78