mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Better Active Tab
This commit is contained in:
parent
cdccfde6b2
commit
6d2aee0816
4 changed files with 28 additions and 0 deletions
12
themes/f4aa1450-60a8-4c60-9ba0-e8be1ec07ade/chrome.css
Normal file
12
themes/f4aa1450-60a8-4c60-9ba0-e8be1ec07ade/chrome.css
Normal 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;
|
||||
}
|
BIN
themes/f4aa1450-60a8-4c60-9ba0-e8be1ec07ade/image.png
Normal file
BIN
themes/f4aa1450-60a8-4c60-9ba0-e8be1ec07ade/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 143 KiB |
2
themes/f4aa1450-60a8-4c60-9ba0-e8be1ec07ade/readme.md
Normal file
2
themes/f4aa1450-60a8-4c60-9ba0-e8be1ec07ade/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
A Zen Browser mod that highlights the active tab, and leaves the Essential Tabs highlighting intact
|
14
themes/f4aa1450-60a8-4c60-9ba0-e8be1ec07ade/theme.json
Normal file
14
themes/f4aa1450-60a8-4c60-9ba0-e8be1ec07ade/theme.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue