Add theme: Transparent New Tab

This commit is contained in:
TheBigWazz 2024-11-07 22:29:45 +00:00 committed by GitHub
parent 6769e74ed9
commit 5e18e2a910
4 changed files with 32 additions and 0 deletions

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -0,0 +1,12 @@
<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```

View file

@ -0,0 +1,14 @@
{
"id": "189dc27c-7cb1-447d-9a26-c8990438a948",
"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",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/189dc27c-7cb1-447d-9a26-c8990438a948/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/189dc27c-7cb1-447d-9a26-c8990438a948/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/189dc27c-7cb1-447d-9a26-c8990438a948/image.png",
"author": "TheBigWazz",
"version": "1.0.0",
"tags": [],
"createdAt": "2024-11-07",
"updatedAt": "2024-11-07"
}