Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions themes/9282ad4f-3fe2-4ef9-81e8-3d4002d2a987/chrome.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

/* Selected-Tabs Theme */
.tabbrowser-tab:is([selected], [visuallyselected], [multiselected])
.tab-background {
background-color: color-mix(
in srgb,
var(--identity-tab-color, var(--tab-group-color-gray-invert)) 15%,
transparent
) !important;
border: 2.5px solid
color-mix(
in srgb,
var(--identity-tab-color, var(--tab-group-color-gray-invert)) 20%,
transparent
) !important;
opacity: 0.8 !important;
/* Selected-Non-essentials-Tabs Theme */
&:not(.zen-essentials-container .tab-background) {
border-left: 32px solid
color-mix(
in srgb,
var(--identity-tab-color, var(--tab-group-color-gray-invert))
20%,
transparent
) !important;
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions themes/9282ad4f-3fe2-4ef9-81e8-3d4002d2a987/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# Container Tab Highlighting

Highlight tabs with container color
14 changes: 14 additions & 0 deletions themes/9282ad4f-3fe2-4ef9-81e8-3d4002d2a987/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "9282ad4f-3fe2-4ef9-81e8-3d4002d2a987",
"name": "Container Tab Highlight",
"description": "Highlight tabs with container color",
"homepage": "https://github.com/parintorn0/zen-container-tab-highlighting",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9282ad4f-3fe2-4ef9-81e8-3d4002d2a987/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9282ad4f-3fe2-4ef9-81e8-3d4002d2a987/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9282ad4f-3fe2-4ef9-81e8-3d4002d2a987/image.png",
"author": "parintorn0",
"version": "1.0.0",
"tags": [],
"createdAt": "2026-04-04",
"updatedAt": "2026-04-04"
}
Loading