Skip to content

Coordinate-Cat/berkeley-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

berkeley-theme

Visual Studio Marketplace Version

Inspired by https://usgraphics.com/

Marketplace

https://marketplace.visualstudio.com/items?itemName=ocat.berkeley-theme

Screenshots

Screenshot1 Screenshot2

Recommend Font

https://usgraphics.com/products/berkeley-mono

settings.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

commit...

vsce publish patch
vsce publish minor
vsce publish major

Change Explorer Font to Berkeley Mono)

~/.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

License

MIT License

Packages

No packages published