mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
ed6a5f41a5
32 changed files with 1653 additions and 1280 deletions
2038
themes.json
2038
themes.json
File diff suppressed because it is too large
Load diff
|
@ -3,7 +3,7 @@
|
|||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
}
|
||||
|
||||
#close, #unpip {
|
||||
#close, #unpip, #minimize {
|
||||
fill: white !important;
|
||||
padding: 5px !important;
|
||||
top: 2px !important;
|
||||
|
@ -25,6 +25,11 @@
|
|||
right: auto !important;
|
||||
}
|
||||
|
||||
#minimize {
|
||||
left: auto !important;
|
||||
right: 35px !important;
|
||||
}
|
||||
|
||||
#controls {
|
||||
margin: 0 !important;
|
||||
height: 100% !important;
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-02-07",
|
||||
"updatedAt": "2025-02-09"
|
||||
"updatedAt": "2025-05-13"
|
||||
}
|
|
@ -1,10 +1,15 @@
|
|||
:root {
|
||||
--bmb-sound-icon-scale: 1.5;
|
||||
--bmb-sound-icon-scale-essentials: 1.28;
|
||||
--bmb-sound-icon-scale-essentials: 1.26;
|
||||
--bmb-sound-icon-scale-glance: 1.15;
|
||||
}
|
||||
|
||||
/* ================== General ================== */
|
||||
/* Hide firefox sound button */
|
||||
.tab-audio-button {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Tab icon overlay styles */
|
||||
.tab-icon-overlay {
|
||||
border: none !important;
|
||||
|
@ -12,7 +17,7 @@
|
|||
background-color: transparent !important;
|
||||
transition: 0.2s;
|
||||
|
||||
&:is([soundplaying], [muted], [activemedia-blocked]):not([selected]) {
|
||||
&:is([soundplaying], [muted], [activemedia-blocked]) {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
@ -58,7 +63,7 @@
|
|||
& .tab-icon-overlay,
|
||||
& .tab-icon-stack {
|
||||
&:is([soundplaying], [muted], [activemedia-blocked]) {
|
||||
transform: translate(20%, 24%)
|
||||
transform: translate(20%, 25%)
|
||||
scale(var(--bmb-sound-icon-scale-essentials)) !important;
|
||||
display: block !important;
|
||||
/* Remove extra margin created for vanilla icons */
|
||||
|
@ -84,8 +89,7 @@
|
|||
& .tab-icon-overlay,
|
||||
& .tab-icon-stack {
|
||||
&:is([soundplaying], [muted], [activemedia-blocked]) {
|
||||
transform: translate(-10%, 25%)
|
||||
scale(var(--bmb-sound-icon-scale-glance)) !important;
|
||||
transform: translate(-8%, 25%) scale(var(--bmb-sound-icon-scale-glance)) !important;
|
||||
display: block !important;
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
@ -93,7 +97,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* ================== Zen glance tab (pinned and essentials) ================== */
|
||||
/* ================== Zen glance tab (pinned tabs) ================== */
|
||||
#navigator-toolbox[zen-sidebar-expanded]
|
||||
#tabbrowser-tabs
|
||||
.tabbrowser-tab[zen-glance-tab] {
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
"version": "1.0.3",
|
||||
"tags": [],
|
||||
"createdAt": "2024-10-12",
|
||||
"updatedAt": "2025-04-27"
|
||||
"updatedAt": "2025-05-10"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
/* transparency */
|
||||
/* variables */
|
||||
:root {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_bg_color_enabled") {
|
||||
@media -moz-pref( "mod.sameerasw.zen_bg_color_enabled") {
|
||||
--zen-main-browser-background: var(
|
||||
--mod-sameerasw-zen_transparency_color,
|
||||
#00000000
|
||||
|
@ -8,44 +8,34 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* Remove new tab background color added in 1.8b */
|
||||
/* tab tint */
|
||||
.browserStack {
|
||||
browser {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_light_tint_flip") {
|
||||
@media -moz-pref( "mod.sameerasw.zen_light_tint_flip") {
|
||||
background-color: light-dark(
|
||||
rgba(255, 255, 255, 0.1),
|
||||
rgba(0, 0, 0, 0.1)
|
||||
) !important;
|
||||
}
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_light_tint_disabled") {
|
||||
@media -moz-pref( "mod.sameerasw.zen_light_tint_disabled") {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* hide shadow */
|
||||
/* hide shadows */
|
||||
hbox.browserSidebarContainer,
|
||||
#zen-tabbox-wrapper {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_no_shadow") {
|
||||
@media -moz-pref( "mod.sameerasw.zen_no_shadow") {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* removed tab bg added in 1.9b */
|
||||
#browser:has([zen-empty-tab="true"][selected="true"]) .browserStack {
|
||||
browser {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_empty_page_transparency") {
|
||||
background-color: transparent !important;
|
||||
opacity: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
/* Tab switch animation */
|
||||
#tabbrowser-tabpanels
|
||||
> hbox:not([zen-split="true"]):not(:has(.zen-glance-background)) {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_tab_switch_anim") {
|
||||
@media -moz-pref( "mod.sameerasw.zen_tab_switch_anim") {
|
||||
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.35),
|
||||
filter 0.45s ease-in-out, opacity 0.35s ease-in-out !important;
|
||||
scale: 0.9 !important;
|
||||
|
@ -53,22 +43,22 @@ hbox.browserSidebarContainer,
|
|||
}
|
||||
}
|
||||
#tabbrowser-tabpanels > hbox.deck-selected:not([zen-split="true"]) {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_tab_switch_anim") {
|
||||
@media -moz-pref( "mod.sameerasw.zen_tab_switch_anim") {
|
||||
scale: 1 !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* website view animations */
|
||||
/* website switch animations */
|
||||
#browser:not(:has(.zen-glance-background)) #tabbrowser-tabpanels {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_urlbar_zoom_anim") {
|
||||
@media -moz-pref( "mod.sameerasw.zen_urlbar_zoom_anim") {
|
||||
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.35) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* URL bar page animation */
|
||||
/* URL bar zoom animation */
|
||||
#browser:has(#urlbar[open][zen-floating-urlbar="true"]) #tabbrowser-tabpanels {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_urlbar_zoom_anim") {
|
||||
@media -moz-pref( "mod.sameerasw.zen_urlbar_zoom_anim") {
|
||||
pointer-events: none;
|
||||
scale: 1.1 !important;
|
||||
filter: blur(10px) brightness(70%) !important;
|
||||
|
@ -76,14 +66,14 @@ hbox.browserSidebarContainer,
|
|||
}
|
||||
|
||||
#urlbar[open][zen-floating-urlbar="true"] #urlbar-background {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_urlbar_zoom_anim") {
|
||||
@media -moz-pref( "mod.sameerasw.zen_urlbar_zoom_anim") {
|
||||
border-radius: 1em !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* trackpad gestures*/
|
||||
tabpanels .browserStack browser {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_trackpad_anim") {
|
||||
@media -moz-pref( "mod.sameerasw.zen_trackpad_anim") {
|
||||
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1) 0.1s !important;
|
||||
border-radius: 0.75em !important;
|
||||
}
|
||||
|
@ -94,7 +84,7 @@ tabpanels .browserStack browser {
|
|||
#historySwipeAnimationPreviousArrow:not([style="translate: none;"])
|
||||
)
|
||||
browser {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_trackpad_anim") {
|
||||
@media -moz-pref( "mod.sameerasw.zen_trackpad_anim") {
|
||||
scale: 0.95 !important;
|
||||
transform: translateX(3%) !important;
|
||||
border-radius: 2em !important;
|
||||
|
@ -106,9 +96,36 @@ tabpanels .browserStack browser {
|
|||
#historySwipeAnimationNextArrow:not([style="translate: none;"])
|
||||
)
|
||||
browser {
|
||||
@media (-moz-bool-pref: "mod.sameerasw.zen_trackpad_anim") {
|
||||
@media -moz-pref( "mod.sameerasw.zen_trackpad_anim") {
|
||||
scale: 0.95 !important;
|
||||
transform: translateX(-3%) !important;
|
||||
border-radius: 2em !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* no tab image */
|
||||
#browser:has([zen-has-empty-tab=""]) .deck-selected .browserStack {
|
||||
@media -moz-pref( "mod.sameerasw.zen_notab_img_enabled") {
|
||||
background-image: var(
|
||||
--mod-sameerasw-zen_notab_img,
|
||||
url("https://raw.githubusercontent.com/zen-browser/branding/refs/heads/main/Official/Word%20Marks/SVG/zen_logo_icon_white.svg")
|
||||
) !important;
|
||||
|
||||
background-position: center !important;
|
||||
background-repeat: no-repeat !important;
|
||||
|
||||
background-size: var(--mod-sameerasw-zen_notab_img_size, 150px) !important;
|
||||
|
||||
opacity: var(--mod-sameerasw-zen_notab_img_opacity, 1) !important;
|
||||
|
||||
@media -moz-pref( "mod.sameerasw.zen_notab_img_saturate") {
|
||||
filter: saturate(0) !important;
|
||||
|
||||
@media -moz-pref( "mod.sameerasw.zen_notab_img_invert") {
|
||||
@media (prefers-color-scheme: light) {
|
||||
filter: saturate(0) invert(1) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 86 KiB |
|
@ -1,72 +1,106 @@
|
|||
[
|
||||
{
|
||||
"property": "browser.tabs.allow_transparent_browser",
|
||||
"label": "Allow zen browser to be transparent (Turn off before uninstall)",
|
||||
"type": "checkbox",
|
||||
"defaultvalue": true
|
||||
},
|
||||
{
|
||||
"property": "zen.widget.linux.transparency",
|
||||
"label": "Allow zen browser on linux to be transparent (Turn off before uninstall)",
|
||||
"type": "checkbox",
|
||||
"defaultvalue": true,
|
||||
"disabledOn": [
|
||||
"windows",
|
||||
"macos"
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_bg_color_enabled",
|
||||
"label": "Enable custom background color for Zen",
|
||||
"type": "checkbox",
|
||||
"defaultvalue": false
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_transparency_color",
|
||||
"label": "Set background color for Zen (Overrides default theme colors)",
|
||||
"type": "string",
|
||||
"defaultvalue": "#00000000"
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_light_tint_flip",
|
||||
"label": "Flip light tint for Zen after 1.8b to dark",
|
||||
"type": "checkbox",
|
||||
"defaultvalue": false
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_light_tint_disabled",
|
||||
"label": "Disable light tint for Zen after 1.8b",
|
||||
"type": "checkbox",
|
||||
"defaultvalue": true
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_empty_page_transparency",
|
||||
"label": "Make the empty page transparent after Zen 1.9b",
|
||||
"type": "checkbox",
|
||||
"defaultvalue": true
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_no_shadow",
|
||||
"label": "Remove the shadow around the web page",
|
||||
"type": "checkbox",
|
||||
"defaultvalue": false
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_tab_switch_anim",
|
||||
"label": "Enable tab switch animation",
|
||||
"type": "checkbox",
|
||||
"defaultvalue": false
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_urlbar_zoom_anim",
|
||||
"label": "Enable URL bar zoom animation",
|
||||
"type": "checkbox",
|
||||
"defaultvalue": false
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_trackpad_anim",
|
||||
"label": "Enable trackpad animation",
|
||||
"type": "checkbox",
|
||||
"defaultvalue": false
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "browser.tabs.allow_transparent_browser",
|
||||
"label": "👀 Allow transparency (TURN OFF BEFORE UNINSTALL)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "zen.widget.linux.transparency",
|
||||
"label": "👀 Allow transparency on linux (TURN OFF BEFORE UNINSTALL)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true,
|
||||
"disabledOn": [
|
||||
"windows",
|
||||
"macos"
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_bg_color_enabled",
|
||||
"label": "🎨 Enable custom background color for Zen",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_transparency_color",
|
||||
"label": "🎨 Set custom background color (Overrides theme)",
|
||||
"type": "string",
|
||||
"defaultValue": "#00000000",
|
||||
"placeholder": "light-dark(#fff, #222) or RGBA or hex"
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_light_tint_flip",
|
||||
"label": "🌙 Flip the light website tint to dark",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_light_tint_disabled",
|
||||
"label": "🌙 Disable the light website tint",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_no_shadow",
|
||||
"label": "🌑 Remove the shadow around the web page",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_tab_switch_anim",
|
||||
"label": "✨ Tab switch animation",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_urlbar_zoom_anim",
|
||||
"label": "✨ URL bar zoom animation",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_trackpad_anim",
|
||||
"label": "✨ Trackpad swipe animations",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_notab_img_enabled",
|
||||
"label": "🖼️ Add no tab screen background image",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_notab_img",
|
||||
"label": "🖼️ Image URL, format: url('example.com/1.png')",
|
||||
"type": "string",
|
||||
"defaultValue": "url('https://github.com/sameerasw/my-internet/blob/main/wave-light.png?raw=true')",
|
||||
"placeholder": "url('example.com/1.png')"
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_notab_img_size",
|
||||
"label": "🖼️ No tab screen image size with unit",
|
||||
"type": "string",
|
||||
"defaultValue": "150px",
|
||||
"placeholder": "50px (px, em, % ...)"
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_notab_img_opacity",
|
||||
"label": "🖼️ No tab screen image opacity (0-1)",
|
||||
"type": "string",
|
||||
"defaultValue": "1",
|
||||
"placeholder": "0.75"
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_notab_img_saturate",
|
||||
"label": "🖼️ Grayscale the no tab screen image",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_notab_img_invert",
|
||||
"label": "🖼️ Invert above image in light theme (white → black)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"id": "642854b5-88b4-4c40-b256-e035532109df",
|
||||
"name": "Transparent Zen",
|
||||
"description": "Make the Zen Browser's background transparent and modify the empty tab page and have animations that goes along with the transparency. Turn off transparency in mod settings before uninstallation.",
|
||||
"description": "Make the Zen Browser's tab background transparent, get smooth animations and more. Enable features in mod settings and visit the homepage below to learn more about the features. \ud83d\udc47",
|
||||
"homepage": "https://github.com/sameerasw/zen-themes/tree/main/TransparentZen",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/642854b5-88b4-4c40-b256-e035532109df/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/642854b5-88b4-4c40-b256-e035532109df/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/642854b5-88b4-4c40-b256-e035532109df/image.png",
|
||||
"author": "sameerasw",
|
||||
"version": "1.11.2b",
|
||||
"version": "1.12.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-02-04",
|
||||
"updatedAt": "2025-04-17",
|
||||
"updatedAt": "2025-05-11",
|
||||
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/642854b5-88b4-4c40-b256-e035532109df/preferences.json"
|
||||
}
|
|
@ -3,6 +3,20 @@
|
|||
--mod-browser-ease-swipe: var(--user-browser-ease-swipe, 0.3, 1.2, 0.5, 1);
|
||||
--mod-browser-ease-reset: var(--user-browser-ease-reset, 0.2, 1.4, 0.3, 1);
|
||||
--mod-browser-radius-default: var(--user-tab-radius, 8px);
|
||||
--mod-browser-translate-x: var(--user-tab-movement, 2%);
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "tab-shadow-enabled") {
|
||||
.browserStack browser {
|
||||
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "border-shadow-disabled") {
|
||||
hbox.browserSidebarContainer,
|
||||
#zen-tabbox-wrapper {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.browserStack browser {
|
||||
|
@ -18,9 +32,9 @@
|
|||
}
|
||||
|
||||
.browserStack:has(#historySwipeAnimationPreviousArrow:not([style="translate: none;"])) browser {
|
||||
transform: translateX(3%) !important;
|
||||
transform: translateX(calc(var(--mod-browser-translate-x) * 1)) !important;
|
||||
}
|
||||
|
||||
.browserStack:has(#historySwipeAnimationNextArrow:not([style="translate: none;"])) browser {
|
||||
transform: translateX(-3%) !important;
|
||||
transform: translateX(calc(var(--mod-browser-translate-x) * -1)) !important;
|
||||
}
|
||||
|
|
|
@ -1,31 +1,49 @@
|
|||
[
|
||||
{
|
||||
"property": "user-browser-scale",
|
||||
"label": "Swipe scale (e.g. 0.98 for 2%)",
|
||||
"type": "string",
|
||||
"defaultValue": "0.98",
|
||||
"placeholder": "0.97–1.00"
|
||||
"property": "user-browser-scale",
|
||||
"label": "Swipe scale (e.g. 0.98 for 2%)",
|
||||
"type": "string",
|
||||
"defaultValue": "0.98",
|
||||
"placeholder": "0.97\u20131.00"
|
||||
},
|
||||
{
|
||||
"property": "user-browser-ease-swipe",
|
||||
"label": "Swipe easing curve (4 numbers)",
|
||||
"type": "string",
|
||||
"defaultValue": "0.3, 1.2, 0.5, 1",
|
||||
"placeholder": "e.g. 0.25, 0.1, 0.25, 1"
|
||||
"property": "user-browser-ease-swipe",
|
||||
"label": "Swipe easing curve (4 numbers)",
|
||||
"type": "string",
|
||||
"defaultValue": "0.3, 1.2, 0.5, 1",
|
||||
"placeholder": "e.g. 0.25, 0.1, 0.25, 1"
|
||||
},
|
||||
{
|
||||
"property": "user-browser-ease-reset",
|
||||
"label": "Reset easing curve (4 numbers)",
|
||||
"type": "string",
|
||||
"defaultValue": "0.2, 1.4, 0.3, 1",
|
||||
"placeholder": "e.g. 0.2, 0.8, 0.2, 1"
|
||||
"property": "user-browser-ease-reset",
|
||||
"label": "Reset easing curve (4 numbers)",
|
||||
"type": "string",
|
||||
"defaultValue": "0.2, 1.4, 0.3, 1",
|
||||
"placeholder": "e.g. 0.2, 0.8, 0.2, 1"
|
||||
},
|
||||
{
|
||||
"property": "user-tab-radius",
|
||||
"label": "Tab border radius (e.g. 8px)",
|
||||
"property": "user-tab-radius",
|
||||
"label": "Tab border radius (e.g. 8px)",
|
||||
"type": "string",
|
||||
"defaultValue": "8px",
|
||||
"placeholder": "e.g. 10px"
|
||||
},
|
||||
{
|
||||
"property": "user-tab-movement",
|
||||
"label": "Tab movement amount (e.g. 2%)",
|
||||
"type": "string",
|
||||
"defaultValue": "8px",
|
||||
"placeholder": "e.g. 10px"
|
||||
"defaultValue": "2%",
|
||||
"placeholder": "e.g. 2%"
|
||||
},
|
||||
{
|
||||
"property": "tab-shadow-enabled",
|
||||
"label": "Enable Tab Shadows(enables shadow aroung the moving page)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "border-shadow-disabled",
|
||||
"label": "Disable Border Shadows(DIsables shadow around the web page)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
|
||||
made it for an extra animation when using a trackpad.
|
||||
|
||||
if you need help make a issue on my github or contact me on r/zen_browser(u/Fury7425) or on zens discord server fury_7425
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/image.png",
|
||||
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/preferences.json",
|
||||
"author": "Fury7425",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"tags": [],
|
||||
"createdAt": "2025-04-08",
|
||||
"updatedAt": "2025-04-27"
|
||||
"updatedAt": "2025-05-13"
|
||||
}
|
|
@ -1,14 +1,21 @@
|
|||
|
||||
#zen-essentials-container > tab > stack:nth-child(1) > hbox:nth-child(2) > stack:nth-child(2) > img:nth-child(3) {
|
||||
height: 32px !important;
|
||||
width: 32px !important;
|
||||
.zen-essentials-container {
|
||||
grid-template-columns: repeat(auto-fit, minmax(80px, auto)) !important;
|
||||
}
|
||||
|
||||
#zen-essentials-container > tab > stack:nth-child(1) > hbox:nth-child(2) > stack:nth-child(2) {
|
||||
padding: 16px !important;
|
||||
}
|
||||
.zen-essentials-container
|
||||
> tab
|
||||
> stack:nth-child(1)
|
||||
> hbox:nth-child(2)
|
||||
> stack:nth-child(2) {
|
||||
padding: 16px !important;
|
||||
}
|
||||
|
||||
#zen-essentials-container {
|
||||
gap: 8px 8px !important;
|
||||
grid-template-columns: repeat(auto-fit, minmax(80px, auto)) !important;
|
||||
}
|
||||
.zen-essentials-container
|
||||
> tab
|
||||
> stack:nth-child(1)
|
||||
> hbox:nth-child(2)
|
||||
> stack:nth-child(2)
|
||||
> img:nth-child(3) {
|
||||
height: 32px !important;
|
||||
width: 32px !important;
|
||||
}
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9bbaab67-a2c8-4d79-837f-90cd72a8932a/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9bbaab67-a2c8-4d79-837f-90cd72a8932a/image.png",
|
||||
"author": "leaferiksen",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"tags": [],
|
||||
"createdAt": "2025-03-11",
|
||||
"updatedAt": "2025-03-11"
|
||||
"updatedAt": "2025-05-10"
|
||||
}
|
|
@ -1,95 +1,105 @@
|
|||
|
||||
:root {
|
||||
--better-findbar-transform-translateY: 150px;
|
||||
--better-findbar-transform-translateX: -50%;
|
||||
--better-findbar-position-top: auto;
|
||||
--better-findbar-position-bottom: 15px;
|
||||
--better-findbar-position-left: 50%;
|
||||
--better-findbar-position-right: auto;
|
||||
}
|
||||
.browserContainer {
|
||||
overflow: clip
|
||||
}
|
||||
|
||||
findbar {
|
||||
display: flex !important;
|
||||
display: flex !important;
|
||||
|
||||
border-radius: var(--zen-border-radius) !important;
|
||||
margin: 0px !important;
|
||||
border-radius: var(--zen-border-radius) !important;
|
||||
margin: 0px !important;
|
||||
|
||||
width: 90% !important;
|
||||
max-width: 800px;
|
||||
width: 90% !important;
|
||||
max-width: 800px;
|
||||
|
||||
height: auto !important;
|
||||
height: auto !important;
|
||||
|
||||
position: absolute !important;
|
||||
top: 15px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
position: absolute !important;
|
||||
top: var(--better-findbar-position-top);
|
||||
bottom: var(--better-findbar-position-bottom);
|
||||
left: var(--better-findbar-position-left);
|
||||
right: var(--better-findbar-position-right);
|
||||
transform: translateX(var(--better-findbar-transform-translateX)) translateY(0);
|
||||
|
||||
overflow: unset !important;
|
||||
box-shadow: var(--box-shadow-10);
|
||||
overflow: unset !important;
|
||||
box-shadow: var(--box-shadow-10);
|
||||
|
||||
background: var(--zen-colors-tertiary) !important;
|
||||
border: 1px solid var(--zen-colors-border) !important;
|
||||
background: var(--zen-colors-tertiary) !important;
|
||||
border: 1px solid var(--zen-colors-border) !important;
|
||||
|
||||
transition:
|
||||
top 0.35s ease,
|
||||
bottom 0.35s ease !important;
|
||||
transition: transform 0.35s ease !important;
|
||||
|
||||
visibility: visible !important;
|
||||
opacity: 1 !important;
|
||||
visibility: visible !important;
|
||||
opacity: 1 !important;
|
||||
|
||||
& .findbar-container {
|
||||
flex-wrap: wrap;
|
||||
overflow-x: auto !important;
|
||||
height: auto !important;
|
||||
& .findbar-container {
|
||||
flex-wrap: wrap;
|
||||
overflow-x: auto !important;
|
||||
height: auto !important;
|
||||
|
||||
row-gap: 10px;
|
||||
row-gap: 10px;
|
||||
|
||||
& > :first-child {
|
||||
width: 100% !important;
|
||||
}
|
||||
& > :first-child {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
& .findbar-textbox {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
& .findbar-textbox {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&[hidden="true"] {
|
||||
top: -150px;
|
||||
}
|
||||
&[hidden="true"] {
|
||||
transform: translateX(var(--better-findbar-transform-translateX)) translateY(var(--better-findbar-transform-translateY));
|
||||
}
|
||||
|
||||
@starting-style {
|
||||
top: -150px;
|
||||
}
|
||||
@starting-style {
|
||||
transform: translateX(var(--better-findbar-transform-translateX)) translateY(var(--better-findbar-transform-translateY));
|
||||
}
|
||||
}
|
||||
|
||||
/* Horizontal Position */
|
||||
body:has(
|
||||
#theme-Better-Find-Bar[theme-better_find_bar-horizontal_position="left"]
|
||||
) {
|
||||
findbar {
|
||||
left: 15px;
|
||||
transform: translateX(0%);
|
||||
}
|
||||
#theme-Better-Find-Bar[theme-better_find_bar-horizontal_position="left"]
|
||||
) {
|
||||
--better-findbar-transform-translateX: 0%;
|
||||
--better-findbar-position-left: 15px;
|
||||
--better-findbar-position-right: auto;
|
||||
}
|
||||
|
||||
body:has(
|
||||
#theme-Better-Find-Bar[theme-better_find_bar-horizontal_position="right"]
|
||||
) {
|
||||
findbar {
|
||||
left: unset !important;
|
||||
right: 15px;
|
||||
transform: translateX(0%);
|
||||
}
|
||||
#theme-Better-Find-Bar[theme-better_find_bar-horizontal_position="right"]
|
||||
) {
|
||||
--better-findbar-transform-translateX: 0%;
|
||||
--better-findbar-position-left: auto;
|
||||
--better-findbar-position-right: 15px;
|
||||
}
|
||||
|
||||
body:has(
|
||||
#theme-Better-Find-Bar[theme-better_find_bar-vertical_position="top"]
|
||||
) {
|
||||
--better-findbar-transform-translateY: -150px;
|
||||
--better-findbar-position-bottom: auto;
|
||||
--better-findbar-position-top: 15px;
|
||||
}
|
||||
|
||||
|
||||
/* Background blur */
|
||||
@media (-moz-bool-pref: "theme.better_find_bar.transparent_background") {
|
||||
findbar,
|
||||
findbar .findbar-textbox:not([status="notfound"]) {
|
||||
backdrop-filter: blur(15px);
|
||||
findbar, findbar .findbar-textbox:not([status="notfound"]) {
|
||||
backdrop-filter: blur(8px);
|
||||
|
||||
background: color-mix(
|
||||
in hsl,
|
||||
var(--zen-colors-tertiary),
|
||||
transparent 30%
|
||||
) !important;
|
||||
}
|
||||
background: color-mix(in hsl, var(--zen-colors-tertiary), transparent 30%) !important;
|
||||
}
|
||||
|
||||
findbar .findbar-textbox:not([status="notfound"]) {
|
||||
background: color-mix(
|
||||
in hsl,
|
||||
var(--zen-colors-tertiary),
|
||||
transparent 10%
|
||||
) !important;
|
||||
}
|
||||
}
|
||||
findbar .findbar-textbox:not([status="notfound"]) {
|
||||
background: color-mix(in hsl, var(--zen-colors-tertiary), transparent 10%) !important;
|
||||
}
|
||||
}
|
|
@ -9,6 +9,8 @@
|
|||
"label": "Horizontal position",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"placeholder": "Select horizontal position",
|
||||
"defaultValue": "default",
|
||||
"options": [
|
||||
{
|
||||
"label": "Left",
|
||||
|
@ -23,5 +25,23 @@
|
|||
"value": "right"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "theme.better_find_bar.vertical_position",
|
||||
"label": "Vertical position",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"placeholder": "Select vertical position",
|
||||
"defaultValue": "default",
|
||||
"options": [
|
||||
{
|
||||
"label": "Top",
|
||||
"value": "top"
|
||||
},
|
||||
{
|
||||
"label": "Bottom",
|
||||
"value": "default"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -1,3 +1,3 @@
|
|||
# Better Find Bar
|
||||
|
||||
Improves the find bar by matching the browser theme, making it floating, more responsive, and moving it to the top of the page.
|
||||
Improves the find bar by matching the browser theme, making it floating and more responsive.
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/image.png",
|
||||
"author": "RobotoSkunk",
|
||||
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/preferences.json",
|
||||
"version": "1.1.2",
|
||||
"version": "1.2.0",
|
||||
"tags": [],
|
||||
"createdAt": "2024-11-24",
|
||||
"updatedAt": "2025-01-31"
|
||||
"updatedAt": "2025-05-10"
|
||||
}
|
|
@ -314,4 +314,4 @@
|
|||
"disabledOn": [],
|
||||
"defaultValue": "1"
|
||||
}
|
||||
]
|
||||
]
|
|
@ -1,54 +1,55 @@
|
|||
@media (-moz-bool-pref: "zen.view.use-single-toolbar") {
|
||||
#zen-appcontent-wrapper {
|
||||
position: relative !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
#zen-appcontent-wrapper::before {
|
||||
content: "" !important;
|
||||
position: absolute !important;
|
||||
top: 2px !important;
|
||||
left: 6px !important;
|
||||
height: 4px !important;
|
||||
max-width: calc(100% - 16px) !important;
|
||||
width: var(--bar-pcent) !important;
|
||||
background-color: var(--bar-colour) !important;
|
||||
border-radius: 4px;
|
||||
pointer-events: none !important;
|
||||
transition:
|
||||
background-color 0.2s ease-in-out,
|
||||
width 0.5s ease-in-out !important;
|
||||
}
|
||||
|
||||
#main-window {
|
||||
&:has(.tabbrowser-tab[selected][busy]) {
|
||||
--bar-colour: white;
|
||||
--bar-pcent: 10%;
|
||||
.browserSidebarContainer.deck-selected::before {
|
||||
content: "" !important;
|
||||
position: absolute !important;
|
||||
top: 0px !important;
|
||||
left: 0px !important;
|
||||
height: 4px !important; /* Height of the top background */
|
||||
max-width: 100% !important;
|
||||
width: var(--bar-pcent) !important; /* Ensure full width or customizable width */
|
||||
background-color: var(--bar-colour) !important; /* Solid color for the bar */
|
||||
border-radius: 0 2px 2px 0; /* Adjust this value to control the roundness of the ends */
|
||||
z-index: 1 !important;
|
||||
transition: width 0.5s ease-in-out, background 0.2s ease !important; /* Apply smooth transition on width and background */
|
||||
} /* Current tab loading progress and muted status */
|
||||
|
||||
|
||||
.browserSidebarContainer.deck-selected:has([zen-glance-selected])::before,
|
||||
.browserSidebarContainer.deck-selected.zen-glance-overlay::before {
|
||||
max-width: calc(85%) !important;
|
||||
left: calc(15%/2) !important;
|
||||
border-radius: 6px !important;
|
||||
}
|
||||
|
||||
&:has(.tabbrowser-tab[selected][busy][pendingicon]) {
|
||||
--bar-colour: white;
|
||||
--bar-pcent: 50%;
|
||||
|
||||
.browserSidebarContainer.deck-selected.zen-glance-background::before {
|
||||
background: transparent !important;
|
||||
height: 0px !important;
|
||||
}
|
||||
|
||||
&:has(.tabbrowser-tab[selected][busy][pendingicon][progress]) {
|
||||
--bar-colour: white;
|
||||
--bar-pcent: 80%;
|
||||
}
|
||||
|
||||
&:has(.tabbrowser-tab[selected][busy][progress]) {
|
||||
--bar-colour: white;
|
||||
--bar-pcent: 100%;
|
||||
}
|
||||
|
||||
&:has(.tabbrowser-tab[selected][muted]:not([busy])) {
|
||||
--bar-colour: orangered;
|
||||
--bar-pcent: 100%;
|
||||
}
|
||||
|
||||
&:has(.tabbrowser-tab[selected]:not([muted]):not([busy])) {
|
||||
--bar-colour: transparent;
|
||||
--bar-pcent: 0%;
|
||||
|
||||
:root {
|
||||
&:has(.tabbrowser-tab[selected][busy]) {
|
||||
--bar-colour: var(--zen-primary-color);
|
||||
--bar-pcent: 15%;
|
||||
}
|
||||
&:has(.tabbrowser-tab[selected][busy][pendingicon]) {
|
||||
--bar-colour: var(--zen-primary-color);
|
||||
--bar-pcent: 45%;
|
||||
}
|
||||
&:has(.tabbrowser-tab[selected][busy][pendingicon][progress]) {
|
||||
--bar-colour: var(--zen-primary-color);
|
||||
--bar-pcent: 85%;
|
||||
}
|
||||
&:has(.tabbrowser-tab[selected][busy][progress]) {
|
||||
--bar-colour: var(--zen-primary-color);
|
||||
--bar-pcent: 95%;
|
||||
}
|
||||
&:has(.tabbrowser-tab[selected][muted]:not([busy])) {
|
||||
--bar-colour: orangered;
|
||||
--bar-pcent: 100%;
|
||||
|
||||
.browserSidebarContainer.deck-selected::before {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2024-12-21",
|
||||
"updatedAt": "2025-01-26"
|
||||
"updatedAt": "2025-05-10"
|
||||
}
|
53
themes/e51b85e6-cef5-45d4-9fff-6986637974e1/chrome.css
Normal file
53
themes/e51b85e6-cef5-45d4-9fff-6986637974e1/chrome.css
Normal file
|
@ -0,0 +1,53 @@
|
|||
|
||||
#zen-toast-container {
|
||||
top: calc(var(--zen-element-separation) * 6) !important;
|
||||
|
||||
:root:not([zen-right-side='true']) & {
|
||||
right: calc(var(--zen-element-separation) * 2) !important;
|
||||
}
|
||||
|
||||
:root[zen-right-side='true'] & {
|
||||
left: calc(var(--zen-element-separation) * 2) !important;
|
||||
}
|
||||
|
||||
& .zen-toast {
|
||||
padding: 6px !important;
|
||||
border-radius: 12px !important;
|
||||
font-weight: 600 !important;
|
||||
font-size: 12px !important;
|
||||
box-shadow: 0px !important ;
|
||||
|
||||
& .description {
|
||||
font-size: 10px !important;
|
||||
}
|
||||
|
||||
&:has(#mod-zentoast[mod-zentoast-background_opacity="0.1"]) { background: rgba(255, 255, 255, 0.1) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-background_opacity="0.2"]) { background: rgba(255, 255, 255, 0.2) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-background_opacity="0.3"]) { background: rgba(255, 255, 255, 0.3) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-background_opacity="0.4"]) { background: rgba(255, 255, 255, 0.4) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-background_opacity="0.5"]) { background: rgba(255, 255, 255, 0.5) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-background_opacity="0.6"]) { background: rgba(255, 255, 255, 0.6) !important; }
|
||||
|
||||
&:has(#mod-zentoast[mod-zentoast-border_opacity="0.1"]) { border: 1px solid rgba(0, 0, 0, 0.1) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-border_opacity="0.2"]) { border: 1px solid rgba(0, 0, 0, 0.2) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-border_opacity="0.3"]) { border: 1px solid rgba(0, 0, 0, 0.3) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-border_opacity="0.4"]) { border: 1px solid rgba(0, 0, 0, 0.4) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-border_opacity="0.5"]) { border: 1px solid rgba(0, 0, 0, 0.5) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-border_opacity="0.6"]) { border: 1px solid rgba(0, 0, 0, 0.6) !important; }
|
||||
|
||||
&:has(#mod-zentoast[mod-zentoast-text_opacity="0.1"]) { color: rgba(0, 0, 0, 0.1) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-text_opacity="0.2"]) { color: rgba(0, 0, 0, 0.2) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-text_opacity="0.3"]) { color: rgba(0, 0, 0, 0.3) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-text_opacity="0.4"]) { color: rgba(0, 0, 0, 0.4) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-text_opacity="0.5"]) { color: rgba(0, 0, 0, 0.5) !important; }
|
||||
&:has(#mod-zentoast[mod-zentoast-text_opacity="0.6"]) { color: rgba(0, 0, 0, 0.6) !important; }
|
||||
|
||||
&:hover {
|
||||
background: var(--zen-primary-color) !important;
|
||||
color: var(--button-primary-color) !important;
|
||||
border: 1px solid rgba(0, 0, 0, 0.0) !important;
|
||||
transition: 0.3s !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
BIN
themes/e51b85e6-cef5-45d4-9fff-6986637974e1/image.png
Normal file
BIN
themes/e51b85e6-cef5-45d4-9fff-6986637974e1/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
101
themes/e51b85e6-cef5-45d4-9fff-6986637974e1/preferences.json
Normal file
101
themes/e51b85e6-cef5-45d4-9fff-6986637974e1/preferences.json
Normal file
|
@ -0,0 +1,101 @@
|
|||
[
|
||||
{
|
||||
"property": "mod.zentoast.background_opacity",
|
||||
"label": "Background opacity",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Select background opacity",
|
||||
"defaultValue": "0.3",
|
||||
"options": [
|
||||
{
|
||||
"label": "10%",
|
||||
"value": "0.1"
|
||||
},
|
||||
{
|
||||
"label": "20%",
|
||||
"value": "0.2"
|
||||
},
|
||||
{
|
||||
"label": "30%",
|
||||
"value": "0.3"
|
||||
},
|
||||
{
|
||||
"label": "40%",
|
||||
"value": "0.4"
|
||||
},
|
||||
{
|
||||
"label": "50%",
|
||||
"value": "0.5"
|
||||
},
|
||||
{
|
||||
"label": "60%",
|
||||
"value": "0.6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "mod.zentoast.border_opacity",
|
||||
"label": "Border opacity",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Select border opacity",
|
||||
"defaultValue": "0.3",
|
||||
"options": [
|
||||
{
|
||||
"label": "10%",
|
||||
"value": "0.1"
|
||||
},
|
||||
{
|
||||
"label": "20%",
|
||||
"value": "0.2"
|
||||
},
|
||||
{
|
||||
"label": "30%",
|
||||
"value": "0.3"
|
||||
},
|
||||
{
|
||||
"label": "40%",
|
||||
"value": "0.4"
|
||||
},
|
||||
{
|
||||
"label": "50%",
|
||||
"value": "0.5"
|
||||
},
|
||||
{
|
||||
"label": "60%",
|
||||
"value": "0.6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "mod.zentoast.text_opacity",
|
||||
"label": "Text opacity",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Select text opacity",
|
||||
"defaultValue": "0.3",
|
||||
"options": [
|
||||
{
|
||||
"label": "10%",
|
||||
"value": "0.1"
|
||||
},
|
||||
{
|
||||
"label": "20%",
|
||||
"value": "0.2"
|
||||
},
|
||||
{
|
||||
"label": "30%",
|
||||
"value": "0.3"
|
||||
},
|
||||
{
|
||||
"label": "40%",
|
||||
"value": "0.4"
|
||||
},
|
||||
{
|
||||
"label": "50%",
|
||||
"value": "0.5"
|
||||
},
|
||||
{
|
||||
"label": "60%",
|
||||
"value": "0.6"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
2
themes/e51b85e6-cef5-45d4-9fff-6986637974e1/readme.md
Normal file
2
themes/e51b85e6-cef5-45d4-9fff-6986637974e1/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
Makes the 'New background tab opened!' toast popup notification less distracting and adds hover
|
15
themes/e51b85e6-cef5-45d4-9fff-6986637974e1/theme.json
Normal file
15
themes/e51b85e6-cef5-45d4-9fff-6986637974e1/theme.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"id": "e51b85e6-cef5-45d4-9fff-6986637974e1",
|
||||
"name": "smaller zen toast popup",
|
||||
"description": "Makes the 'New background tab opened!' toast popup notification less distracting and adds hover",
|
||||
"homepage": "https://github.com/lenzfliker/zen-mods/tree/main/%5BMOD%5D%20smaller%20zen%20toast%20popup",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e51b85e6-cef5-45d4-9fff-6986637974e1/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e51b85e6-cef5-45d4-9fff-6986637974e1/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e51b85e6-cef5-45d4-9fff-6986637974e1/image.png",
|
||||
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e51b85e6-cef5-45d4-9fff-6986637974e1/preferences.json",
|
||||
"author": "lenzfliker",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-05-09",
|
||||
"updatedAt": "2025-05-13"
|
||||
}
|
7
themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/chrome.css
Normal file
7
themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/chrome.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
:root:has(#theme-Custom-uiFont[theme-custom_uifont-default="Serif"]) {
|
||||
* {font-family: serif !important;}
|
||||
}
|
||||
:root:has(#theme-Custom-uiFont[theme-custom_uifont-default="Custom"]) {
|
||||
* {font-family: var(--theme-custom_uifont-custom) !important; text-shadow: var(--theme-custom_uifont-shadow) !important;}
|
||||
}
|
BIN
themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/image.png
Normal file
BIN
themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
32
themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/preferences.json
Normal file
32
themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/preferences.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"property": "theme.custom_uifont.default",
|
||||
"label": "Select Font:",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "Serif",
|
||||
"options": [
|
||||
{
|
||||
"label": "Serif",
|
||||
"value": "Serif"
|
||||
},
|
||||
{
|
||||
"label": "Custom",
|
||||
"value": "Custom"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "theme.custom_uifont.custom",
|
||||
"label": "font-family:",
|
||||
"type": "string",
|
||||
"placeholder": "sans-serif",
|
||||
"defaultValue": "sans-serif"
|
||||
},
|
||||
{
|
||||
"property": "theme.custom_uifont.shadow",
|
||||
"label": "text-shadow:",
|
||||
"type": "string",
|
||||
"placeholder": "0.01em 0.01em 0.05em #7C7C7C70",
|
||||
"defaultValue": "none"
|
||||
}
|
||||
]
|
2
themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/readme.md
Normal file
2
themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
Customize the interface font, the default is consistent with the serif font in the settings.
|
15
themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/theme.json
Normal file
15
themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/theme.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"id": "e74cb40a-f3b8-445a-9826-1b1b6e41b846",
|
||||
"name": "Custom uiFont",
|
||||
"description": "Customize the interface font, the default is consistent with the serif font in the settings.",
|
||||
"homepage": "",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/image.png",
|
||||
"author": "lindongbin",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-05-03",
|
||||
"updatedAt": "2025-05-03",
|
||||
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/preferences.json"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue