Add theme: Zen Colored Picker

This commit is contained in:
Nimit1705 2025-02-23 10:12:00 +00:00 committed by GitHub
parent 47b038f525
commit e5539ba417
5 changed files with 80 additions and 0 deletions

View 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;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View 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"
}
]

View 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
![image](https://raw.githubusercontent.com/Nimit1705/zen-colored-picker/refs/heads/main/Mod-thumbnail.png)
---
You can find the code of the mod inside this repository!

View 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"
}