Welcome to vscode-ui-tweaks, a collection of custom CSS and JS tweaks designed to elevate your Visual Studio Code experience! β¨
We are accepting issues and PRs!
- Custom CSS:
custom-vscode.cssπ¨ β Enhance the look and feel of your VS Code. - Custom JS:
vscode-script.jsπ§© β Add custom functionality and automation. - VS Code Settings βοΈ: Fine-tune your editor with our tailored settings.
- Keybindings β¨οΈ: Boost your productivity with personalized keybindings.
- Extensions π οΈ: Recommended extensions to complement these tweaks.
Clonethis repository to your local machine.Applythe custom CSS and JS to your VS Code.Enjoya more personalized coding environment! π
- Install the extension (Custom CSS and JS Loader) listed under
.vscode/extensions.jsonfrom the VS Code marketplace. - Link to repository
- Add the configuration below to your VS Code
settings.jsonfile. Be sure to back up your current settings as this may overwrite them.
Add the following configuration:
vscode_custom_css.imports": [
// Absolute file paths for your custom CSS/JS files
// For Mac or Linux:
// "file:///Users/[your-username]/[path-to-custom-css]/vscode-ui-tweaks/css/custom-vscode.css",
// "file:///Users/[your-username]/[path-to-custom-css]/vscode-ui-tweaks/js/custom-vscode.js",
// For Windows:
// "file:///C:/[path-to-custom-css]/vscode-ui-tweaks/css/custom-vscode.css",
// "file:///C:/[path-to-custom-css]/vscode-ui-tweaks/js/custom-vscode.js"
]- Open the Command Palette (
Ctrl+Shift+PorCmd+Shift+Pon Mac) and typeEnable Custom CSS and JSto activate the customizations.
- Modify the CSS or JS files to change the appearance and behavior of Visual Studio Code to suit your preferences. Explore different areas of VS Code that you want to enhance.
- After making any changes to your CSS or JS files, reload the extension from the command palette by selecting
Reload Custom CSS and JS.
Check out the assets/ folder for screenshots of the custom UI in action! πΌοΈ
Feel free to submit issues or pull requests to help improve these tweaks. Let's make VS Code even better together ! π
- @divyanshudhruv : A
- @tonyxqing : A