mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Custom accent color
This commit is contained in:
parent
2e27bdad86
commit
3ab6e07d2b
5 changed files with 29 additions and 0 deletions
4
themes/687430bc-92d4-4384-86b2-980cc0a2cb6e/chrome.css
Normal file
4
themes/687430bc-92d4-4384-86b2-980cc0a2cb6e/chrome.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
:root {
|
||||
--zen-primary-color: var(--bqs-color-accent_color) !important;
|
||||
}
|
BIN
themes/687430bc-92d4-4384-86b2-980cc0a2cb6e/image.png
Normal file
BIN
themes/687430bc-92d4-4384-86b2-980cc0a2cb6e/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"property": "bqs.color.accent_color",
|
||||
"label": "Accent color",
|
||||
"type": "string",
|
||||
"defaultValue": "purple"
|
||||
}
|
||||
]
|
2
themes/687430bc-92d4-4384-86b2-980cc0a2cb6e/readme.md
Normal file
2
themes/687430bc-92d4-4384-86b2-980cc0a2cb6e/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
Allows to set a custom theme accent color for the zen window.
|
15
themes/687430bc-92d4-4384-86b2-980cc0a2cb6e/theme.json
Normal file
15
themes/687430bc-92d4-4384-86b2-980cc0a2cb6e/theme.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue