Inspired by https://usgraphics.com/
https://marketplace.visualstudio.com/items?itemName=ocat.berkeley-theme
https://usgraphics.com/products/berkeley-mono
settings.json
...
"editor.fontFamily": "Berkeley Mono",
"terminal.integrated.fontFamily": "Berkeley Mono, Hack Nerd Font",
...
Contributions are welcome.
admin dashboard https://marketplace.visualstudio.com/manage/publishers/ocat
commit...
vsce publish patch
vsce publish minor
vsce publish major
- Custom CSS and JS for Visual Studio Code
~/.vscode/tree.css
.sidebar .explorer-viewlet .label-name,
.editor .title .label-name {
font-family: "Berkeley Mono" !important;
font-size: 12px !important;
}
.split-view-view {
font-family: "Berkeley Mono" !important;
font-size: 12px !important;
}
Command + Shift + P
> Enable Custom CSS and JS
MIT License