https://github.com/coordinate-cat/berkeley-theme
Inspired by https://usgraphics.com/
https://github.com/coordinate-cat/berkeley-theme
berkeley theme vscode vscode-extension
Last synced: 3 months ago
JSON representation
Inspired by https://usgraphics.com/
- Host: GitHub
- URL: https://github.com/coordinate-cat/berkeley-theme
- Owner: Coordinate-Cat
- License: mit
- Created: 2025-02-11T03:33:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T05:42:27.000Z (over 1 year ago)
- Last Synced: 2025-04-05T18:17:24.426Z (about 1 year ago)
- Topics: berkeley, theme, vscode, vscode-extension
- Homepage:
- Size: 7.11 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# berkeley-theme

Inspired by https://usgraphics.com/
## Marketplace
https://marketplace.visualstudio.com/items?itemName=ocat.berkeley-theme
## Screenshots


## Recommend Font
https://usgraphics.com/products/berkeley-mono
settings.json
```json
...
"editor.fontFamily": "Berkeley Mono",
"terminal.integrated.fontFamily": "Berkeley Mono, Hack Nerd Font",
...
```
## Contributing
Contributions are welcome.
admin dashboard
https://marketplace.visualstudio.com/manage/publishers/ocat
## Publish
```bash
commit...
vsce publish patch
vsce publish minor
vsce publish major
```
## Change Explorer Font to Berkeley Mono)
- Custom CSS and JS for Visual Studio Code
- https://marketplace.visualstudio.com/items/?itemName=be5invis.vscode-custom-css
`~/.vscode/tree.css`
```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
```text
> Enable Custom CSS and JS
```
## License
MIT License