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]: Minimalist Container Indicator #718

Closed
1 task
anjerodev opened this issue Nov 6, 2024 · 1 comment
Closed
1 task

[create-theme]: Minimalist Container Indicator #718

anjerodev opened this issue Nov 6, 2024 · 1 comment
Labels
new-theme Submit a theme to be added to the theme library

Comments

@anjerodev
Copy link

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

  • JSON Color Theme

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

@anjerodev anjerodev added the new-theme Submit a theme to be added to the theme library label Nov 6, 2024
Copy link
Contributor

github-actions bot commented Nov 6, 2024

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.

@github-actions github-actions bot closed this as completed Nov 6, 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