Add theme: Better Active Tab (#329)

* Add theme: Better Active Tab

* Update readme.md

---------

Co-authored-by: HliasOuzounis <HliasOuzounis@users.noreply.github.com>
This commit is contained in:
mauro 🤙 2024-09-07 17:31:00 +02:00 committed by GitHub
parent f7e10c56d2
commit b745c385e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,12 @@
.tabbrowser-tab::after {
content:'';
position: absolute;
width: 3px !important;
height: 100% !important;
background-color: var(--zen-primary-color) !important;
}
.tabbrowser-tab:not([selected=true])::after{
height: 0% !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -0,0 +1,5 @@
# Better Active Tab Indicator
Adds a bright line next to the active tab to better highlight it.

View file

@ -0,0 +1 @@
{"id": "d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe", "name": "Better Active Tab", "description": "Adds a bright line next to the active tab to better highlight it.", "homepage": "https://github.com/HliasOuzounis/zen-browser-better-active-tab-indicator", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/image.png", "author": "HliasOuzounis", "version": "1.0.0"}