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
29 changes: 29 additions & 0 deletions themes/7c2b976b-2b9b-4af1-90dd-40dee695dbc0/chrome.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

.tab-background {
&:is([selected], [multiselected]) {
outline-color: var(--mod-custom-tabs-active_tab_border_color) !important;
background: color-mix(
in srgb,
var(--mod-custom-tabs-active_tab_background_color) calc(var(--mod-custom-tabs-active_tab_background_opacity) * 1%),
transparent
) !important;
}
}

.tabbrowser-tab .tab-content {
font-size: calc(var(--mod-custom-tabs-label_font_size) * 1px) !important;
color: var(--mod-custom-tabs-label_font_color) !important;
}

.tabbrowser-tab {
&:is([selected], [multiselected]) {
font-weight: var(--mod-custom-tabs-active_tab_font_weight) !important;
color: var(--mod-custom-tabs-label-font-color) !important;
}
}

.tabbrowser-tab[pending="true"] {
filter: grayscale(calc(var(--mod-custom-tabs-unload_tabs_icons_grayscale) / 100)) !important;
opacity: calc(var(--mod-custom-tabs-unload_tabs_opacity) / 100) !important;
font-weight: var(--mod-custom-tabs-unload_tabs_font_weight) !important;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions themes/7c2b976b-2b9b-4af1-90dd-40dee695dbc0/preferences.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
[
{
"property": "mod.custom-tabs.active_tab_border_color",
"label": "Active tab border color (hex)",
"type": "string",
"defaultValue": "#EB0C65"
},
{
"property": "mod.custom-tabs.active_tab_background_color",
"label": "Active tab background color (hex)",
"type": "string",
"defaultValue": "#EB0C65"
},
{
"property": "mod.custom-tabs.active_tab_background_opacity",
"label": "Active tab background opacity (numbers 0 to 100)",
"type": "string",
"defaultValue": "30"
},
{
"property": "mod.custom-tabs.active_tab_font_weight",
"label": "Active tab font weight (100 to 1000)",
"type": "string",
"defaultValue": "500"
},
{
"property": "mod.custom-tabs.label_font_size",
"label": "All tabs label font size (px)",
"type": "string",
"defaultValue": "15"
},
{
"property": "mod.custom-tabs.label_font_color",
"label": "All tabs label font color (hex)",
"type": "string",
"defaultValue": "#fff"
},
{
"property": "mod.custom-tabs.unload_tabs_font_weight",
"label": "Unloaded tabs font weight (100 to 1000)",
"type": "string",
"defaultValue": "100"
},
{
"property": "mod.custom-tabs.unload_tabs_opacity",
"label": "Unloaded tabs font opacity (0 to 100)",
"type": "string",
"defaultValue": "60"
},
{
"property": "mod.custom-tabs.unload_tabs_icons_grayscale",
"label": "Unloaded tabs icons grayscale (0 to 100)",
"type": "string",
"defaultValue": "30"
}
]
4 changes: 4 additions & 0 deletions themes/7c2b976b-2b9b-4af1-90dd-40dee695dbc0/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# Custom tabs

Customize tabs, active tab border and bg colors, unloaded tabs opacity and weight
15 changes: 15 additions & 0 deletions themes/7c2b976b-2b9b-4af1-90dd-40dee695dbc0/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"id": "7c2b976b-2b9b-4af1-90dd-40dee695dbc0",
"name": "Zen Custom Tabs",
"description": "Customize tabs, active tab border and bg colors, unloaded tabs opacity and weight",
"homepage": "https://github.com/guustavocl/zen-custom-tabs",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7c2b976b-2b9b-4af1-90dd-40dee695dbc0/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7c2b976b-2b9b-4af1-90dd-40dee695dbc0/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7c2b976b-2b9b-4af1-90dd-40dee695dbc0/image.png",
"author": "guustavocl",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-09-18",
"updatedAt": "2025-09-18",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7c2b976b-2b9b-4af1-90dd-40dee695dbc0/preferences.json"
}