Rebuild themes.json after theme submission

This commit is contained in:
github-actions[bot] 2025-05-22 15:42:27 +00:00
parent d647b7d229
commit db13a9f42a
4 changed files with 103 additions and 96 deletions

View file

@ -198,7 +198,7 @@
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/preferences.json",
"tags": [],
"createdAt": "2024-09-03",
"updatedAt": "2025-05-21"
"updatedAt": "2025-05-22"
},
"0d218357-d5be-48f1-bbc0-5e7cb2d2e11f": {
"id": "0d218357-d5be-48f1-bbc0-5e7cb2d2e11f",
@ -481,10 +481,10 @@
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/72f8f48d-86b9-4487-acea-eb4977b18f21/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/72f8f48d-86b9-4487-acea-eb4977b18f21/image.png",
"author": "psu",
"version": "1.0.0",
"version": "1.0.1",
"tags": [],
"createdAt": "2025-03-28",
"updatedAt": "2025-04-09",
"updatedAt": "2025-05-22",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/72f8f48d-86b9-4487-acea-eb4977b18f21/preferences.json"
},
"dbe05f83-b471-4278-a3f9-e5ed244b0d6c": {
@ -925,12 +925,13 @@
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/image.png",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/preferences.json",
"author": "mally8",
"version": "1.0.7",
"version": "1.0.8",
"tags": [
"sidebar"
"sidebar",
"scrollbar"
],
"createdAt": "2024-09-01",
"updatedAt": "2025-03-07"
"updatedAt": "2025-05-22"
},
"74c755b3-41a5-4f78-83cb-cd1e1e076bb6": {
"id": "74c755b3-41a5-4f78-83cb-cd1e1e076bb6",
@ -1164,17 +1165,23 @@
"a6335949-4465-4b71-926c-4a52d34bc9c0": {
"id": "a6335949-4465-4b71-926c-4a52d34bc9c0",
"name": "Better Find Bar",
"description": "Improves the find bar, making it floating, more responsive, and moving it to the top of the page.",
"description": "Improves the find bar, making it floating with theme match and customization.",
"homepage": "https://github.com/RobotoSkunk/zen-better-findbar",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/readme.md",
"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.2.0",
"tags": [],
"version": "1.3.0",
"tags": [
"find",
"bar",
"search",
"searchbar",
"find-bar"
],
"createdAt": "2024-11-24",
"updatedAt": "2025-05-10"
"updatedAt": "2025-05-22"
},
"bc25808c-a012-4c0d-ad9a-aa86be616019": {
"id": "bc25808c-a012-4c0d-ad9a-aa86be616019",

View file

@ -6,4 +6,4 @@
"disabledOn": [],
"defaultValue": false
}
]
]

View file

