Skip to content

Commit 9e154bc

Browse files
Rebuild themes.json after theme submission
1 parent 77c217b commit 9e154bc

2 files changed

Lines changed: 73 additions & 67 deletions

File tree

themes.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,17 +1042,23 @@
10421042
"ea1a5ace-f698-4b45-ab88-6e8bd3a563f0": {
10431043
"id": "ea1a5ace-f698-4b45-ab88-6e8bd3a563f0",
10441044
"name": "Bookmark Toolbar Tweaks",
1045-
"description": "Center bookmarks, hide the icons!",
1046-
"homepage": "https://github.com/n7itro/Zen-Themes/",
1045+
"description": "Comprehensive bookmarks toolbar customization: center, hide icons, transparent backgrounds, auto-hide with hover/search expand.",
1046+
"homepage": "https://github.com/zen-browser/theme-store/tree/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/",
10471047
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css",
10481048
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/readme.md",
10491049
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/image.png",
10501050
"author": "n7itro",
10511051
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/preferences.json",
1052-
"version": "1.2.2",
1053-
"tags": [],
1052+
"version": "1.2.3",
1053+
"tags": [
1054+
"bookmarks",
1055+
"toolbar",
1056+
"transparency",
1057+
"auto-hide",
1058+
"customization"
1059+
],
10541060
"createdAt": "2024-08-19",
1055-
"updatedAt": "2025-01-26"
1061+
"updatedAt": "2025-11-06"
10561062
},
10571063
"c45c4894-d6bd-47fc-997a-0c4d015334f1": {
10581064
"id": "c45c4894-d6bd-47fc-997a-0c4d015334f1",
@@ -1101,16 +1107,16 @@
11011107
"d868eaf4-cefc-4f41-8f1c-1f603726d2fa": {
11021108
"id": "d868eaf4-cefc-4f41-8f1c-1f603726d2fa",
11031109
"name": "Tab Text Size",
1104-
"description": "Change tab text size",
1110+
"description": "Change tab, folder, and workspace text size",
11051111
"homepage": "https://github.com/ajkuftic/Zen-TabTextSize",
11061112
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/chrome.css",
11071113
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/readme.md",
11081114
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/image.png",
11091115
"author": "ajkuftic",
1110-
"version": "1.0.0",
1116+
"version": "1.1.0",
11111117
"tags": [],
11121118
"createdAt": "2024-12-16",
1113-
"updatedAt": "2025-01-26",
1119+
"updatedAt": "2025-11-06",
11141120
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/preferences.json"
11151121
},
11161122
"fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e": {
Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
[
2-
{
3-
"property": "uc.bookmarks.center-toolbar",
4-
"label": "Center the bookmarks toolbar",
5-
"type": "checkbox",
6-
"disabledOn": []
7-
},
8-
{
9-
"property": "uc.bookmarks.position-toolbar",
10-
"label": "Bookmarks toolbar direction",
11-
"type": "dropdown",
12-
"disabledOn": [],
13-
"options": [
14-
{
15-
"label": "Left to right",
16-
"value": "left"
17-
},
18-
{
19-
"label": "Right to left",
20-
"value": "right"
21-
}
22-
]
23-
},
24-
{
25-
"property": "uc.bookmarks.hide-folder-icons",
26-
"label": "Hide folder icons",
27-
"type": "checkbox",
28-
"disabledOn": []
29-
},
30-
{
31-
"property": "uc.bookmarks.hide-favicons",
32-
"label": "Hide website icons",
33-
"type": "checkbox",
34-
"disabledOn": []
35-
},
36-
{
37-
"property": "uc.bookmarks.hide-name",
38-
"label": "Hide bookmarks name",
39-
"type": "checkbox",
40-
"disabledOn": []
41-
},
42-
{
43-
"property": "uc.bookmarks.expand-on-hover",
44-
"label": "Auto-hide: Expand by hovering",
45-
"type": "checkbox",
46-
"disabledOn": []
47-
},
48-
{
49-
"property": "uc.bookmarks.expand-on-search",
50-
"label": "Auto-hide: Expand when searching",
51-
"type": "checkbox",
52-
"disabledOn": []
53-
},
54-
{
55-
"property": "uc.bookmarks.transparent",
56-
"label": "Enhanced transparent effects",
57-
"type": "checkbox",
58-
"disabledOn": []
59-
}
60-
]
2+
{
3+
"property": "uc.bookmarks.center-toolbar",
4+
"label": "Center the bookmarks toolbar",
5+
"type": "checkbox",
6+
"disabledOn": []
7+
},
8+
{
9+
"property": "uc.bookmarks.position-toolbar",
10+
"label": "Bookmarks toolbar direction",
11+
"type": "dropdown",
12+
"disabledOn": [],
13+
"options": [
14+
{
15+
"label": "Left to right",
16+
"value": "left"
17+
},
18+
{
19+
"label": "Right to left",
20+
"value": "right"
21+
}
22+
]
23+
},
24+
{
25+
"property": "uc.bookmarks.hide-folder-icons",
26+
"label": "Hide folder icons",
27+
"type": "checkbox",
28+
"disabledOn": []
29+
},
30+
{
31+
"property": "uc.bookmarks.hide-favicons",
32+
"label": "Hide website icons",
33+
"type": "checkbox",
34+
"disabledOn": []
35+
},
36+
{
37+
"property": "uc.bookmarks.hide-name",
38+
"label": "Hide bookmarks name",
39+
"type": "checkbox",
40+
"disabledOn": []
41+
},
42+
{
43+
"property": "uc.bookmarks.expand-on-hover",
44+
"label": "Auto-hide: Expand by hovering",
45+
"type": "checkbox",
46+
"disabledOn": []
47+
},
48+
{
49+
"property": "uc.bookmarks.expand-on-search",
50+
"label": "Auto-hide: Expand when searching",
51+
"type": "checkbox",
52+
"disabledOn": []
53+
},
54+
{
55+
"property": "uc.bookmarks.transparent",
56+
"label": "Enhanced transparent effects",
57+
"type": "checkbox",
58+
"disabledOn": []
59+
}
60+
]

0 commit comments

Comments
 (0)