mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Zen Colored Picker
This commit is contained in:
parent
47b038f525
commit
e5539ba417
5 changed files with 80 additions and 0 deletions
37
themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/chrome.css
Normal file
37
themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/chrome.css
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
|
||||||
|
.zen-theme-picker-gradient {
|
||||||
|
filter: saturate(90%) !important;
|
||||||
|
background: url(grad.png) no-repeat center center / cover !important;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
#PanelUI-zen-gradient-generator-rotation-line {
|
||||||
|
border: 1px solid light-dark(rgba(255, 255, 255, 0.7), rgba(10, 10, 10, 0.77)) !important;
|
||||||
|
border-bottom-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (-moz-bool-pref: "nova.color.picker-grid") {
|
||||||
|
.zen-theme-picker-gradient::before {
|
||||||
|
content: "" !important;
|
||||||
|
border: 2px solid light-dark(rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0.2)) !important;
|
||||||
|
border-radius: 8px !important;
|
||||||
|
width: 100% !important;
|
||||||
|
background: url(grid.png) no-repeat center center / cover !important;
|
||||||
|
scale: 95% !important;
|
||||||
|
background-color: light-dark(rgba(225, 225, 225, 0.4), rgba(0, 0, 0, 0.4)) !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (-moz-bool-pref: "nova.color.picker-frame") {
|
||||||
|
.zen-theme-picker-gradient::before {
|
||||||
|
content: "" !important;
|
||||||
|
border: 2px solid light-dark(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 1)) !important;
|
||||||
|
border-radius: 8px !important;
|
||||||
|
width: 100% !important;
|
||||||
|
scale: 95% !important;
|
||||||
|
background: none !important;
|
||||||
|
background-color: light-dark(rgba(225, 225, 225, 0.4), rgba(0, 0, 0, 0.2)) !important;
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/image.png
Normal file
BIN
themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
13
themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/preferences.json
Normal file
13
themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/preferences.json
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"property": "nova.color.picker-grid",
|
||||||
|
"label": "Enable grid",
|
||||||
|
"type": "checkbox",
|
||||||
|
"defaultValue": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"property": "nova.color.picker-frame",
|
||||||
|
"label": "Enable frame",
|
||||||
|
"type": "checkbox"
|
||||||
|
}
|
||||||
|
]
|
15
themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/readme.md
Normal file
15
themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/readme.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
|
||||||
|
# Zen "Colored" picker
|
||||||
|
|
||||||
|
Get back the sweet rainbow in your color picker [Zen Browser](https://zen-browser.app/).
|
||||||
|
Know your colors better with Zen "Colored" picker
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Thumbnail
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
You can find the code of the mod inside this repository!
|
15
themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/theme.json
Normal file
15
themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/theme.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"id": "03a8e7ef-cf00-4f41-bf24-a90deeafc9db",
|
||||||
|
"name": "Zen Colored Picker",
|
||||||
|
"description": "Adds the rainbow color pad to the theme picker",
|
||||||
|
"homepage": "https://github.com/Nimit1705/zen-colored-picker",
|
||||||
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/chrome.css",
|
||||||
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/readme.md",
|
||||||
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/image.png",
|
||||||
|
"author": "Nimit1705",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"tags": [],
|
||||||
|
"createdAt": "2025-02-23",
|
||||||
|
"updatedAt": "2025-02-23",
|
||||||
|
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/preferences.json"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue