Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[create-theme]: Change Tab Text Size Mod #886

Closed
1 task
ajkuftic opened this issue Dec 16, 2024 · 1 comment
Closed
1 task

[create-theme]: Change Tab Text Size Mod #886

ajkuftic opened this issue Dec 16, 2024 · 1 comment
Labels
new-theme Submit a theme to be added to the theme library

Comments

@ajkuftic
Copy link
Contributor

Name

Tab Text Size

Description

Change tab text size

Homepage

https://github.com/ajkuftic/Zen-TabTextSize

Image

https://raw.githubusercontent.com/ajkuftic/Zen-TabTextSize/refs/heads/main/image.png

Type

  • JSON Color Theme

Theme Styles

: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; }}

Readme

# Tab Text Size

Set the text size for tabs in the sidebar

## What this extension does

Allows the text size for tabs to be changed without modifying themes.

Click the gear icon on the mod to change the text size.

Preferences

[
    {
    "property": "uc.tabtextsize.textsize",
    "label": "Set Tab Text Size: ",
    "type": "dropdown",
    "defaultValue": "default",
    "options": [
        {
            "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"
        }
    ]
    }
]
@ajkuftic ajkuftic added the new-theme Submit a theme to be added to the theme library label Dec 16, 2024
Copy link
Contributor

Thank you for your contribution! 🎉

Your theme has been successfully submitted. The maintainers will review it and get back to you soon.

Here are some details about your submission:

If you have any questions or need help, feel free to ask in the comments below or in the PR.

@ajkuftic ajkuftic changed the title [create-theme]: [create-theme]: Change Tab Text Size Mod Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-theme Submit a theme to be added to the theme library
Projects
None yet
Development

No branches or pull requests

1 participant