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 #1054

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

[create-theme]: immersive-search #1054

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://raw.githubusercontent.com/LucHermkens/immersive-search/refs/heads/main/images/search_small.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.

![Immersive Search](images/search.png)

Preferences

@LucHermkens LucHermkens added the new-theme Submit a theme to be added to the theme library label Feb 11, 2025
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.

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