Dark and Light themes for Visual Studio Code.
- Open Extensions view (
Ctrl+Shift+X/Cmd+Shift+X) - Search for
Ion Theme - Click Install
- Open Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Select
Preferences: Color Theme - Choose Ion Dark, Ion Dark Classic, Ion Light Modern or Ion Light
- Clone or download this repository
- Copy to VS Code extensions folder:
- Windows:
%USERPROFILE%\.vscode\extensions - macOS:
~/.vscode/extensions - Linux:
~/.vscode/extensions
- Windows:
- Restart VS Code
- Select the theme from Color Theme picker
For the best experience, add these settings to your settings.json:
{
"editor.fontFamily": "JetBrains Mono, Fira Code, monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.fontWeight": "350",
"editor.lineHeight": 1.6,
"editor.semanticHighlighting.enabled": true
}Contributions, issues, and feature requests are welcome! Feel free to open an issue or submit a pull request.
Marko Milic
- GitHub: @milic-marko