From 3bfc0f311f887807f4f0fd1c51313b30b45c8e3a Mon Sep 17 00:00:00 2001 From: Seismix Date: Thu, 12 Mar 2026 15:15:02 +0100 Subject: [PATCH] fix: add missing preferences URL and update media query syntax for Ghost Tabs --- themes/c01d3e22-1cee-45c1-a25e-53c0f180eea8/chrome.css | 2 +- themes/c01d3e22-1cee-45c1-a25e-53c0f180eea8/theme.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/themes/c01d3e22-1cee-45c1-a25e-53c0f180eea8/chrome.css b/themes/c01d3e22-1cee-45c1-a25e-53c0f180eea8/chrome.css index 54387c12..a9f04a40 100644 --- a/themes/c01d3e22-1cee-45c1-a25e-53c0f180eea8/chrome.css +++ b/themes/c01d3e22-1cee-45c1-a25e-53c0f180eea8/chrome.css @@ -6,7 +6,7 @@ --ghost-opacity: calc(var(--mod-ghost_tabs-opacity, 50) * 0.01); } -@media (-moz-bool-pref: "mod.ghost_tabs.bw_enabled") { +@media (-moz-pref("mod.ghost_tabs.bw_enabled")) { :root { --ghost-filter: saturate(calc(var(--mod-ghost_tabs-saturation, 0) * 1%)); } diff --git a/themes/c01d3e22-1cee-45c1-a25e-53c0f180eea8/theme.json b/themes/c01d3e22-1cee-45c1-a25e-53c0f180eea8/theme.json index d78ffe99..284b3e6b 100644 --- a/themes/c01d3e22-1cee-45c1-a25e-53c0f180eea8/theme.json +++ b/themes/c01d3e22-1cee-45c1-a25e-53c0f180eea8/theme.json @@ -7,8 +7,9 @@ "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c01d3e22-1cee-45c1-a25e-53c0f180eea8/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c01d3e22-1cee-45c1-a25e-53c0f180eea8/image.png", "author": "Seismix", - "version": "1.1.0", + "version": "1.1.1", "tags": [], + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c01d3e22-1cee-45c1-a25e-53c0f180eea8/preferences.json", "createdAt": "2025-10-02", - "updatedAt": "2026-03-11" + "updatedAt": "2026-03-12" } \ No newline at end of file