From f6fc900b95f82a058aa780e0c2fa9c45f860ba16 Mon Sep 17 00:00:00 2001 From: NikitaMikhaliuk Date: Thu, 2 Jan 2025 14:51:41 +0000 Subject: [PATCH] Add theme: Quitefy ATIP Adapter --- .../chrome.css | 9 +++++++++ .../image.png | Bin 0 -> 487 bytes .../readme.md | 3 +++ .../theme.json | 14 ++++++++++++++ 4 files changed, 26 insertions(+) create mode 100644 themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/chrome.css create mode 100644 themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/image.png create mode 100644 themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/readme.md create mode 100644 themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/theme.json diff --git a/themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/chrome.css b/themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/chrome.css new file mode 100644 index 00000000..623b225d --- /dev/null +++ b/themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/chrome.css @@ -0,0 +1,9 @@ + +.tabbrowser-tab:is([soundplaying], [muted], [activemedia-blocked]) img { + opacity: unset !important; + } + #zen-essentials-container { + .tabbrowser-tab:is([soundplaying], [muted], [activemedia-blocked]) img { + opacity: unset !important; + } + } diff --git a/themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/image.png b/themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/image.png new file mode 100644 index 0000000000000000000000000000000000000000..5596e947ba2b7ddfbae24057609d945f31a6318e GIT binary patch literal 487 zcmVr(H*j_sRlTTp4Sgl5O7vZ0n#VSj4gg-Fsz)(v zY6(HMv@7gvs{aT>5LfeA)xvka*OG)Gh-OVKQ8T(>de)4tc!EPfe9s!`>~-qhJDn=l zDC0Q6*1+jB_W<}UGXNMU%AITAT_Y#H-x_R&ht2S?86Gyn!)AEc3=f;(VKY2zh9|ye dp8)^>|NoNnUukyOW%U36002ovPDHLkV1nZ-;p+eZ literal 0 HcmV?d00001 diff --git a/themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/readme.md b/themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/readme.md new file mode 100644 index 00000000..e12e69e9 --- /dev/null +++ b/themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/readme.md @@ -0,0 +1,3 @@ + +# Quietify adapter for Audio TabIcon Plus +Allows to show site icon when both Quietify and Audio Icons Plus are on diff --git a/themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/theme.json b/themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/theme.json new file mode 100644 index 00000000..79a22e2c --- /dev/null +++ b/themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/theme.json @@ -0,0 +1,14 @@ +{ + "id": "0dd3db69-5c48-4f48-9a8a-4d00c78cb534", + "name": "Quitefy ATIP Adapter", + "description": "Quitefy adapter for Audio TabIcon Plus. Allows to show site icon when playing/muted/paused", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0dd3db69-5c48-4f48-9a8a-4d00c78cb534/image.png", + "author": "NikitaMikhaliuk", + "version": "1.0.0", + "tags": [], + "createdAt": "2025-01-02", + "updatedAt": "2025-01-02" +} \ No newline at end of file