Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hoff97/vscode-os-theme
VS Code extension to keep your OS theme and VSCode theme in sync.
https://github.com/Hoff97/vscode-os-theme
dark-mode vscode-extension
Last synced: 19 days ago
JSON representation
VS Code extension to keep your OS theme and VSCode theme in sync.
- Host: GitHub
- URL: https://github.com/Hoff97/vscode-os-theme
- Owner: Hoff97
- Created: 2020-11-30T14:46:56.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-03-14T10:06:18.000Z (almost 3 years ago)
- Last Synced: 2024-09-27T02:00:07.454Z (4 months ago)
- Topics: dark-mode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=hoff97.os-theme
- Size: 163 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# VSCode OS Theme Extension
This is a simple extension that makes sure VS Code uses a dark/light theme
when your system uses a dark/light theme.This was inspired by the [themeswitch](https://github.com/Fooxly/themeswitch)
extension.## Features
This extension:
- Watches your system theme and sets a light/dark theme for VS-Code respectively
- Can change your system theme when you switch between a light/dark theme## Extension Settings
This extension contributes the following settings:
* `os-theme.enabled`: enable/disable this extension
* `os-theme.darkTheme`: Preferred dark theme
* `os-theme.lightTheme`: Preferred light theme
* `os-theme.darkThemeCustomizations`: Customizations to apply for the dark theme
* `os-theme.lightThemeCustomizations`: Customizations for the light theme
* `os-theme.setOSTheme`: Wether the OS Theme should be changed when switching between dark and light theme
* `os-theme.darkOSTheme`: The name of the preferred dark theme of the system - Does not have an effect under windows
* `os-theme.lightOSTheme`: The name of the preferred light theme of the system - Does not have an effect under windows
* `os-theme.windowsControlSystemTheme`: Wether the app and system theme or only the app theme should be controlled under windows## Known Issues
This is tested on the following systems:
- Ubuntu 20
- Windows **with powershell installed**
- The app theme setting of windows is not currently watched, so the VSCode theme only gets
updated automatically when opening a new VSCode window
- MacOS (Darwin 21.3.0)## Release Notes
### 1.2.0
Add support for MacOS.
### 1.1.0
Add support for windows.
### 1.0.0
Initial release. Supported only under Ubuntu 20.