Add theme: Zen Letterbox

This commit is contained in:
p-sw 2025-02-26 08:53:28 +00:00 committed by GitHub
parent cdccfde6b2
commit 2c34f99cc1
5 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#browser {
--zen-element-separation: calc(6px * var(--letterbox-multiply-factor, 3)) !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View file

@ -0,0 +1,9 @@
[
{
"property": "letterbox.multiply-factor",
"label": "Multiply Factor (number)",
"type": "string",
"defaultValue": "3",
"placeholder": "0.5, 1, 2, ..."
}
]

View file

@ -0,0 +1,3 @@
# Zen Letterbox
A simple way to change the width of the letterbox.

View file

@ -0,0 +1,15 @@
{
"id": "c0c32823-2b49-4693-8ce3-5a66212ea501",
"name": "Zen Letterbox",
"description": "A simple way to change the width of the letterbox.",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c0c32823-2b49-4693-8ce3-5a66212ea501/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c0c32823-2b49-4693-8ce3-5a66212ea501/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c0c32823-2b49-4693-8ce3-5a66212ea501/image.png",
"author": "p-sw",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-02-26",
"updatedAt": "2025-02-26",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c0c32823-2b49-4693-8ce3-5a66212ea501/preferences.json"
}