This experimental extension allows customizing VSCode user interface beyond what's normally possible, such as
- (ON LINUX) Custom stylesheet that syncs with GTK 3.0 theme
- Install and activate the monkey patch vs code extension
- git clone this repo into your vscode extensions folder (
~/.vscode/extensions
on linux) Example:
cd ~/.vscode/extensions
git clone https://github.com/ckissane/vscode-gtk-ui.git
- Reload monkey patch configuration in vscode and restart vscode
- profit
GTK UI relies on the Monkey Patch Extension to inject custom javascript in VSCode. After installation you should be prompted to enable Monkey Patch. You can always trigger this manually by invoking the "Enable Monkey Patch" command.
Based off Customize UI.
If you like this this extension, consider
Thank you!