zen-browser / theme-store

🎨 Theme repository for @zen-browser!
https://zen-browser.github.io/theme-store/themes.json
MIT License
133 stars 41 forks source link

[create-theme]: Minimalist Container Indicator #718

Closed anjerodev closed 1 week ago

anjerodev commented 1 week ago

Name

Min Container Indicator

Description

This theme add a minimalist dot indicator for the current container in Zen Browser.

Homepage

https://github.com/anjerodev/zen-themes/tree/main/minimalist-container-indicator

Image

https://i.imgur.com/FzJeAA2.png

Type

Theme Styles

@-moz-document url-prefix('chrome://') {
    #urlbar-container #page-action-buttons #userContext-icons {
        position: relative;
        order: 2;
        height: 8px;
        width: 8px;
        background-color: var(--identity-icon-color);
        border-radius: 32px;
        margin-left: 12px !important;

        & image,
        label {
            display: none;
        }
    }
}

Readme

#  Minimalist Container Indicator

This theme add a minimalist dot indicator for the current container in Zen Browser.

## What the extension does

- Hide the label and icon of the current container in the search bar and instead show a minimalist dot with the color set to the container.

- Rearrange the order of the icons in the search bar to make the container indicator the last one.

![Preview](preview.png)

Preferences

No response

github-actions[bot] commented 1 week ago

Thank you for your contribution! :tada:

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.