@ -1,86 +1,86 @@
[
{
"label": "General - Padding",
"defaultValue": "16px",
"placeholder": "20px",
"property": "psu.better_ctrltab.padding",
"type": "string"
},
{
"label": "General - Corners Roundness",
"defaultValue": "28px",
"placeholder": "5px",
"property": "psu.better_ctrltab.roundness",
"type": "string"
},
{
"label": "General - Zoom (1.0 = Full width 0.5 = 25% space on each side)",
"defaultValue": "0.8",
"placeholder": "1.0",
"property": "psu.better_ctrltab.zoom",
"type": "string"
},
{
"label": "Panel - Background",
"defaultValue": "light-dark(rgba(144, 144, 144, 0.94), rgba(22, 22, 22, 0.92))",
"placeholder": "light-dark(rgba(144,144,144,0.96), rgba(99,99,99,0.96))",
"property": "psu.better_ctrltab.background",
"type": "string"
},
{
"label": "Panel - Shadow Size",
"defaultValue": "18px",
"placeholder": "10px",
"property": "psu.better_ctrltab.shadow_size",
"type": "string"
},
{
"label": "Focused Item - Background",
"defaultValue": "light-dark(rgba(77, 77, 77, 0.8), rgba(204, 204, 204, 0.33))",
"placeholder": "light-dark(rgba(77,77,77,0.8), rgba(1,1,1,0.6))",
"property": "psu.better_ctrltab.preview_focus_background",
"type": "string"
},
{
"label": "Item - Border Color",
"defaultValue": "light-dark(rgba(255, 255, 255, 0.1), rgba(1, 1, 1, 0.1))",
"placeholder": "light-dark(rgba(255,255,255,0.1), rgba(88,88,88,0.6))",
"property": "psu.better_ctrltab.preview_border_color",
"type": "string"
},
{
"label": "Item - Border Width",
"defaultValue": "1px",
"placeholder": "2px",
"property": "psu.better_ctrltab.preview_border_width",
"type": "string"
},
{
"label": "Item - Label Font Size",
"defaultValue": "13px",
"placeholder": "11px",
"property": "psu.better_ctrltab.preview_font_size",
"type": "string"
},
{
"label": "Item - Label Letter Spacing",
"defaultValue": "0px",
"placeholder": "0px",
"property": "psu.better_ctrltab.preview_letter_spacing",
"type": "string"
},
{
"label": "Item - Favicon Size",
"defaultValue": "36px",
"placeholder": "40px",
"property": "psu.better_ctrltab.preview_favicon_size",
"type": "string"
},
{
"label": "Item - Favicon Outdent",
"defaultValue": "12px",
"placeholder": "6px",
"property": "psu.better_ctrltab.preview_favicon_outdent",
"type": "string"
}
{
"label": "General - Padding",
"defaultValue": "16px",
"placeholder": "20px",
"property": "psu.better_ctrltab.padding",
"type": "string"
},
{
"label": "General - Corners Roundness",
"defaultValue": "28px",
"placeholder": "5px",
"property": "psu.better_ctrltab.roundness",
"type": "string"
},
{
"label": "General - Zoom (1.0 = Full width 0.5 = 25% space on each side)",
"defaultValue": "0.8",
"placeholder": "1.0",
"property": "psu.better_ctrltab.zoom",
"type": "string"
},
{
"label": "Panel - Background",
"defaultValue": "light-dark(rgba(144, 144, 144, 0.94), rgba(22, 22, 22, 0.92))",
"placeholder": "light-dark(rgba(144,144,144,0.96), rgba(99,99,99,0.96))",
"property": "psu.better_ctrltab.background",
"type": "string"
},
{
"label": "Panel - Shadow Size",
"defaultValue": "18px",
"placeholder": "10px",
"property": "psu.better_ctrltab.shadow_size",
"type": "string"
},
{
"label": "Focused Item - Background",
"defaultValue": "light-dark(rgba(77, 77, 77, 0.8), rgba(204, 204, 204, 0.33))",
"placeholder": "light-dark(rgba(77,77,77,0.8), rgba(1,1,1,0.6))",
"property": "psu.better_ctrltab.preview_focus_background",
"type": "string"
},
{
"label": "Item - Border Color",
"defaultValue": "light-dark(rgba(255, 255, 255, 0.1), rgba(1, 1, 1, 0.1))",
"placeholder": "light-dark(rgba(255,255,255,0.1), rgba(88,88,88,0.6))",
"property": "psu.better_ctrltab.preview_border_color",
"type": "string"
},
{
"label": "Item - Border Width",
"defaultValue": "1px",
"placeholder": "2px",
"property": "psu.better_ctrltab.preview_border_width",
"type": "string"
},
{
"label": "Item - Label Font Size",
"defaultValue": "13px",
"placeholder": "11px",
"property": "psu.better_ctrltab.preview_font_size",
"type": "string"
},
{
"label": "Item - Label Letter Spacing",
"defaultValue": "0px",
"placeholder": "0px",
"property": "psu.better_ctrltab.preview_letter_spacing",
"type": "string"
},
{
"label": "Item - Favicon Size",
"defaultValue": "36px",
"placeholder": "40px",
"property": "psu.better_ctrltab.preview_favicon_size",
"type": "string"
},
{
"label": "Item - Favicon Outdent",
"defaultValue": "12px",
"placeholder": "6px",
"property": "psu.better_ctrltab.preview_favicon_outdent",
"type": "string"
}
]

View file

@ -135,4 +135,4 @@
"type": "checkbox",
"defaultValue": false
}
]
]