clrsync
Visual Studio Code theme designed to pair with clrsync template engine.


Install
From VS Code
- Open the Extensions sidebar in VS Code
- Search for
clrsync
- Click Install on
clrsync by obsqrbtz
- Press
ctrl + shift + p (for macOS: cmd + shift + p) to open command palette
- Search for
Preferences: Color Theme and choose clrsync to apply the theme
From VS Marketplace
- Go to Visual Studio Marketplace
- Click on the "Install" button
- In VS Code press
ctrl + shift + p (for macOS: cmd + shift + p) to open command palette
- Search for
Preferences: Color Theme and choose clrsync to apply the theme
Use with clrsync
Grab the template file from clrsync repo.
Add template to clrsync's config.toml
[templates.vscode]
enabled = true
input_path = 'C:\Users\user\.config\clrsync\templates\code.json'
output_path = 'C:\Users\user\.vscode\extensions\obsqrbtz.clrsync-1.0.2\themes\clrsync-color-theme.json'
reload_cmd = ''
| |