A custom VSCode theme with a bright amber accent color (#FFC400).
- Dark theme with an amber (#FFC400) accent color
- Carefully selected colors for syntax highlighting
- Optimized for readability and reduced eye strain
- Consistent color scheme throughout the VS Code interface
- Open Extensions sidebar panel in VS Code.
View → Extensions - Search for
Cat Theme - Click Install to install it
- Click Reload to reload VS Code
- From the menu bar click: Code > Preferences > Color Theme > Cat Theme
- Download the latest release from the GitHub repository
- Open VS Code
- Go to Extensions view by clicking on the Extensions icon in the Activity Bar
- Click on the "..." menu (More Actions) and select "Install from VSIX..."
- Choose the downloaded VSIX file
- After installation, select the theme through: Code > Preferences > Color Theme > Cat Theme
- Node.js and npm
- Visual Studio Code
-
Clone the repository
git clone https://github.com/yourusername/cat-theme.git cd cat-theme -
Package the extension
./package-extension.sh
- Press F5 in VS Code to launch a new window with the theme loaded
- Make changes to the theme in
themes/cat-theme-color-theme.json - Reload the VS Code window to see the changes (Ctrl+R or Cmd+R)
[Include screenshots here showing syntax highlighting, UI elements, and the theme in action]
This theme is based on a dark color scheme with #FFC400 as the primary accent color. If you want to modify it:
- Fork the repository
- Edit the
themes/cat-theme-color-theme.jsonfile - Change colors as needed (visit VS Code Theme Color Reference for details)
- Package and test your changes
If you have suggestions, please open an issue or submit a pull request.
This theme is licensed under the MIT License. See the LICENSE file for details.
Enjoy!