mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Application Frame
This commit is contained in:
parent
2a9820d3e9
commit
39859a08f8
5 changed files with 44 additions and 0 deletions
12
themes/4c1da51b-5986-4d38-be4e-f85587698398/chrome.css
Normal file
12
themes/4c1da51b-5986-4d38-be4e-f85587698398/chrome.css
Normal 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;
|
||||
}
|
BIN
themes/4c1da51b-5986-4d38-be4e-f85587698398/image.png
Normal file
BIN
themes/4c1da51b-5986-4d38-be4e-f85587698398/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
{
|
||||
"label": "Width",
|
||||
"defaultValue": "5px",
|
||||
"placeholder": "8px",
|
||||
"property": "psu.app_frame.width",
|
||||
"type": "string"
|
||||
}
|
||||
]
|
8
themes/4c1da51b-5986-4d38-be4e-f85587698398/readme.md
Normal file
8
themes/4c1da51b-5986-4d38-be4e-f85587698398/readme.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
# Zen Mod: Application Frame
|
||||
|
||||
A small mod to add _application frame width_ as a preference in Zen.
|
||||
|
||||

|
||||
|
||||
[Source code at GitHub](https://github.com/psu/zen-mods)
|
15
themes/4c1da51b-5986-4d38-be4e-f85587698398/theme.json
Normal file
15
themes/4c1da51b-5986-4d38-be4e-f85587698398/theme.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue