Add theme: Custom accent color

This commit is contained in:
BinaryQuantumSoul 2025-05-08 20:44:33 +00:00 committed by GitHub
parent 2e27bdad86
commit 3ab6e07d2b
5 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,4 @@
:root {
--zen-primary-color: var(--bqs-color-accent_color) !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View file

@ -0,0 +1,8 @@
[
{
"property": "bqs.color.accent_color",
"label": "Accent color",
"type": "string",
"defaultValue": "purple"
}
]

View file

@ -0,0 +1,2 @@
Allows to set a custom theme accent color for the zen window.

View file

@ -0,0 +1,15 @@
{
"id": "687430bc-92d4-4384-86b2-980cc0a2cb6e",
"name": "Custom accent color",
"description": "Allows to set a custom theme accent color for the zen window.",
"homepage": "https://github.com/BinaryQuantumSoul/Zen-themes/tree/main/themes/custom-accent-color",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/687430bc-92d4-4384-86b2-980cc0a2cb6e/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/687430bc-92d4-4384-86b2-980cc0a2cb6e/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/687430bc-92d4-4384-86b2-980cc0a2cb6e/image.png",
"author": "BinaryQuantumSoul",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-05-08",
"updatedAt": "2025-05-08",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/687430bc-92d4-4384-86b2-980cc0a2cb6e/preferences.json"
}