β¨ Transform your Visual Studio Code editor with π¨ custom CSS, π» JavaScript, and a pre-configured settings.json
file. Personalize your coding environment with animations, styles, and an optimized setup π.
custom.css
: Custom styles for the VS Code interface.custom.js
: JavaScript for animations and interactivity.settings.json
: Pre-configured settings to enable customization.
- Clone the repository:
git clone https://github.com/ExploitEngineer/Customize_vscode.git
- Navigate to the cloned directory:
cd Customize_vscode
- Copy the
custom.css
,custom.js
, andsettings.json
files to your VS Code configuration directory:cp custom.css custom.js settings.json ~/.config/Code/User/
- Restart VS Code and ensure that custom settings are enabled.
- Clone the repository:
git clone https://github.com/ExploitEngineer/Customize_vscode.git
- Navigate to the cloned directory:
cd Customize_vscode
- Copy the
custom.css
,custom.js
, andsettings.json
files to your VS Code configuration directory:cp custom.css custom.js settings.json ~/Library/Application\ Support/Code/User/
- Restart VS Code and ensure that custom settings are enabled.
- Clone the repository:
git clone https://github.com/ExploitEngineer/Customize_vscode.git
- Navigate to the cloned directory:
cd Customize_vscode
- Copy the
custom.css
,custom.js
, andsettings.json
files to your VS Code configuration directory:copy custom.css custom.js settings.json "%APPDATA%\Code\User\"
- Restart VS Code and ensure that custom settings are enabled.
- The
custom.css
file applies new styles to your VS Code interface. - The
custom.js
file enables animations and interactive elements. - The
settings.json
file links the CSS and JS files to VS Code's settings, ensuring seamless integration.
{
"vscode_custom_css.imports": [
"file:///path/to/your/custom.css",
"file:///path/to/your/custom.js"
]
}
Unleash your creativity and make VS Code truly yours! Modify the provided files as needed to match your style and preferences.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you enjoy this project, give it a β on GitHub and share it with others!