Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Capy Theme CollectionNew to Visual Studio Code? Get it now.
Capy Theme Collection

Capy Theme Collection

Raul TY

|
21 installs
| (1) | Free
Collection of modern dark themes for VSCode/Trae.ia/Cursor/Kiro/Antigravity including BlackBerry Dark, Dark and Gray
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

capy Logo

Capy Theme for VS Code

Version Downloads Installs

Preview - Blackberry

demo

Preview - Dark

demo

Preview - Gray

demo

Technologies Used

  • VS Code Color Theme - JSON theme format
  • Node.js 20.20.0 - Runtime
  • @vscode/vsce - Extension packaging
  • ESLint + Prettier - Code quality

Project Structure

├── package.json              # Extension manifest
├── themes/                   # Color theme JSON files
│   ├── capy-theme-blackberry-dark.json
│   ├── capy-theme-dark.json
│   └── capy-theme-gray.json
├── images/                   # Logo and demos
├── .eslintrc                # ESLint configuration
├── prettier.config.js       # Prettier configuration
├── .nvmrc                   # Node.js version
└── build.md                 # Build and installation 

Installation via VS Code

  1. Open Extensions sidebar panel in VS Code. View → Extensions
  2. Search for capy
  3. Click Install to install it
  4. Click Reload to reload the editor
  5. Code > Preferences > Color Theme > capy

Manual Installation

For detailed installation instructions on different editors, see build.md.

Development

Prerequisites

  • Node.js 20.20.0 (use nvm install)

Setup

npm install

Testing Theme Changes

  • Press F5 to open a development window with the extension loaded
  • Go to File > Preferences > Color Themes and select your theme
  • Use Inspect TM Scopes command (Ctrl+Shift+P) to debug token colors
  • Edit colors in workbench.colorCustomizations in VS Code settings for quick testing
  • Run Generate Color Theme From Current Settings to export changes to JSON

Code Quality

npx eslint .          # Lint code
npx prettier --write .  # Format code

Build

npx vsce package     # Package extension as .vsix

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes following the code style guidelines
  4. Test your changes using F5
  5. Commit your changes (git commit -m 'Add amazing feature')
  6. Push to the branch (git push origin feature/amazing-feature)
  7. Open a Pull Request

URL

  • Marketplace VSCode - Capy Theme Collection
  • Open VSX - Capy Theme Collection

License

MIT (c) 2026 rtaparay

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft