Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linusu/vscode-auto-dark-mode
Automatically switch between light and dark themes depending on the system dark mode toggle
https://github.com/linusu/vscode-auto-dark-mode
Last synced: 22 days ago
JSON representation
Automatically switch between light and dark themes depending on the system dark mode toggle
- Host: GitHub
- URL: https://github.com/linusu/vscode-auto-dark-mode
- Owner: LinusU
- License: mit
- Created: 2018-11-21T11:52:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T11:57:54.000Z (over 4 years ago)
- Last Synced: 2024-10-20T00:40:04.538Z (24 days ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 78
- Watchers: 6
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# auto-dark-mode
**Note:** As of VSCode 1.42, there are [native user settings](https://code.visualstudio.com/updates/v1_42#_auto-switch-theme-based-on-os-color-scheme) you can use to simulate the `darkTheme` and `lightTheme` options. This extension is still handy for switching between icon themes though.
Automatically switch between light and dark themes depending on the system dark mode toggle.
Currently only the macOS & Windows platforms are supported.
## Configuration
The extension exposes four configuration fields for you to select a dark and a light theme.
- `autoDarkMode.darkTheme` - Specifies which theme is to be shown when dark mode is on
- `autoDarkMode.lightTheme` - Specifies which theme is to be shown when dark mode is off
- `autoDarkMode.darkIconTheme` - Specifies which icon theme is to be shown when dark mode is on (optional)
- `autoDarkMode.lightIconTheme` - Specifies which icon theme is to be shown when dark mode is off (optional)## Status
This extension is under heavy development, and is not stable.