A visual enhancements mod for Vivaldi browser that dynamically color-codes tiled tabs. It places a clean, colorful accent bar at the top edge of tabs that are part of the same split-screen tiled layout, giving you instant visual context on how your workspace is grouped.
- Instant Accent Bars: A slim, clean 3px color bar marks the top edge of tabs that are currently tiled together in a split-screen layout.
- Smart Color Selection: Automatically assigns a unique color to each new group of tiled tabs, cycling through a harmonious, high-contrast palette of 8 colors.
- Theme Clash Prevention: Detects Vivaldi's current active theme background color and automatically skips colors that would be hard to see against it.
- Interactive Hover Glow: Hovering your mouse cursor over any tiled tab brightens the accent bars across all tabs in that same group, giving you an instant visual cue of which tabs are linked together.
- Active vs. Background Contrast: The active tab in a tiled group shines in full color, while background tiled tabs are slightly dimmed so they don't distract you.
- Private Browsing Mode: Automatically reduces the brightness and saturation of color cues in Private Windows to blend in with Vivaldi's private mode.
- Infinite Group Support: If you exceed the 8-color palette limit, the mod automatically switches to a beautiful striped pattern to continue identifying groups.
Since Vivaldi's tab tiling engine is built into its custom browser interface, this enhancement is installed as a standard Vivaldi Mod.
Save both files from the assets directory on your computer:
- custom.css (Controls the visual accents)
- custom.js (Controls the connection logic)
- Open Vivaldi and type
vivaldi://experiments/in the address bar (or search forchrome://flags/#vivaldi-css-modsif you are on an older version). - Enable the checkbox for "Allow for using CSS modifications".
- Restart Vivaldi.
- Open Vivaldi Settings (
Ctrl+F12on Windows/Linux orCmd+,on macOS) and go to Appearance. - Scroll down to the Custom UI Modifications section.
- Click Select Folder and choose a dedicated folder where you will keep your mods (e.g., a folder named
VivaldiModson your computer). - Place the downloaded
custom.cssfile into that folder.
Note: This step requires adding the script reference to Vivaldi's core UI launcher. You may need to repeat this step after Vivaldi performs major browser updates.
-
Locate your Vivaldi application directory on your computer:
- Windows:
C:\Users\<YourUser>\AppData\Local\Vivaldi\Application\<Version>\resources\vivaldi\ - macOS:
/Applications/Vivaldi.app/Contents/Frameworks/Vivaldi Framework.framework/Versions/A/Resources/vivaldi/ - Linux:
/opt/vivaldi/resources/vivaldi/
- Windows:
-
Back up the existing
window.htmlfile in that folder (just in case). -
Place the downloaded
custom.jsfile into that same folder (right next towindow.html). -
Open
window.htmlin any text editor. -
Scroll to the bottom and find the closing
</body>tag. Right before it, insert the following script tag:<script src="custom.js"></script>
-
Save and close the file.
Completely close and restart Vivaldi. Open a few tabs, select two or more, right-click, and choose Tile Tabs to see the dynamic color-linking in action!
For more detail on Vivaldi mods and community help, check out the Official Vivaldi Modding Guide.
We are committed to maintaining a secure, lightweight, and private tool:
- Privacy Policy: Zero network calls, zero data collection, and fully stateless local processing.
- Security Policy: Secure browser UI coding practices and safety standards.
- Contributing Guidelines: Instructions on how to report issues or suggest improvements.
- Credits: Attributions for design, development tools, and security reviewers.
- Changelog: History of releases and updates.
- License: Open-sourced under the MIT License.