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]: Immersive Search #1053

Closed
1 task done
LucHermkens opened this issue Feb 11, 2025 · 1 comment
Closed
1 task done

[create-theme]: Immersive Search #1053

LucHermkens opened this issue Feb 11, 2025 · 1 comment
Labels
new-theme Submit a theme to be added to the theme library

Comments

@LucHermkens
Copy link

Name

Immersive Search

Description

Transforms the look of the URL bar in your Zen Browser to have a dark and blurry background.

Homepage

https://github.com/LucHermkens/immersive-search

Image

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

Type

  • JSON Color Theme

Theme Styles

#urlbar[open][zen-floating-urlbar="true"] {
    top: 50% !important;
    transform: translateX(calc(var(--zen-sidebar-width, 273px) / 2)) translateY(-50%) !important;
}

.browserContainer {
    will-change: filter;
    transition: filter 0.2s ease-out;
}

#zen-appcontent-wrapper:has(#urlbar[zen-floating-urlbar="true"]) .browserContainer {
    filter: blur(5px);
}

#tabbrowser-tabbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none;
    border-radius: var(--zen-native-inner-radius);

    will-change: background-color;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.2s ease-out;
}

#zen-appcontent-wrapper:has(#urlbar[zen-floating-urlbar="true"]) #tabbrowser-tabbox::before {
    background-color: rgba(0, 0, 0, 0.5);
}

Readme

# Immersive Search

Transforms the look of the URL bar in your Zen Browser to have a dark and blurry background.

Preferences

@LucHermkens LucHermkens added the new-theme Submit a theme to be added to the theme library label Feb 11, 2025
Copy link
Contributor

Error creating theme

Sorry about that! There was an error creating the theme. Please try again or contact the maintainers for help.

Traceback (most recent call last):

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