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",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/image.png",
"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",
"tags": [
"tabs"
],
"createdAt": "2024-11-09",
"updatedAt": "2024-12-16"
"updatedAt": "2024-12-22"
},
"cb15abdb-0514-4e09-8ce5-722cf1f4a20f": {
"id": "cb15abdb-0514-4e09-8ce5-722cf1f4a20f",
@ -488,6 +488,20 @@
"createdAt": "2024-08-30",
"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": {
"id": "5c4d7772-d963-4672-ab03-e9d541438881",
"name": "Bigger Mute Button",
@ -928,6 +942,20 @@
"createdAt": "2024-08-09",
"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": {
"id": "6c122084-c4ec-4c9e-8cc5-3d87c3a089cb",
"name": "NavBar Margin",

View file

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