A focused collection of dark VS Code themes with matching file icon themes.
Obscure Theme is designed for developers who prefer a clean, minimal, and comfortable dark editor experience, with carefully balanced syntax colors and matching file icons for daily coding.
- Obscure Noir
- Obscure Ember
- Obscure Mist
- Obscure File Icons
- Obscure File Icons Mono
Open the Command Palette and run:
Preferences: Color ThemeThen select:
- Obscure Noir
- Obscure Ember
- Obscure Mist
Open the Command Palette and run:
Preferences: File Icon ThemeThen select:
- Obscure File Icons
- Obscure File Icons Mono
Download the latest .vsix file from the Releases page.
Then, in VS Code:
- Open the Extensions view.
- Click the
...menu. - Select
Install from VSIX.... - Choose the downloaded
.vsixfile. - Open
Preferences: Color ThemeorPreferences: File Icon Theme. - Select one of the Obscure themes.
Clone this repository:
git clone git@github.com:ernandezdev/obscure-theme.git
cd obscure-themeBuild the extension package:
npx @vscode/vsce package --allow-missing-repositoryInstall the generated .vsix file:
code --install-extension obscure-theme-*.vsixTo test the theme while editing it, open this repository in VS Code and press F5.
This will launch a new Extension Development Host window where you can preview the themes.
The file icon themes include assets based on File Icons and are used according to their original license.
See THIRD_PARTY_LICENSES.md for details.
MIT