zen-browser / theme-store

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

[create-theme]: Transparent New Tab mod #726

Closed TheBigWazz closed 1 week ago

TheBigWazz commented 1 week ago

Name

Transparent New Tab

Description

Set the blank page in new tabs to transparent for a clean new tab view.

Homepage

https://github.com/TheBigWazz/TransparentNewTabZen

Image

https://github.com/user-attachments/assets/1c956166-576b-4a21-83fe-dede2653bd4f

Type

Theme Styles

@media (-moz-bool-pref: "browser.tabs.allow_transparent_browser") {
    :root {
      --tabpanel-background-color: #00000000 !important;
    }
  }

Readme

<p align="center">
  <img src="https://github.com/user-attachments/assets/1c956166-576b-4a21-83fe-dede2653bd4f" alt="Wazz's custom image"/>
</p>

# Transparent New Tab for Zen Browser
Set the blank page in new tabs to transparent for a clean new tab view. Mod for Zen Browser.

## Enable Transparency
- Go to :config
- Set ```browser.tabs.allow_transparent_browser``` to ```true```
- In Zen settings, set New Tabs to ```Blank Page```

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.