Rafael Ordaz195 downloadsColorize open tabs to visually distinguish notes at a glance, using a right-click context menu.
An Obsidian plugin that lets you assign a background color to any open tab, making it easy to visually distinguish notes at a glance.
When working with several notes simultaneously — researching, cross-referencing, or writing — it can be hard to quickly jump to the right tab. Color Tab lets you visually tag each tab with a color, so you can cycle through your open notes faster and reduce mental overhead.
Examples of how people use it:
main.js, manifest.json, and styles.css from the latest release.<your-vault>/.obsidian/plugins/color-tab/
| Slot | Name | Hex |
|---|---|---|
| 1 | Red | #FFB3BA |
| 2 | Yellow | #FFDFBA |
| 3 | Green | #B5EAD7 |
| 4 | Blue | #BAE1FF |
| 5 | Lavender | #E2BAFF |
All defaults are soft pastels so they remain readable in both light and dark themes.
MIT