viiv-random-theme README
Features
- Pick up Random ViiV Theme
- Inject custom CSS and JavaScript into VS Code
- Remove custom styling when needed
Requirements
If you have any requirements or dependencies, add a section describing those and how to install and configure them.
Extension Settings
The extension can:
- Randomly select a ViiV Theme from a specified extension
- Inject custom CSS and JavaScript files into VS Code
The configuration is as follows:
{
"viiv-random-theme": {
"extensionId": "wenijinew.viiv",
"enabled": true,
"customCssPath": "C:\\path\\to\\your\\custom.css",
"customJsPath": "C:\\path\\to\\your\\custom.js"
}
}
Commands
ViiV: Switch to Random ViiV Theme - Switches to a random theme
ViiV: Inject Custom CSS/JS - Injects your custom CSS and JS files
ViiV: Remove Custom CSS/JS - Removes injected custom styling
Known Issues
- It might be necessary to restart VS Code after updating the extension
- VS Code must be restarted after injecting or removing custom CSS/JS
- Custom styling modifies VS Code's core files - use at your own risk
- May need to re-inject custom styles after VS Code updates
Release Notes
0.0.1
Initial release.
| |