diff --git a/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/chrome.css b/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/chrome.css new file mode 100644 index 00000000..44cbaf68 --- /dev/null +++ b/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/chrome.css @@ -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; + } +} diff --git a/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/image.png b/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/image.png new file mode 100644 index 00000000..a5018be5 Binary files /dev/null and b/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/image.png differ diff --git a/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/preferences.json b/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/preferences.json new file mode 100644 index 00000000..33977272 --- /dev/null +++ b/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/preferences.json @@ -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" + } +] \ No newline at end of file diff --git a/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/readme.md b/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/readme.md new file mode 100644 index 00000000..945e3b69 --- /dev/null +++ b/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/readme.md @@ -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! diff --git a/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/theme.json b/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/theme.json new file mode 100644 index 00000000..e8bf5780 --- /dev/null +++ b/themes/03a8e7ef-cf00-4f41-bf24-a90deeafc9db/theme.json @@ -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" +} \ No newline at end of file