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]: zen11 #50

Closed
Alexcoder5 opened this issue Aug 18, 2024 · 2 comments
Closed

[create-theme]: zen11 #50

Alexcoder5 opened this issue Aug 18, 2024 · 2 comments
Labels
new-theme Submit a theme to be added to the theme library

Comments

@Alexcoder5
Copy link
Contributor

Name

zen11

Description

Customize your Zen experience

Homepage

https://github.com/Alexcoder5/zen11

Image

https://github.com/Alexcoder5/zen11/blob/main/Screenshot%202024-08-18%20at%2012.30.43.png?raw=true

Theme Styles

/* Hide Window Control Buttons on Mac */
@media (-moz-bool-pref: "uc.theme.hide-window-control-mac.enabled") {
    .titlebar-buttonbox-container {
        display: none
    }
}

/* Hide Folder Icons in Bookmarks */
@media (-moz-bool-pref: "uc.theme.hide-bookmarks-folder-icons.enabled") {
    .bookmark-item>image:not([src]) {
        display: none;
    }
}

/* Remove forward button */
@media (-moz-bool-pref: "uc.remove-forward-btn.enabled") {
    #forward-button {
        display: none !important;
    }
}

/* Make Web Sidebar Compact */
@media (-moz-bool-pref: "uc.theme.compact-web-sidebar.enabled") {
    #zen-sidebar-web-header {
        min-height: 38px !important;
    }

    #zen-sidebar-web-header toolbarbutton image {
        height: 24px !important;
        width: 24px !important;
    }

    #zen-sidebar-panels-wrapper {
        min-height: 42px !important;
        border: none !important;
    }
}

/* Compact Tab Tar */
@media (-moz-bool-pref: "uc.theme.compact-tab-bar.enabled") {
    .tabbrowser-tab {
        margin-bottom: 2px !important;
        min-height: unset !important;
        border: none !important;
    }

    #tabs-newtab-button {
        height: unset !important;
    }
}

/* Hide New Tab Button */
@media (-moz-bool-pref: "uc.theme.hide-new-tab-btn.enabled") {
    #tabs-newtab-button {
        display: none !important;
    }
}


/* Fix expand sidebar */
#zen-expand-sidebar-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Remove Double bg on hover */
#zen-sidebar-icons-wrapper>toolbarbutton>image {
    background: none !important;
}

Readme

# Customize Your Zen

## Go to Settings -> Look and Feel -> Theme Settings to customize Zen browser

### What you can enable

1. Hide Window Control Buttons on Mac
2. Hide Folder Icons in Bookmarks
3. Remove forward button
4. Make Web Sidebar Compact
5. Compact Tab Tar
6. Hide New Tab Button
7. Enable dark background

Preferences

{
    "uc.theme.hide-window-control-mac.enabled": "Hide Window Control Buttons on Mac",
    "uc.theme.hide-bookmarks-folder-icons": "Hide Folder Icons in Bookmarks",
    "uc.remove-forward-btn.enabled": "Remove forward button",
    "uc.theme.compact-web-sidebar.enabled": "Make Web Sidebar Compact",
    "uc.theme.compact-tab-bar.enabled": "Compact Tab Tar",
    "uc.theme.hide-new-tab-btn.enabled": "Hide New Tab Button",
    "uc.theme.dark-background.enabled": "Enable dark background"
}
@Alexcoder5 Alexcoder5 added the new-theme Submit a theme to be added to the theme library label Aug 18, 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.

@mauro-balades
Copy link
Member

Sorry, your theme has been removed, here are the reasons:

#56

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

2 participants