Open the Command Palette (Cmd+Shift+P) and select Preferences: Color Theme → Bobe Fish
Or install directly from the .vsix file:
code --install-extension bobe-fish-1.0.14.vsix
Development
Theme JSON files are generated from the files in scripts/.
Edit scripts/theme-palettes.ts to change palette colors by Chinese usage names.
Edit scripts/bobe-fish-theme.template.json to change where palette tokens are used.
Edit scripts/build-themes.ts to add, remove, or rename theme variants.
The VS Code theme picker is sorted by the displayed theme name, so keep contributes.themes[].label and the generated theme name in the order-friendly naming style you want.
# Install dependencies
pnpm install
# Install Bun runtime used by theme scripts
pnpm run setup
# Update Version
pnpm run ver
# Package the extension
pnpm run build
# Publish to marketplace
pnpm run pub