mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Dark Docs
This commit is contained in:
parent
566fda7f49
commit
e114a082c4
4 changed files with 24 additions and 0 deletions
6
themes/c1466e17-b19f-442e-9967-eeb00f996ee0/chrome.css
Normal file
6
themes/c1466e17-b19f-442e-9967-eeb00f996ee0/chrome.css
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
@-moz-document regexp(".*\\.pdf(\\?.*)?$") {
|
||||||
|
.page {
|
||||||
|
filter: invert(1) grayscale(1) contrast(75%) !important;
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/c1466e17-b19f-442e-9967-eeb00f996ee0/image.png
Normal file
BIN
themes/c1466e17-b19f-442e-9967-eeb00f996ee0/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
4
themes/c1466e17-b19f-442e-9967-eeb00f996ee0/readme.md
Normal file
4
themes/c1466e17-b19f-442e-9967-eeb00f996ee0/readme.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
# Dark Docs
|
||||||
|
|
||||||
|
Say goodbye to blinding white documents! Dark Docs applies a dark mode to PDF documents in Zen Browser, reducing eye strain and making long reading sessions easier on your eyes.
|
14
themes/c1466e17-b19f-442e-9967-eeb00f996ee0/theme.json
Normal file
14
themes/c1466e17-b19f-442e-9967-eeb00f996ee0/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"id": "c1466e17-b19f-442e-9967-eeb00f996ee0",
|
||||||
|
"name": "Dark Docs",
|
||||||
|
"description": "Say goodbye to blinding white documents! Dark Docs applies a dark mode to PDF documents.",
|
||||||
|
"homepage": "https://github.com/SleepInfinity/dark-docs",
|
||||||
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c1466e17-b19f-442e-9967-eeb00f996ee0/chrome.css",
|
||||||
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c1466e17-b19f-442e-9967-eeb00f996ee0/readme.md",
|
||||||
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c1466e17-b19f-442e-9967-eeb00f996ee0/image.png",
|
||||||
|
"author": "SleepInfinity",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"tags": [],
|
||||||
|
"createdAt": "2025-03-12",
|
||||||
|
"updatedAt": "2025-03-12"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue