mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Add theme: Transparent New Tab
This commit is contained in:
parent
6769e74ed9
commit
5e18e2a910
4 changed files with 32 additions and 0 deletions
6
themes/189dc27c-7cb1-447d-9a26-c8990438a948/chrome.css
Normal file
6
themes/189dc27c-7cb1-447d-9a26-c8990438a948/chrome.css
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
@media (-moz-bool-pref: "browser.tabs.allow_transparent_browser") {
|
||||||
|
:root {
|
||||||
|
--tabpanel-background-color: #00000000 !important;
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/189dc27c-7cb1-447d-9a26-c8990438a948/image.png
Normal file
BIN
themes/189dc27c-7cb1-447d-9a26-c8990438a948/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
12
themes/189dc27c-7cb1-447d-9a26-c8990438a948/readme.md
Normal file
12
themes/189dc27c-7cb1-447d-9a26-c8990438a948/readme.md
Normal 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```
|
14
themes/189dc27c-7cb1-447d-9a26-c8990438a948/theme.json
Normal file
14
themes/189dc27c-7cb1-447d-9a26-c8990438a948/theme.json
Normal 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"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue