Add theme: Application Frame

This commit is contained in:
psu 2025-03-28 14:42:44 +00:00 committed by GitHub
parent 2a9820d3e9
commit 39859a08f8
5 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,12 @@
/**
* Zen Mod: Application Frame
* Add application frame width as a preference to the Zen Browser.
* Pontus Sundén <hi@pontus.cc>
*/
:root {
/**
--psu-app_frame-width: 5px;
/**/
--zen-element-separation: var(--psu-app_frame-width) !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View file

@ -0,0 +1,9 @@
[
{
"label": "Width",
"defaultValue": "5px",
"placeholder": "8px",
"property": "psu.app_frame.width",
"type": "string"
}
]

View file

@ -0,0 +1,8 @@
# Zen Mod: Application Frame
A small mod to add _application frame width_ as a preference in Zen.
![screenshot](./application-frame.png)
[Source code at GitHub](https://github.com/psu/zen-mods)

View file

@ -0,0 +1,15 @@
{
"id": "4c1da51b-5986-4d38-be4e-f85587698398",
"name": "Application Frame",
"description": "A small mod to add _application frame width_ as a preference in Zen.",
"homepage": "https://github.com/psu/zen-mods",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4c1da51b-5986-4d38-be4e-f85587698398/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4c1da51b-5986-4d38-be4e-f85587698398/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4c1da51b-5986-4d38-be4e-f85587698398/image.png",
"author": "psu",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-03-28",
"updatedAt": "2025-03-28",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4c1da51b-5986-4d38-be4e-f85587698398/preferences.json"
}