Add theme: Grayscale

This commit is contained in:
Erl-koenig 2025-05-06 12:17:51 +00:00 committed by GitHub
parent 2e27bdad86
commit 2c293d51c8
4 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#browser {
filter: grayscale(100%);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -0,0 +1,8 @@
# Grayscale Theme
Grayscale theme for zen browser. Does not hide extension popup color.
## Preview
![preview](https://raw.githubusercontent.com/Erl-koenig/zen-grayscale/refs/heads/main/preview.png)

View file

@ -0,0 +1,14 @@
{
"id": "4ef75ef2-b751-45f6-ab65-e0baf7b60568",
"name": "Grayscale",
"description": "Applies a grayscale filter to the browser.",
"homepage": "https://github.com/Erl-koenig/zen-grayscale",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ef75ef2-b751-45f6-ab65-e0baf7b60568/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ef75ef2-b751-45f6-ab65-e0baf7b60568/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ef75ef2-b751-45f6-ab65-e0baf7b60568/image.png",
"author": "Erl-koenig",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-05-06",
"updatedAt": "2025-05-06"
}