Rebuild themes.json after theme submission

This commit is contained in:
github-actions[bot] 2024-12-22 10:52:29 +00:00
parent cffa9e3130
commit a495db070f
2 changed files with 149 additions and 117 deletions

View file

@ -421,13 +421,13 @@
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/readme.md", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/image.png", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/image.png",
"author": "philmard", "author": "philmard",
"version": "1.0.2", "version": "1.0.3",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/preferences.json", "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/preferences.json",
"tags": [ "tags": [
"tabs" "tabs"
], ],
"createdAt": "2024-11-09", "createdAt": "2024-11-09",
"updatedAt": "2024-12-16" "updatedAt": "2024-12-22"
}, },
"cb15abdb-0514-4e09-8ce5-722cf1f4a20f": { "cb15abdb-0514-4e09-8ce5-722cf1f4a20f": {
"id": "cb15abdb-0514-4e09-8ce5-722cf1f4a20f", "id": "cb15abdb-0514-4e09-8ce5-722cf1f4a20f",
@ -488,6 +488,20 @@
"createdAt": "2024-08-30", "createdAt": "2024-08-30",
"updatedAt": "2024-12-10" "updatedAt": "2024-12-10"
}, },
"0c3d77bf-44fc-47a6-a183-39205dfa5f7e": {
"id": "0c3d77bf-44fc-47a6-a183-39205dfa5f7e",
"name": "Hidden Reset Button",
"description": "Hide the reset button behind the tab icon unless hovered.",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/image.png",
"author": "AlexCookieDev",
"version": "1.0.0",
"tags": [],
"createdAt": "2024-12-20",
"updatedAt": "2024-12-20"
},
"5c4d7772-d963-4672-ab03-e9d541438881": { "5c4d7772-d963-4672-ab03-e9d541438881": {
"id": "5c4d7772-d963-4672-ab03-e9d541438881", "id": "5c4d7772-d963-4672-ab03-e9d541438881",
"name": "Bigger Mute Button", "name": "Bigger Mute Button",
@ -928,6 +942,20 @@
"createdAt": "2024-08-09", "createdAt": "2024-08-09",
"updatedAt": "2024-09-25" "updatedAt": "2024-09-25"
}, },
"ae7868dc-1fa1-469e-8b89-a5edf7ab1f24": {
"id": "ae7868dc-1fa1-469e-8b89-a5edf7ab1f24",
"name": "Load Bar",
"description": "Creates a sleek loading bar and mute status for single toolbar mode.",
"homepage": "https://github.com/Tanay-Kar/Zen-Themes/tree/main/LoadBar",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/image.png",
"author": "Tanay-Kar",
"version": "1.0.0",
"tags": [],
"createdAt": "2024-12-21",
"updatedAt": "2024-12-22"
},
"6c122084-c4ec-4c9e-8cc5-3d87c3a089cb": { "6c122084-c4ec-4c9e-8cc5-3d87c3a089cb": {
"id": "6c122084-c4ec-4c9e-8cc5-3d87c3a089cb", "id": "6c122084-c4ec-4c9e-8cc5-3d87c3a089cb",
"name": "NavBar Margin", "name": "NavBar Margin",

View file

@ -1,116 +1,120 @@
[ [
{ {
"property": "uc.theme.bold-text-enable.enabled", "property": "uc.theme.bold-text-enable.enabled",
"label": "Make numbers Bold", "label": "Make numbers Bold",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.theme.font_size", "property": "uc.theme.font_size",
"label": "Select the Size for tab numbers", "label": "Select the Size for tab numbers",
"type": "dropdown", "type": "dropdown",
"defaultValue": "Medium", "defaultValue": "Medium",
"options": [ "options": [
{ {
"label": "Extra Small", "label": "Extra Small",
"value": "XSmall" "value": "XSmall"
}, },
{ {
"label": "Small", "label": "Small",
"value": "Small" "value": "Small"
}, },
{ {
"label": "Medium (default)", "label": "Medium (default)",
"value": "Medium" "value": "Medium"
}, },
{ {
"label": "Large", "label": "Large",
"value": "Large" "value": "Large"
}, },
{ {
"label": "Extra Large", "label": "Extra Large",
"value": "XLarge" "value": "XLarge"
} }
] ]
}, },
{ {
"property": "uc.theme.background_shape", "property": "uc.theme.background_shape",
"label": "Select the Shape for the tab number background", "label": "Select the Shape for the tab number background",
"type": "dropdown", "type": "dropdown",
"defaultValue": "ModeratelyRounded", "defaultValue": "ModeratelyRounded",
"options": [ "options": [
{ {
"label": "Square", "label": "Square",
"value": "Square" "value": "Square"
}, },
{ {
"label": "Slightly Rounded Square", "label": "Slightly Rounded Square",
"value": "SlightlyRounded" "value": "SlightlyRounded"
}, },
{ {
"label": "Moderately Rounded Square (default)", "label": "Moderately Rounded Square (default)",
"value": "ModeratelyRounded" "value": "ModeratelyRounded"
}, },
{ {
"label": "Fully Rounded Square", "label": "Fully Rounded Square",
"value": "FullyRounded" "value": "FullyRounded"
}, },
{ {
"label": "Perfect Circle", "label": "Perfect Circle",
"value": "Circle" "value": "Circle"
} }
] ]
}, },
{ {
"property": "uc.theme.custom_color_enabled", "property": "uc.theme.custom_color_enabled",
"label": "(!) Press to enable custom colors (!)", "label": "(!) Press to enable custom colors (!)",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.theme.number_color", "property": "uc.theme.number_color",
"label": "Hex Code of Custom Text Color (first enable the above checkbox)", "label": "Hex Code of Custom Text Color (first enable the above checkbox)",
"placeholder": "eg. #ff0000", "placeholder": "eg. #ff0000",
"type": "string", "type": "string",
"disabledOn": ["!uc.theme.custom_color_enabled"] "disabledOn": [
}, "!uc.theme.custom_color_enabled"
{ ]
"property": "uc.theme.number_background_color", },
"label": "Hex Code of Custom Background Color (first enable the above checkbox)", {
"placeholder": "eg. #ff0000", "property": "uc.theme.number_background_color",
"type": "string", "label": "Hex Code of Custom Background Color (first enable the above checkbox)",
"disabledOn": ["!uc.theme.custom_color_enabled"] "placeholder": "eg. #ff0000",
}, "type": "string",
{ "disabledOn": [
"property": "uc.theme.compact_side", "!uc.theme.custom_color_enabled"
"label": "Side of the tab numbers when tabs are Compact", ]
"type": "dropdown", },
"defaultValue": "Right", {
"options": [ "property": "uc.theme.compact_side",
{ "label": "Side of the tab numbers when tabs are Compact",
"label": "Right (default)", "type": "dropdown",
"value": "Right" "defaultValue": "Right",
}, "options": [
{ {
"label": "Left", "label": "Right (default)",
"value": "Left" "value": "Right"
} },
] {
}, "label": "Left",
{ "value": "Left"
"property": "uc.theme.expanded_side", }
"label": "Side of the tab numbers when tabs are Expanded", ]
"type": "dropdown", },
"defaultValue": "Right", {
"options": [ "property": "uc.theme.expanded_side",
{ "label": "Side of the tab numbers when tabs are Expanded",
"label": "Right (default)", "type": "dropdown",
"value": "Right" "defaultValue": "Right",
}, "options": [
{ {
"label": "Left", "label": "Right (default)",
"value": "Left" "value": "Right"
} },
] {
} "label": "Left",
] "value": "Left"
}
]
}
]