SpaceBox-UI-Enhancer
A simple and lightweight UI enhancer for VSCode, providing enhanced customization of the VSCode UI. Features animations, blur effects, and more. Works best with the SpaceBox Theme.
Features
- Better activity bar
- Acrylic menu
- Animation
- More features coming soon
Installation
- Open Visual Studio Code
- Go to the Extensions view (
Ctrl+Shift+X
)
- Search for "SpaceBox UI Enhancer"
- Click on the Install button
Activation
- Open Visual Studio Code
- Go to the Command Palette (
Ctrl+Shift+P
)
- Type "SpaceBox Enable UI Enhancer"
- Restart
Blur Effect
- Open
settings.json
or go to extension settings.
- For menu and popups set
"spacebox-ui.blurEffect": true
- For command center
"spacebox-ui.commandCenterBlur": true
- Type "SpaceBox Enable UI Enhancer"
- Restart
Import custom style
- Open extension settings page.
- In the Import CSS filed type path for your css, example
C:\Users\xxx\.vscode\style.css
- Type "SpaceBox Enable UI Enhancer"
- Restart
Deactivation
- Open Visual Studio Code
- Go to the Command Palette (
Ctrl+Shift+P
)
- Type "SpaceBox Disable UI Enhancer"
- Restart
Update
- Update
- Deactivate and Activate from Command Palette
Note: In the future, I will make this automatic.
How to change color
If you want to have a blur effect, you need to change the color go to vscode settings.json
and define the color you like, example.
"workbench.colorCustomizations": {
"menu.background": "#262c3670", //menu background
"menu.selectionBackground": "#3e465377", //menu hover background
"menu.separatorBackground": "#3e434d9f", //menu separator line color
"quickInput.background": "#10151d10", //command center
"editorHoverWidget.background": "#10151d10" //background color of the editor hover widget
}
Demo
Marketplace
You can download the extension from the Visual Studio Code marketplace: SpaceBox UI Enhancer