Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
193 changes: 154 additions & 39 deletions themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/chrome.css
Original file line number Diff line number Diff line change
@@ -1,40 +1,155 @@
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="8"]) {
.tab-text.tab-label {
font-size: 8px;
}
}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="10"]) {
.tab-text.tab-label {
font-size: 10px;
}
}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="default"]) {
.tab-text.tab-label {
font-size: 12px;
}
}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="14"]) {
.tab-text.tab-label {
font-size: 14px;
}
}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="16"]) {
.tab-text.tab-label {
font-size: 16px;
}
}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="18"]) {
.tab-text.tab-label {
font-size: 18px;
}
}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="20"]) {
.tab-text.tab-label {
font-size: 20px;
}
}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="22"]) {
.tab-text.tab-label {
font-size: 22px;
}
{
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="8"]) {
.tab-text.tab-label {
font-size: 8px;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="10"]) {
.tab-text.tab-label {
font-size: 10px;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="default"]) {
.tab-text.tab-label {
font-size: 12px;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="14"]) {
.tab-text.tab-label {
font-size: 14px;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="16"]) {
.tab-text.tab-label {
font-size: 16px;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="18"]) {
.tab-text.tab-label {
font-size: 18px;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="20"]) {
.tab-text.tab-label {
font-size: 20px;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="22"]) {
.tab-text.tab-label {
font-size: 22px;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-workspaceheader="6"]) {
.zen-current-workspace-indicator {
font-size: 6px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-workspaceheader="8"]) {
.zen-current-workspace-indicator {
font-size: 8px !important;
}
}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-workspaceheader="10"]) {
.zen-current-workspace-indicator {
font-size: 10px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-workspaceheader="default"]) {
.zen-current-workspace-indicator {
font-size: 12px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-workspaceheader="14"]) {
.zen-current-workspace-indicator {
font-size: 14px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-workspaceheader="16"]) {
.zen-current-workspace-indicator {
font-size: 16px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-workspaceheader="18"]) {
.zen-current-workspace-indicator {
font-size: 18px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-workspaceheader="20"]) {
.zen-current-workspace-indicator {
font-size: 20px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-workspaceheader="22"]) {
.zen-current-workspace-indicator {
font-size: 22px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-tabgroup="6"]) {
.tab-group-label-container {
font-size: 6px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-tabgroup="8"]) {
.tab-group-label-container {
font-size: 8px !important;
}
}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-tabgroup="10"]) {
.tab-group-label-container {
font-size: 10px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-tabgroup="default"]) {
.tab-group-label-container {
font-size: 12px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-tabgroup="14"]) {
.tab-group-label-container {
font-size: 14px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-tabgroup="16"]) {
.tab-group-label-container {
font-size: 16px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-tabgroup="18"]) {
.tab-group-label-container {
font-size: 18px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-tabgroup="20"]) {
.tab-group-label-container {
font-size: 20px !important;
}
}

:root:has(#theme-Tab-Text-Size[uc-tabtextsize-tabgroup="22"]) {
.tab-group-label-container {
font-size: 22px !important;
}
}
}
88 changes: 88 additions & 0 deletions themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,93 @@
"value": "22"
}
]
},
{
"property": "uc.tabtextsize.workspaceheader",
"label": "Set Workspace Text Size: ",
"type": "dropdown",
"defaultValue": "default",
"options": [
{
"label": "6",
"value": "6"
},
{
"label": "8",
"value": "8"
},
{
"label": "Default (10)",
"value": "default"
},
{
"label": "12",
"value": "12"
},
{
"label": "14",
"value": "14"
},
{
"label": "16",
"value": "16"
},
{
"label": "18",
"value": "18"
},
{
"label": "20",
"value": "20"
},
{
"label": "22",
"value": "22"
}
]
},
{
"property": "uc.tabtextsize.tabgroup",
"label": "Set Folder Text Size: ",
"type": "dropdown",
"defaultValue": "default",
"options": [
{
"label": "6",
"value": "6"
},
{
"label": "8",
"value": "8"
},
{
"label": "10",
"value": "10"
},
{
"label": "Default (12)",
"value": "default"
},
{
"label": "14",
"value": "14"
},
{
"label": "16",
"value": "16"
},
{
"label": "18",
"value": "18"
},
{
"label": "20",
"value": "20"
},
{
"label": "22",
"value": "22"
}
]
}
]
8 changes: 4 additions & 4 deletions themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/theme.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"id": "d868eaf4-cefc-4f41-8f1c-1f603726d2fa",
"name": "Tab Text Size",
"description": "Change tab text size",
"description": "Change tab, folder, and workspace text size",
"homepage": "https://github.com/ajkuftic/Zen-TabTextSize",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/image.png",
"author": "ajkuftic",
"version": "1.0.0",
"version": "1.1.0",
"tags": [],
"createdAt": "2024-12-16",
"updatedAt": "2025-01-26",
"updatedAt": "2025-09-25",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/preferences.json"
}
}