Skip to content

Instantly share code, notes, and snippets.

@TRL-Official
TRL-Official / settings.json
Last active October 3, 2025 15:41
I wanted to share a useful VS Code configuration I've been using. With these settings, my editor's theme changes automatically with my operating system's light/dark mode. This makes my workflow smoother, especially when I'm coding in different lighting conditions throughout the day.
"workbench.preferredLightColorTheme": "GitHub Light",
"workbench.preferredDarkColorTheme": "GitHub Dark",
"window.autoDetectColorScheme": true