Add theme: Better Active Tab

This commit is contained in:
kurtschambach 2025-02-28 09:25:08 +00:00 committed by GitHub
parent cdccfde6b2
commit 6d2aee0816
4 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,12 @@
.tab-background {
&:is([selected], [multiselected]) {
border-style: solid;
border-color: var(--zen-primary-color) !important;
border-width: 2px;
}
}
#zen-essentials-container > .tabbrowser-tab > stack >.tab-background {
border-width: 0px !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

View file

@ -0,0 +1,2 @@
A Zen Browser mod that highlights the active tab, and leaves the Essential Tabs highlighting intact

View file

@ -0,0 +1,14 @@
{
"id": "f4aa1450-60a8-4c60-9ba0-e8be1ec07ade",
"name": "Better Active Tab",
"description": "A Zen mod that highlights the active tab, and leaves the Essential Tabs highlighting intact",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4aa1450-60a8-4c60-9ba0-e8be1ec07ade/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4aa1450-60a8-4c60-9ba0-e8be1ec07ade/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4aa1450-60a8-4c60-9ba0-e8be1ec07ade/image.png",
"author": "kurtschambach",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-02-28",
"updatedAt": "2025-02-28"
}