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.
Clone
this repository to your local machine.Apply
the custom CSS and JS to your VS Code.Enjoy
a more personalized coding environment! π
- Install the extension (Custom CSS and JS Loader) listed under
.vscode/extensions.json
from the VS Code marketplace. - Link to repository
- Add the configuration below to your VS Code
settings.json
file. 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+P
orCmd+Shift+P
on Mac) and typeEnable Custom CSS and JS
to 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