Overview Version History Q & A Rating & Review
Indique – A VS Code Color Theme
Indique is a personalized Visual Studio Code color theme featuring custom Git highlighting colors, optimized for visibility and eye comfort across devices and dark mode environments.
Table of Contents
Features
Custom Git Status Indicators : Light-colored accents for added, modified, and other Git statuses.
Optimized for Eye Comfort : Colors designed for reduced strain during long coding sessions.
Consistent in Dark Mode : Perfectly suited for dark environments.
Simple Installation and Updates : Easy manual installation instructions.
Installation
Marketplace Installation (Recommended)
Open VS Code
Go to Extensions (Ctrl/Cmd+Shift+X
)
Search for "Indique Theme"
Click Install
Manual Installation
Clone the Repository
Open your terminal and run:
git clone https://github.com/IDNQ/indique-theme.git
cd indique-theme
Copy the Theme to VS Code Extensions
Theme Activation
Restart VS Code.
Open the Command Palette with Ctrl/Cmd + Shift + P
.
Search for "Preferences: Color Theme" and select it.
Choose "Indique" from the dropdown list.
Customization
Edit the theme file at themes/indique.json
.
Example customization:
{
"gitDecoration.addedResourceForeground": "#e6ffe6",
"gitDecoration.modifiedResourceForeground": "#ffffe6"
}
Save your changes and re-copy the theme folder to your VS Code extensions directory.
Reload VS Code with Ctrl/Cmd + Shift + P
→ "Developer: Reload Window" .
Building from Source
No additional build steps are required. Simply clone the repository and copy the theme folder as described in the Installation steps.
Contributing
Fork the repository.
Create a feature branch:
git checkout -b feature/improvement
Commit your changes:
git commit -m "Add color tweaks"
Push to your branch:
git push origin feature/improvement
Open a Pull Request detailing your changes.
License
MIT © IDNQ
See LICENSE for details.
Enjoy coding with Indique! 🎨
Give it a ⭐ on GitHub if you find it useful!