CODE COLABS Theme is a VS Code theme inspired by the CODE COLABS web app, designed to offer a visually appealing and developer-friendly coding environment.
Features
Inspired by CODE COLABS: Aesthetic design matching the color scheme and feel of the CODE COLABS web app.
Light and Dark Modes: Available dark mode to suit your preference. Light mode comming soon!
Syntax Highlighting: Enhanced syntax highlighting for better readability and focus.
Minimalist UI: Clean and unobtrusive UI that keeps the focus on your code.
Installation
From the Marketplace
Open the Extensions view in VS Code (Ctrl+Shift+X).
Search for CODE COLABS Theme.
Click Install to add the theme to your VS Code setup.
Go to File > Preferences > Color Theme and select CODE COLABS Light or CODE COLABS Dark.
Manual Installation
Clone or download the repository.
Open the Extensions view in VS Code (Ctrl+Shift+X).
Click on the ... (three dots) in the top-right corner and select Install from VSIX....
Navigate to the location where you saved the .vsix file and select it.
Go to File > Preferences > Color Theme and select CODE COLABS Light or CODE COLABS Dark.
Screenshots
Light Mode
Dark Mode
Feedback
Feel free to open an issue on GitHub if you encounter any bugs or have suggestions for improvements.
Contribution
Contributions are welcome! If you want to contribute:
Fork the repository.
Create a new branch (git checkout -b feature-branch).
Make your changes.
Commit your changes (git commit -m 'Add new feature').
Push to the branch (git push origin feature-branch).