Merge branch 'next' into next

This commit is contained in:
0xMRTT 2023-09-28 21:49:38 +02:00 committed by GitHub
commit 2f773a2a41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
91 changed files with 5612 additions and 318 deletions

View file

@ -0,0 +1,29 @@
name: "📝️ Change proposal"
description: Propose a change in current presets schema, or in the way presets are implemented
title: "propose: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to contribute!
- type: textarea
id: proposal-body
attributes:
label: Proposal body
description: A clear and concise proposal text.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about the proposal here.
- type: checkboxes
attributes:
label: Did you read the Code of Conduct?
options:
- label: I have read the [Code of Conduct](https://github.com/GradienceTeam/Gradience/blob/main/CODE_OF_CONDUCT.md).
required: true

View file

@ -25,7 +25,6 @@
Before submitting the PR, I checked:
- [ ] I've only modified one preset
- [ ] I've added the URL to my raw preset in `presets.json`
- [ ] I've checked the format of each json files I modified
- [ ] (optional) I've added screenshots
- [ ] The preset name is following preset naming guidelines.

View file

@ -1,31 +0,0 @@
# This is a basic workflow to help you get started with Actions
name: Check json
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
check:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Check json files
uses: ValentinVignal/action-json-keys@v0.5
with:
file-matcher: 'presets/**/*.json'

View file

@ -0,0 +1,40 @@
# Change the look of Adwaita, with ease
# Copyright (C) 2022 Gradience Team
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Scripts are created by @dominichayesferen for Gradience Team
name: Generate preset lists
on:
push:
branches: [ "next" ]
schedule:
- cron: '0 0,12 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run the script
run: sh scripts/generate-preset-lists.sh

View file

@ -1,46 +1,27 @@
# Community
[![Chat on Matrix](https://matrix.to/img/matrix-badge.svg)](https://matrix.to/#/#Gradience:matrix.org)
[![Chat on Discord](https://img.shields.io/discord/1013779899821064202?label=discord&logo=discord&logoColor=white)](https://discord.com/invite/MYa8Sr7btJ)
[![Chat on Matrix](https://img.shields.io/matrix/Gradience:matrix.org?color=%230dbd8b&label=Gradience&logo=matrix&logoColor=white)](https://matrix.to/#/#Gradience:matrix.org)
[![Chat on Discord](https://dcbadge.vercel.app/api/server/4njFDtfGEZ?style=flat&theme=default-inverted)](https://discord.com/invite/4njFDtfGEZ)
Add your Presets to `Explore` tab
# How to add
Your Preset can be stored in:
1. this `repo`
2. in your `repo`
## Preset stored in the official `repo` (recommended)
In your Pull Request, add your Preset in the `curated` folder
Don't touch to `curated.json` because it's automatically generated.
## Preset stored somewhere else
### What's a repo ?
A repo is a file where you list all of your presets. It can be stored everywhere after creating your repo, you can share it and enable it in `Preferences`
Store a file with a similar formatting to `curated.json`, it can be everywhere (on your server, on a GitHub repo, on GitHub gist, etc)
```json
{
"My Awesome Preset": "https://my.website.me/my-awesome-preset.json"
}
```
Add a link to your `repo` in `Preferences` > `Repo`
Don't edit `curated.json`, as it is automatically generated.
# Preset example
<details><summary>Click to expand</summary>
```json
{
// The name should be written as shown, in PascalCase, but with spaces between words
"name": "Preset Name",
"name": "Pretty Purple",
"variables": {
"accent_color": "#78aeed",
"accent_bg_color": "#3584e4",
"accent_color": "#dc8add",
"accent_bg_color": "#9141ac",
"accent_fg_color": "#ffffff",
"destructive_color": "#ff7b63",
"destructive_bg_color": "#c01c28",
@ -54,11 +35,11 @@ Add a link to your `repo` in `Preferences` > `Repo`
"error_color": "#ff7b63",
"error_bg_color": "#c01c28",
"error_fg_color": "#ffffff",
"window_bg_color": "#242424",
"window_bg_color": "#241f31",
"window_fg_color": "#ffffff",
"view_bg_color": "#1e1e1e",
"view_bg_color": "#241f31",
"view_fg_color": "#ffffff",
"headerbar_bg_color": "#303030",
"headerbar_bg_color": "#241f31",
"headerbar_fg_color": "#ffffff",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "@window_bg_color",
@ -66,12 +47,12 @@ Add a link to your `repo` in `Preferences` > `Repo`
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#ffffff",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#383838",
"dialog_bg_color": "#241f31",
"dialog_fg_color": "#ffffff",
"popover_bg_color": "#383838",
"popover_bg_color": "#241f31",
"popover_fg_color": "#ffffff",
"shade_color": "rgba(0,0,0,0.36)",
"scrollbar_outline_color": "rgba(0,0,0,0.5)"
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
@ -141,6 +122,13 @@ Add a link to your `repo` in `Preferences` > `Repo`
"custom_css": {
"gtk4": "",
"gtk3": ""
}
},
"plugins": {}
}
```
</details>
# Credits
Special thanks to [@dominichayesferen](https://github.com/dominichayesferen) for creating script for automatic preset list generation

View file

@ -1,27 +1,67 @@
{
"Synthwave": "https://github.com/GradienceTeam/Community/raw/next/curated/synthwave.json",
"Gruvbox": "https://github.com/GradienceTeam/Community/raw/next/curated/gruvbox.json",
"Rosé Pine": "https://github.com/GradienceTeam/Community/raw/next/curated/rose-pine.json",
"Rosé Pine Moon": "https://github.com/GradienceTeam/Community/raw/next/curated/rose-pine-moon.json",
"Rosé Pine Dawn": "https://github.com/GradienceTeam/Community/raw/next/curated/rose-pine-dawn.json",
"Dracula": "https://github.com/GradienceTeam/Community/raw/next/curated/dracula.json",
"Layan Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/layan-dark.json",
"Layan Light": "https://github.com/GradienceTeam/Community/raw/next/curated/layan-light.json",
"Yaru": "https://github.com/GradienceTeam/Community/raw/next/curated/yaru.json",
"Yaru Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/yaru-dark.json",
"Nord": "https://github.com/GradienceTeam/Community/raw/next/curated/nord.json",
"Catppuccin frappe": "https://github.com/GradienceTeam/Community/raw/next/curated/catppuccin-frappe.json",
"Catppuccin latte": "https://github.com/GradienceTeam/Community/raw/next/curated/catppuccin-latte.json",
"Alpha Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-dark.json",
"Abyssal Elementals": "https://github.com/GradienceTeam/Community/raw/next/curated/abyssal-elementals.json",
"Adwaita Black": "https://github.com/GradienceTeam/Community/raw/next/curated/adwaita-black.json",
"Alpha Black": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-black.json",
"Alpha Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-dark.json",
"Alpha Mac": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-mac.json",
"SurGubbe": "https://github.com/GradienceTeam/Community/raw/next/curated/surgubbe.json",
"One Dark Pro": "https://github.com/GradienceTeam/Community/raw/next/curated/one-dark-pro.json",
"Jungle Jaunt": "https://github.com/GradienceTeam/Community/raw/next/curated/jungle-jaunt.json",
"Cyberhack": "https://github.com/GradienceTeam/Community/raw/next/curated/cyberhack.json",
"Zenburn": "https://github.com/GradienceTeam/Community/raw/next/curated/zenburn.json",
"Alpha Tritanopia": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-tritanopia.json",
"Apprentice": "https://github.com/GradienceTeam/Community/raw/next/curated/apprentice.json",
"Astral Elementals": "https://github.com/GradienceTeam/Community/raw/next/curated/astral-elementals.json",
"Breeze Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/breeze-dark.json",
"Breeze Light": "https://github.com/GradienceTeam/Community/raw/next/curated/breeze-light.json",
"Canta Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/canta-dark.json",
"Catppuccin Frapp\u00e9": "https://github.com/GradienceTeam/Community/raw/next/curated/catppuccin-frappe.json",
"Catppuccin Latte": "https://github.com/GradienceTeam/Community/raw/next/curated/catppuccin-latte.json",
"Crystal Clear": "https://github.com/GradienceTeam/Community/raw/next/curated/crystal-clear.json",
"CyberHack": "https://github.com/GradienceTeam/Community/raw/next/curated/cyberhack.json",
"Dracula": "https://github.com/GradienceTeam/Community/raw/next/curated/dracula.json",
"Dracula Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/dracula-dark.json",
"Everblush": "https://github.com/GradienceTeam/Community/raw/next/curated/everblush.json",
"Everforest Medium Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/everforest.json",
"Feren OS (2020)": "https://github.com/GradienceTeam/Community/raw/next/curated/feren-os-2020.json",
"Feren OS Dark (2020)": "https://github.com/GradienceTeam/Community/raw/next/curated/feren-os-dark-2020.json",
"Golden Foyer": "https://github.com/GradienceTeam/Community/raw/next/curated/golden-foyer.json",
"Gruvbox": "https://github.com/GradienceTeam/Community/raw/next/curated/gruvbox.json",
"Jungle Jaunt": "https://github.com/GradienceTeam/Community/raw/next/curated/jungle-jaunt.json",
"Kanagawa": "https://github.com/GradienceTeam/Community/raw/next/curated/kanagawa.json",
"Layan": "https://github.com/GradienceTeam/Community/raw/next/curated/layan.json",
"Layan Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/layan-dark.json",
"Matcha Sea": "https://github.com/GradienceTeam/Community/raw/next/curated/matcha-sea.json",
"Mica Blue Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/mica-blue.json",
"Nord": "https://github.com/GradienceTeam/Community/raw/next/curated/nord.json",
"Nord Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/nord-dark.json",
"Nord Light": "https://github.com/GradienceTeam/Community/raw/next/curated/nord-light.json",
"Nord Semi-Light": "https://github.com/GradienceTeam/Community/raw/next/curated/nord-semi-light.json",
"Norway": "https://github.com/GradienceTeam/Community/raw/next/curated/norway.json",
"One Dark Pro": "https://github.com/GradienceTeam/Community/raw/next/curated/one-dark-pro.json",
"Partii": "https://github.com/GradienceTeam/Community/raw/next/curated/partii.json",
"Pop": "https://github.com/GradienceTeam/Community/raw/next/curated/pop.json",
"Pop Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/pop-dark.json",
"Ros\u00e9 Pine": "https://github.com/GradienceTeam/Community/raw/next/curated/rose-pine.json",
"Ros\u00e9 Pine Dawn": "https://github.com/GradienceTeam/Community/raw/next/curated/rose-pine-dawn.json",
"Ros\u00e9 Pine Moon": "https://github.com/GradienceTeam/Community/raw/next/curated/rose-pine-moon.json",
"Solarized": "https://github.com/GradienceTeam/Community/raw/next/curated/solarized.json",
"Solarized Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/solarized-dark.json",
"SurGubbe": "https://github.com/GradienceTeam/Community/raw/next/curated/surgubbe.json",
"Synthwave": "https://github.com/GradienceTeam/Community/raw/next/curated/synthwave.json",
"Tango": "https://github.com/GradienceTeam/Community/raw/next/curated/tango.json",
"Ventura": "https://github.com/GradienceTeam/Community/raw/next/curated/ventura.json",
"Windows 95": "https://github.com/GradienceTeam/Community/raw/next/curated/windows-95.json",
"Pop Light": "https://github.com/GradienceTeam/Community/raw/next/curated/pop-light.json",
"Pop Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/pop-dark.json"
}
"Yaru": "https://github.com/GradienceTeam/Community/raw/next/curated/yaru.json",
"Yaru Bark": "https://github.com/GradienceTeam/Community/raw/next/curated/yaru-bark.json",
"Yaru Bark Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/yaru-bark-dark.json",
"Yaru Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/yaru-dark.json",
"Zenburn": "https://github.com/GradienceTeam/Community/raw/next/curated/zenburn.json",
"Zorin OS 16 Blue": "https://github.com/GradienceTeam/Community/raw/next/curated/zorin-os-16-blue.json",
"Zorin OS 16 Blue Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/zorin-os-16-blue-dark.json",
"Zorin OS 16 Green": "https://github.com/GradienceTeam/Community/raw/next/curated/zorin-os-16-green.json",
"Zorin OS 16 Green Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/zorin-os-16-green-dark.json",
"Zorin OS 16 Grey": "https://github.com/GradienceTeam/Community/raw/next/curated/zorin-os-16-grey.json",
"Zorin OS 16 Grey Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/zorin-os-16-grey-dark.json",
"Zorin OS 16 Orange": "https://github.com/GradienceTeam/Community/raw/next/curated/zorin-os-16-orange.json",
"Zorin OS 16 Orange Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/zorin-os-16-orange-dark.json",
"Zorin OS 16 Purple": "https://github.com/GradienceTeam/Community/raw/next/curated/zorin-os-16-purple.json",
"Zorin OS 16 Purple Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/zorin-os-16-purple-dark.json",
"Zorin OS 16 Red": "https://github.com/GradienceTeam/Community/raw/next/curated/zorin-os-16-red.json",
"Zorin OS 16 Red Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/zorin-os-16-red-dark.json"
}

File diff suppressed because one or more lines are too long

108
curated/adwaita-black.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Adwaita Black",
"variables": {
"accent_color": "#3584e4",
"accent_bg_color": "#1a5fb4",
"accent_fg_color": "#ffffff",
"destructive_color": "#e01b24",
"destructive_bg_color": "#a51d2d",
"destructive_fg_color": "#ffffff",
"success_color": "#33d17a",
"success_bg_color": "#26a269",
"success_fg_color": "#ffffff",
"warning_color": "#f6d32d",
"warning_bg_color": "#e5a50a",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "#ff7800",
"error_bg_color": "#c64600",
"error_fg_color": "#ffffff",
"window_bg_color": "#000000",
"window_fg_color": "#ffffff",
"view_bg_color": "#1e1e1e",
"view_fg_color": "#ffffff",
"headerbar_bg_color": "#1e1e1e",
"headerbar_fg_color": "#ffffff",
"headerbar_border_color": "#3d3846",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#ffffff",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#383838",
"dialog_fg_color": "#ffffff",
"popover_bg_color": "#1e1e1e",
"popover_fg_color": "#ffffff",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -101,7 +101,8 @@
}
},
"custom_css": {
"gtk4": "windowcontrols > button { /* GTK4 */\n color: transparent;\n min-width: 2px;\n min-height: 2px;\n border-radius: 100%;\n padding: 0;\n margin: 0 5px;\n}\n\nwindowcontrols > button > image {\n padding: 0;\n}\n\nbutton.titlebutton.close,\nwindowcontrols > button.close {\n background-color: #505050;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton.maximize,\nwindowcontrols > button.maximize {\n background-color: #505050;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton.minimize,\nwindowcontrols > button.minimize {\n background-color: #505050;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n opacity: 0.8;\n}",
"gtk3": "button.titlebutton { /* GTK3 */\n color: transparent;\n min-width: 18px;\n min-height: 18px;\n}\nbutton.titlebutton:backdrop {\n opacity: 0.5;\n}\n"
}
}
"gtk4": "/* GTK4 */\n\nwindowcontrols > button {\n color: transparent;\n min-width: 2px;\n min-height: 2px;\n border-radius: 100%;\n padding: 0;\n margin: 0 5px;\n}\n\nwindowcontrols > button > image {\n padding: 0;\n}\n\nbutton.titlebutton.close,\nwindowcontrols > button.close {\n background-color: #505050;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton.maximize,\nwindowcontrols > button.maximize {\n background-color: #505050;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton.minimize,\nwindowcontrols > button.minimize {\n background-color: #505050;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n opacity: 0.8;\n}",
"gtk3": "/* GTK3 */\n\nbutton.titlebutton {\n color: transparent;\n min-width: 2px;\n min-height: 2px;\n border-radius: 100%;\n padding: 0;\n margin: 0 5px;\n background-color: #505050;\n border: none;\n}\n\nbutton.titlebutton:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton image {\n padding: 0;\n}\n\nbutton.titlebutton.close,\nbutton.titlebutton.maximize,\nbutton.titlebutton.minimize {\n background-color: #505050;\n}\n\nbutton.titlebutton.close:hover,\nbutton.titlebutton.maximize:hover,\nbutton.titlebutton.minimize:hover {\n opacity: 0.8;\n}\n"
},
"plugins": {}
}

View file

@ -101,7 +101,8 @@
}
},
"custom_css": {
"gtk4": "\nwindowcontrols > button { /* GTK4 */\n color: transparent;\n min-width: 2px;\n min-height: 2px;\n border-radius: 100%;\n padding: 0;\n margin: 0 5px;\n}\n\nwindowcontrols > button > image {\n padding: 0;\n}\n\nbutton.titlebutton.close,\nwindowcontrols > button.close {\n background-color: #505050;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton.maximize,\nwindowcontrols > button.maximize {\n background-color: #505050;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton.minimize,\nwindowcontrols > button.minimize {\n background-color: #505050;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n opacity: 0.8;\n}",
"gtk3": "button.titlebutton { /* GTK3 */\n color: transparent;\n min-width: 18px;\n min-height: 18px;\n}\nbutton.titlebutton:backdrop {\n opacity: 0.5;\n}\n"
}
}
"gtk4": "/* GTK4 */\n\nwindowcontrols > button { /* GTK4 */\n color: transparent;\n min-width: 2px;\n min-height: 2px;\n border-radius: 100%;\n padding: 0;\n margin: 0 5px;\n}\n\nwindowcontrols > button > image {\n padding: 0;\n}\n\nbutton.titlebutton.close,\nwindowcontrols > button.close {\n background-color: #505050;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton.maximize,\nwindowcontrols > button.maximize {\n background-color: #505050;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton.minimize,\nwindowcontrols > button.minimize {\n background-color: #505050;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n opacity: 0.8;\n}",
"gtk3": "/* GTK3 */\n\nbutton.titlebutton {\n color: transparent;\n min-width: 2px;\n min-height: 2px;\n border-radius: 100%;\n padding: 0;\n margin: 0 5px;\n background-color: #505050;\n border: none;\n}\n\nbutton.titlebutton:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton image {\n padding: 0;\n}\n\nbutton.titlebutton.close,\nbutton.titlebutton.maximize,\nbutton.titlebutton.minimize {\n background-color: #505050;\n}\n\nbutton.titlebutton.close:hover,\nbutton.titlebutton.maximize:hover,\nbutton.titlebutton.minimize:hover {\n opacity: 0.8;\n}\n"
},
"plugins": {}
}

View file

@ -101,10 +101,8 @@
}
},
"custom_css": {
"gtk4": "windowcontrols > button { /* GTK4 */\n color: transparent;\n min-width: 2px;\n min-height: 2px;\n border-radius: 100%;\n padding: 0;\n margin: 0 5px;\n}\n\nwindowcontrols > button > image {\n padding: 0;\n}\n\nbutton.titlebutton.close,\nwindowcontrols > button.close {\n background-color: #fc5753;\n border: 1px solid #e04644;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n color: #7e0608;\n opacity: 0.8;\n}\n\nbutton.titlebutton.maximize,\nwindowcontrols > button.maximize {\n background-color: #33c848;\n border: 1px solid #3e9948;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n color: #0b650d;\n opacity: 0.8;\n}\n\nbutton.titlebutton.minimize,\nwindowcontrols > button.minimize {\n background-color: #ffba40;\n border: 1px solid #dd9d30;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n color: #9a5711;\n opacity: 0.8;\n}\n",
"gtk3": "button.titlebutton { /* GTK3 */\n color: transparent;\n min-width: 18px;\n min-height: 18px;\n}\nbutton.titlebutton:backdrop {\n opacity: 0.5;\n}"
"gtk4": "/* GTK4 */\n\nwindowcontrols > button {\n color: transparent;\n min-width: 2px;\n min-height: 2px;\n border-radius: 100%;\n padding: 0;\n margin: 0 5px;\n}\n\nwindowcontrols > button > image {\n padding: 0;\n}\n\nbutton.titlebutton.close,\nwindowcontrols > button.close {\n background-color: #fc5753;\n border: 1px solid #e04644;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n color: #7e0608;\n opacity: 0.8;\n}\n\nbutton.titlebutton.maximize,\nwindowcontrols > button.maximize {\n background-color: #33c848;\n border: 1px solid #3e9948;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n color: #0b650d;\n opacity: 0.8;\n}\n\nbutton.titlebutton.minimize,\nwindowcontrols > button.minimize {\n background-color: #ffba40;\n border: 1px solid #dd9d30;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n color: #9a5711;\n opacity: 0.8;\n}\n",
"gtk3": "/* GTK3 */\n\nbutton.titlebutton {\n color: transparent;\n min-width: 2px;\n min-height: 2px;\n border-radius: 100%;\n padding: 0;\n margin: 0 5px;\n background-color: transparent;\n border: none;\n}\n\nbutton.titlebutton:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton image {\n padding: 0;\n}\n\nbutton.titlebutton.close,\nbutton.titlebutton.maximize,\nbutton.titlebutton.minimize {\n background-color: transparent;\n border: 1px solid transparent;\n}\n\nbutton.titlebutton.close:hover,\nbutton.titlebutton.maximize:hover,\nbutton.titlebutton.minimize:hover {\n color: transparent;\n opacity: 0.8;\n}\n\nbutton.titlebutton.close {\n background-color: #fc5753;\n border-color: #e04644;\n}\n\nbutton.titlebutton.close:hover {\n color: #7e0608;\n}\n\nbutton.titlebutton.maximize {\n background-color: #33c848;\n border-color: #3e9948;\n}\n\nbutton.titlebutton.maximize:hover {\n color: #0b650d;\n}\n\nbutton.titlebutton.minimize {\n background-color: #ffba40;\n border-color: #dd9d30;\n}\n\nbutton.titlebutton.minimize:hover {\n color: #9a5711;\n}\n"
},
"plugins": {
"firefox_gnome_theme": null
}
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Alpha Tritanopia",
"variables": {
"accent_color": "rgb(31,111,235)",
"accent_bg_color": "rgb(31,111,235)",
"accent_fg_color": "#ffffff",
"destructive_color": "#ff7b63",
"destructive_bg_color": "#c01c28",
"destructive_fg_color": "#ffffff",
"success_color": "#8ff0a4",
"success_bg_color": "#26a269",
"success_fg_color": "#ffffff",
"warning_color": "#f8e45c",
"warning_bg_color": "#cd9309",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "#ff7b63",
"error_bg_color": "#c01c28",
"error_fg_color": "#ffffff",
"window_bg_color": "rgb(13,17,23)",
"window_fg_color": "rgb(248,248,242)",
"view_bg_color": "rgb(13,17,23)",
"view_fg_color": "rgb(248,248,242)",
"headerbar_bg_color": "rgb(13,17,23)",
"headerbar_fg_color": "rgb(248,248,242)",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgb(22,27,34)",
"card_fg_color": "rgb(248,248,242)",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "rgb(22,27,34)",
"dialog_fg_color": "rgb(248,248,242)",
"popover_bg_color": "rgb(22,27,34)",
"popover_fg_color": "rgb(248,248,242)",
"shade_color": "rgba(0,0,0,0.36)",
"scrollbar_outline_color": "rgba(0,0,0,0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "/* GTK4 */\n\nwindowcontrols > button {\n color: transparent;\n min-width: 2px;\n min-height: 2px;\n border-radius: 100%;\n padding: 0;\n margin: 0 5px;\n}\n\nwindowcontrols > button > image {\n padding: 0;\n}\n\nbutton.titlebutton.close,\nwindowcontrols > button.close {\n background-color: #474b52;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton.maximize,\nwindowcontrols > button.maximize {\n background-color: #474b52;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton.minimize,\nwindowcontrols > button.minimize {\n background-color: #474b52;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n opacity: 0.8;\n}",
"gtk3": "/* GTK3 */\n\nbutton.titlebutton {\n color: transparent;\n min-width: 2px;\n min-height: 2px;\n border-radius: 100%;\n padding: 0;\n margin: 0 5px;\n background-color: transparent;\n border: none;\n}\n\nbutton.titlebutton:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton image {\n padding: 0;\n}\n\nbutton.titlebutton.close,\nbutton.titlebutton.maximize,\nbutton.titlebutton.minimize {\n background-color: #474b52;\n border: none;\n}\n\nbutton.titlebutton.close:hover,\nbutton.titlebutton.maximize:hover,\nbutton.titlebutton.minimize:hover {\n opacity: 0.8;\n}\n"
},
"plugins": {}
}

106
curated/apprentice.json Normal file
View file

@ -0,0 +1,106 @@
{
"name": "Apprentice",
"variables": {
"accent_color": "rgb(166, 170, 241)",
"accent_bg_color": "rgb(39, 67, 199)",
"accent_fg_color": "rgb(219, 219, 219)",
"destructive_color": "rgb(220, 121, 116)",
"destructive_bg_color": "rgb(180, 60, 41)",
"destructive_fg_color": "rgb(219, 219, 219)",
"success_color": "rgb(87, 230, 144)",
"success_bg_color": "rgb(0, 194, 0)",
"success_fg_color": "rgb(219, 219, 219)",
"warning_color": "rgb(236, 225, 0)",
"warning_bg_color": "rgb(199, 196, 0)",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "rgb(220, 121, 116)",
"error_bg_color": "rgb(180, 60, 41)",
"error_fg_color": "rgb(219, 219, 219)",
"window_bg_color": "rgb(20, 25, 30)",
"window_fg_color": "rgb(219, 219, 219)",
"view_bg_color": "rgb(20, 25, 30)",
"view_fg_color": "rgb(219, 219, 219)",
"headerbar_bg_color": "rgb(20, 25, 30)",
"headerbar_fg_color": "rgb(219, 219, 219)",
"headerbar_border_color": "rgb(219, 219, 219)",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "rgb(219, 219, 219)",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "rgb(20, 25, 31)",
"dialog_fg_color": "rgb(219, 219, 219)",
"popover_bg_color": "rgb(20, 25, 30)",
"popover_fg_color": "rgb(219, 219, 219)",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#fff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000"
}
},
"custom_css": {
"gtk4": ""
},
"plugins": {}
}

File diff suppressed because one or more lines are too long

108
curated/breeze-dark.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Breeze Dark",
"variables": {
"accent_color": "#3daee9",
"accent_bg_color": "#3daee9",
"accent_fg_color": "#ffffff",
"destructive_color": "#da4453",
"destructive_bg_color": "#da4453",
"destructive_fg_color": "#ffffff",
"success_color": "#27ae60",
"success_bg_color": "#27ae60",
"success_fg_color": "#ffffff",
"warning_color": "#f67400",
"warning_bg_color": "#f67400",
"warning_fg_color": "#ffffff",
"error_color": "#da4453",
"error_bg_color": "#da4453",
"error_fg_color": "#ffffff",
"window_bg_color": "#2a2e32",
"window_fg_color": "#fcfcfc",
"view_bg_color": "#1b1e20",
"view_fg_color": "#fcfcfc",
"headerbar_bg_color": "#31363b",
"headerbar_fg_color": "#fcfcfc",
"headerbar_border_color": "#fcfcfc",
"headerbar_backdrop_color": "#2a2e32",
"headerbar_shade_color": "rgba(255, 255, 255, 0.09)",
"card_bg_color": "#1b1e20",
"card_fg_color": "#fcfcfc",
"card_shade_color": "rgba(255, 255, 255, 0.09)",
"dialog_bg_color": "#2a2e32",
"dialog_fg_color": "#fcfcfc",
"popover_bg_color": "#1b1e20",
"popover_fg_color": "#fcfcfc",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

108
curated/breeze-light.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Breeze Light",
"variables": {
"accent_color": "#3daee9",
"accent_bg_color": "#3daee9",
"accent_fg_color": "#ffffff",
"destructive_color": "#da4453",
"destructive_bg_color": "#da4453",
"destructive_fg_color": "#ffffff",
"success_color": "#27ae60",
"success_bg_color": "#27ae60",
"success_fg_color": "#ffffff",
"warning_color": "#f67400",
"warning_bg_color": "#f67400",
"warning_fg_color": "#ffffff",
"error_color": "#da4453",
"error_bg_color": "#da4453",
"error_fg_color": "#ffffff",
"window_bg_color": "#eff0f1",
"window_fg_color": "#232629",
"view_bg_color": "#ffffff",
"view_fg_color": "#232629",
"headerbar_bg_color": "#dee0e2",
"headerbar_fg_color": "#232629",
"headerbar_border_color": "#232629",
"headerbar_backdrop_color": "#eff0f1",
"headerbar_shade_color": "rgba(0, 0, 0, 0.09)",
"card_bg_color": "#ffffff",
"card_fg_color": "#232629",
"card_shade_color": "rgba(0, 0, 0, 0.09)",
"dialog_bg_color": "#eff0f1",
"dialog_fg_color": "#232629",
"popover_bg_color": "#ffffff",
"popover_fg_color": "#232629",
"shade_color": "rgba(0, 0, 0, 0.09)",
"scrollbar_outline_color": "#ffffff"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

107
curated/canta-dark.json Normal file
View file

@ -0,0 +1,107 @@
{
"name": "Canta Dark",
"variables": {
"accent_color": "#00ffbd",
"accent_bg_color": "#00b788",
"accent_fg_color": "#fff",
"destructive_color": "#ff7b63",
"destructive_bg_color": "#c01c28",
"destructive_fg_color": "#fff",
"success_color": "#8ff0a4",
"success_bg_color": "#26a269",
"success_fg_color": "#fff",
"warning_color": "#f8e45c",
"warning_bg_color": "#cd9309",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "#ff7b63",
"error_bg_color": "#c01c28",
"error_fg_color": "#fff",
"window_bg_color": "#343938",
"window_fg_color": "#fff",
"view_bg_color": "#3f4544",
"view_fg_color": "#fff",
"headerbar_bg_color": "#3b4342",
"headerbar_fg_color": "#fff",
"headerbar_border_color": "#fff",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#fff",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "rgb(60,66,65)",
"dialog_fg_color": "#fff",
"popover_bg_color": "rgb(63, 69, 68)",
"popover_fg_color": "#fff",
"shade_color": "#383838",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#fff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -1,5 +1,5 @@
{
"name": "Catppuccin-frappe",
"name": "Catppuccin Frappé",
"variables": {
"accent_color": "rgb(140, 170, 238)",
"accent_bg_color": "rgb(140, 170, 238)",

View file

@ -1,5 +1,5 @@
{
"name": "Catppuccin-latte",
"name": "Catppuccin Latte",
"variables": {
"accent_color": "#1e66f5",
"accent_bg_color": "#1e66f5",
@ -104,4 +104,4 @@
"gtk4": "",
"gtk3": ""
}
}
}

View file

@ -104,4 +104,4 @@
"gtk4": "",
"gtk3": ""
}
}
}

148
curated/dracula-dark.json Normal file
View file

@ -0,0 +1,148 @@
{
"name": "Dracula Dark",
"variables": {
"accent_color": "#bd93f9",
"accent_bg_color": "#bd93f9",
"accent_fg_color": "#f8f8f2",
"destructive_color": "#ff5555",
"destructive_bg_color": "#ff5555",
"destructive_fg_color": "#f8f8f2",
"success_color": "#50fa7b",
"success_bg_color": "#50fa7b",
"success_fg_color": "#f8f8f2",
"warning_color": "#f1fa8c",
"warning_bg_color": "#f1fa8c",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "#ff5555",
"error_bg_color": "#ff5555",
"error_fg_color": "#f8f8f2",
"window_bg_color": "#282a36",
"window_fg_color": "#f8f8f2",
"view_bg_color": "#282a36",
"view_fg_color": "#f8f8f2",
"headerbar_bg_color": "#282a36",
"headerbar_fg_color": "#f8f8f2",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#f8f8f2",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#282a36",
"dialog_fg_color": "#f8f8f2",
"popover_bg_color": "#282a36",
"popover_fg_color": "#f8f8f2",
"shade_color": "#383838",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)",
"green_1": "#8ff0a4",
"green_2": "#57e389",
"green_3": "#33d17a",
"green_4": "#2ec27e",
"green_5": "#26a269",
"yellow_1": "#f9f06b",
"yellow_2": "#f8e45c",
"yellow_3": "#f6d32d",
"yellow_4": "#f5c211",
"yellow_5": "#e5a50a",
"orange_1": "#ffbe6f",
"orange_2": "#ffa348",
"orange_3": "#ff7800",
"orange_4": "#e66100",
"orange_5": "#c64600",
"red_1": "#f66151",
"red_2": "#ed333b",
"red_3": "#e01b24",
"red_4": "#c01c28",
"red_5": "#a51d2d",
"purple_1": "#dc8add",
"purple_2": "#c061cb",
"purple_3": "#9141ac",
"purple_4": "#813d9c",
"purple_5": "#613583",
"brown_1": "#cdab8f",
"brown_2": "#b5835a",
"brown_3": "#986a44",
"brown_4": "#865e3c",
"brown_5": "#63452c",
"light_1": "#ffffff",
"light_2": "#f6f5f4",
"light_3": "#deddda",
"light_4": "#c0bfbc",
"light_5": "#9a9996",
"dark_1": "#77767b",
"dark_2": "#5e5c64",
"dark_3": "#3d3846",
"dark_4": "#241f31",
"dark_5": "#000000"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -104,4 +104,4 @@
"gtk4": "",
"gtk3": ""
}
}
}

108
curated/everblush.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Everblush",
"variables": {
"accent_color": "#67b0e8",
"accent_bg_color": "#354146",
"accent_fg_color": "#dadada",
"destructive_color": "#ff7b63",
"destructive_bg_color": "#e57474",
"destructive_fg_color": "#dadada",
"success_color": "#8ff0a4",
"success_bg_color": "#8ccf7e",
"success_fg_color": "#dadada",
"warning_color": "#f8e45c",
"warning_bg_color": "#e5c76b",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "#ff7b63",
"error_bg_color": "#e57474",
"error_fg_color": "#ffffff",
"window_bg_color": "#141b1e",
"window_fg_color": "#dadada",
"view_bg_color": "#232a2d",
"view_fg_color": "#dadada",
"headerbar_bg_color": "#141b1e",
"headerbar_fg_color": "#dadada",
"headerbar_border_color": "#dadada",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#dadada",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#141b1e",
"dialog_fg_color": "#dadada",
"popover_bg_color": "#141b1e",
"popover_fg_color": "#dadada",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
"1": "rgb(153,193,241)",
"2": "rgb(98,160,234)",
"3": "rgb(103,176,232)",
"4": "rgb(28,113,216)",
"5": "rgb(26,95,180)"
},
"green_": {
"1": "rgb(143,240,164)",
"2": "rgb(87,227,137)",
"3": "rgb(140,207,126)",
"4": "rgb(46,194,126)",
"5": "rgb(38,162,105)"
},
"yellow_": {
"1": "rgb(249,240,107)",
"2": "rgb(248,228,92)",
"3": "rgb(229,199,107)",
"4": "rgb(245,194,17)",
"5": "rgb(229,165,10)"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "rgb(246,97,81)",
"2": "rgb(237,51,59)",
"3": "rgb(229,116,116)",
"4": "rgb(192,28,40)",
"5": "rgb(165,29,45)"
},
"purple_": {
"1": "rgb(220,138,221)",
"2": "rgb(192,97,203)",
"3": "rgb(196,127,213)",
"4": "rgb(129,61,156)",
"5": "rgb(97,53,131)"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "rgb(255,255,255)",
"2": "rgb(246,245,244)",
"3": "rgb(218,218,218)",
"4": "rgb(192,191,188)",
"5": "rgb(154,153,150)"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

108
curated/everforest.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Everforest Medium Dark",
"variables": {
"accent_color": "#7fbbb3",
"accent_bg_color": "#7fbbb3",
"accent_fg_color": "#2b3339",
"destructive_color": "#e76e80",
"destructive_bg_color": "#e76e80",
"destructive_fg_color": "#2b3339",
"success_color": "#a7c080",
"success_bg_color": "#a7c080",
"success_fg_color": "#2b3339",
"warning_color": "#ddbc7f",
"warning_bg_color": "#ddbc7f",
"warning_fg_color": "#2b3339",
"error_color": "#e76e80",
"error_bg_color": "#e76e80",
"error_fg_color": "#2b3339",
"window_bg_color": "#2b3339",
"window_fg_color": "#d3c6aa",
"view_bg_color": "#2b3339",
"view_fg_color": "#d3c6aa",
"headerbar_bg_color": "#2b3339",
"headerbar_fg_color": "#d3c6aa",
"headerbar_border_color": "#d3c6aa",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#d3c6aa",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#2b3339",
"dialog_fg_color": "#d3c6aa",
"popover_bg_color": "#2b3339",
"popover_fg_color": "#d3c6aa",
"shade_color": "rgba(0,0,0,0.36)",
"scrollbar_outline_color": "rgba(0,0,0,0.5)"
},
"palette": {
"blue_": {
"1": "rgb(191,221,217)",
"2": "rgb(155,202,196)",
"3": "rgb(127,187,179)",
"4": "rgb(98,172,162)",
"5": "rgb(78,148,138)"
},
"green_": {
"1": "rgb(211,223,191)",
"2": "rgb(186,206,156)",
"3": "rgb(167,192,128)",
"4": "rgb(146,177,98)",
"5": "rgb(124,154,76)"
},
"yellow_": {
"1": "rgb(237,221,191)",
"2": "rgb(227,203,155)",
"3": "rgb(219,188,127)",
"4": "rgb(208,168,89)",
"5": "rgb(194,147,55)"
},
"orange_": {
"1": "rgb(240,206,191)",
"2": "rgb(232,179,156)",
"3": "rgb(225,157,128)",
"4": "rgb(216,126,88)",
"5": "rgb(206,96,49)"
},
"red_": {
"1": "rgb(242,190,191)",
"2": "rgb(235,154,156)",
"3": "rgb(230,126,128)",
"4": "rgb(222,84,87)",
"5": "rgb(214,42,46)"
},
"purple_": {
"1": "rgb(234,204,218)",
"2": "rgb(223,175,198)",
"3": "rgb(214,153,182)",
"4": "rgb(199,116,156)",
"5": "rgb(185,80,130)"
},
"brown_": {
"1": "rgb(211,173,126)",
"2": "rgb(202,166,121)",
"3": "rgb(183,150,109)",
"4": "rgb(164,134,98)",
"5": "rgb(138,113,81)"
},
"light_": {
"1": "rgb(233,226,212)",
"2": "rgb(221,211,189)",
"3": "rgb(211,198,170)",
"4": "rgb(193,174,135)",
"5": "rgb(175,151,100)"
},
"dark_": {
"1": "rgb(161,172,178)",
"2": "rgb(109,125,134)",
"3": "rgb(75,86,92)",
"4": "rgb(65,74,79)",
"5": "rgb(54,62,66)"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

108
curated/feren-os-2020.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Feren OS (2020)",
"variables": {
"accent_color": "#006aff",
"accent_bg_color": "#006aff",
"accent_fg_color": "#ffffff",
"destructive_color": "#dc293b",
"destructive_bg_color": "#dc293b",
"destructive_fg_color": "#ffffff",
"success_color": "#169c39",
"success_bg_color": "#169c39",
"success_fg_color": "#ffffff",
"warning_color": "#e36b1a",
"warning_bg_color": "#e36b1a",
"warning_fg_color": "#ffffff",
"error_color": "#dc293b",
"error_bg_color": "#dc293b",
"error_fg_color": "#ffffff",
"window_bg_color": "#dcdcdc",
"window_fg_color": "#000000",
"view_bg_color": "#f1f1f1",
"view_fg_color": "#000000",
"headerbar_bg_color": "#dcdcdc",
"headerbar_fg_color": "#000000",
"headerbar_border_color": "#000000",
"headerbar_backdrop_color": "#dcdcdc",
"headerbar_shade_color": "rgba(0, 0, 0, 0.19)",
"card_bg_color": "#f1f1f1",
"card_fg_color": "#000000",
"card_shade_color": "rgba(0, 0, 0, 0.19)",
"dialog_bg_color": "#dcdcdc",
"dialog_fg_color": "#000000",
"popover_bg_color": "#f1f1f1",
"popover_fg_color": "#000000",
"shade_color": "rgba(0, 0, 0, 0.19)",
"scrollbar_outline_color": "#ffffff"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Feren OS Dark (2020)",
"variables": {
"accent_color": "#006aff",
"accent_bg_color": "#006aff",
"accent_fg_color": "#ffffff",
"destructive_color": "#cf2737",
"destructive_bg_color": "#cf2737",
"destructive_fg_color": "#ffffff",
"success_color": "#169137",
"success_bg_color": "#169137",
"success_fg_color": "#ffffff",
"warning_color": "#e36b1a",
"warning_bg_color": "#e36b1a",
"warning_fg_color": "#ffffff",
"error_color": "#cf2737",
"error_bg_color": "#cf2737",
"error_fg_color": "#ffffff",
"window_bg_color": "#222222",
"window_fg_color": "#ffffff",
"view_bg_color": "#323232",
"view_fg_color": "#ffffff",
"headerbar_bg_color": "#222222",
"headerbar_fg_color": "#ffffff",
"headerbar_border_color": "#000000",
"headerbar_backdrop_color": "#222222",
"headerbar_shade_color": "rgba(0, 0, 0, 0.19)",
"card_bg_color": "#323232",
"card_fg_color": "#ffffff",
"card_shade_color": "rgba(0, 0, 0, 0.19)",
"dialog_bg_color": "#222222",
"dialog_fg_color": "#ffffff",
"popover_bg_color": "#323232",
"popover_fg_color": "#ffffff",
"shade_color": "rgba(0, 0, 0, 0.19)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

108
curated/golden-foyer.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Golden Foyer",
"variables": {
"accent_color": "#F28705",
"accent_bg_color": "#fa9417",
"accent_fg_color": "#fff6e7",
"destructive_color": "#BB4CFF",
"destructive_bg_color": "#7F00CC",
"destructive_fg_color": "#f8edff",
"success_color": "#75a534",
"success_bg_color": "#218521",
"success_fg_color": "#f1fbe4",
"warning_color": "#fb6449",
"warning_bg_color": "#7f110f",
"warning_fg_color": "rgba(1,52,53,0.293333)",
"error_color": "#7d4bba",
"error_bg_color": "#593b7d",
"error_fg_color": "#ffffff",
"window_bg_color": "#242424",
"window_fg_color": "#ffffff",
"view_bg_color": "#1B1B1B",
"view_fg_color": "#ffffff",
"headerbar_bg_color": "#303030",
"headerbar_fg_color": "#ffffff",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0,0,0,0.75)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#ffffff",
"card_shade_color": "rgba(0,0,0,0.75)",
"dialog_bg_color": "#383838",
"dialog_fg_color": "#ffffff",
"popover_bg_color": "#383838",
"popover_fg_color": "#ffffff",
"shade_color": "rgba(0,0,0,0.75)",
"scrollbar_outline_color": "#000000"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "/* Window controls - \"Alpha Tritanopia\" used as template */\n\nwindowcontrols > button {\n\tcolor: transparent;\n\tmin-width: 25px;\n\tmin-height: 25px;\n\tborder-radius: 100%;\n\tpadding: 0;\n\tmargin: 4px;\n}\n\nwindowcontrols > button > image {\n\tpadding: 5px;\n}\n\nbutton.titlebutton.close,\nwindowcontrols > button.close {\n\tcolor: rgba(255, 255, 255, 0.35);\n\tbackground-color: #505050;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n\tcolor: transparent;\n\tbackground-color: @warning_color;\n}\n\nbutton.titlebutton.maximize,\nwindowcontrols > button.maximize {\n\tcolor: rgba(255, 255, 255, 0.35);\n\tbackground-color: #505050;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n\tcolor: transparent;\n\tbackground-color: @accent_color;\n}\n\nbutton.titlebutton.minimize,\nwindowcontrols > button.minimize {\n\tcolor: rgba(255, 255, 255, 0.35);\n\tbackground-color: #505050;\n\tmargin-left: 12px;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n\tcolor: transparent;\n\tbackground-color: @success_color;\n}\n\n/* Control widgets - \"Pop Dark\" used as template */\n\nswitch slider {\n\tbackground-color: #363636;\n}\n\n/* Viewswitcher - \"Pop Dark\" used as template */\n\nviewswitcher button.flat.horizontal.toggle {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\nviewswitcher button.flat.horizontal.toggle:hover {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px darker(@headerbar_bg_color);\n}\n\nviewswitcher button.flat.horizontal.toggle:checked {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\n/* Viewswitcher bottom - \"Pop Dark\" used as template */\nrevealer viewswitcher.narrow button.flat.vertical.toggle {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\nrevealer viewswitcher.narrow button.flat.vertical.toggle:hover {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px 4px darker(@headerbar_bg_color);\n}\n\nrevealer viewswitcher.narrow button.flat.vertical.toggle:checked {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px 4px @accent_bg_color;\n}\n",
"gtk3": ""
},
"plugins": {}
}

107
curated/kanagawa.json Normal file
View file

@ -0,0 +1,107 @@
{
"name": "Kanagawa",
"variables": {
"accent_color": "#7AA89F",
"accent_bg_color": "#6A9589",
"accent_fg_color": "#DCD7BA",
"destructive_color": "#E82424",
"destructive_bg_color": "#C34043",
"destructive_fg_color": "#DCD7BA",
"success_color": "#98BB6C",
"success_bg_color": "#76946A",
"success_fg_color": "#DCD7BA",
"warning_color": "#E6C384",
"warning_bg_color": "#C0A36E",
"warning_fg_color": "#DCD7BA",
"error_color": "#E82424",
"error_bg_color": "#C34043",
"error_fg_color": "#DCD7BA",
"window_bg_color": "#1F1F28",
"window_fg_color": "#DCD7BA",
"view_bg_color": "#1F1F28",
"view_fg_color": "#DCD7BA",
"headerbar_bg_color": "#2A2A37",
"headerbar_fg_color": "#DCD7BA",
"headerbar_border_color": "rgba(0, 0, 0, 0.1)",
"headerbar_backdrop_color": "#1F1F28",
"headerbar_shade_color": "rgba(0, 0, 0, 0.07)",
"card_bg_color": "#363646",
"card_fg_color": "#DCD7BA",
"card_shade_color": "rgba(0, 0, 0, 0.07)",
"dialog_bg_color": "#54546D",
"dialog_fg_color": "#DCD7BA",
"popover_bg_color": "#54546D",
"popover_fg_color": "#DCD7BA",
"shade_color": "#DCD7BA",
"scrollbar_outline_color": "#DCD7BA"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#fff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
}
}

View file

@ -1,5 +1,5 @@
{
"name": "Layan Light",
"name": "Layan",
"variables": {
"accent_color": "#868bf5",
"accent_bg_color": "#5657f5",

108
curated/matcha-sea.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Matcha Sea",
"variables": {
"accent_color": "#279780",
"accent_bg_color": "#2eb398",
"accent_fg_color": "#ffffff",
"destructive_color": "#d53e3e",
"destructive_bg_color": "#db5b5b",
"destructive_fg_color": "#ffffff",
"success_color": "#279780",
"success_bg_color": "#2eb398",
"success_fg_color": "#ffffff",
"warning_color": "#f06213",
"warning_bg_color": "#F27835",
"warning_fg_color": "#ffffff",
"error_color": "#fb1f15",
"error_bg_color": "#FC4138",
"error_fg_color": "#ffffff",
"window_bg_color": "#f7f7f7",
"window_fg_color": "#273134",
"view_bg_color": "#ffffff",
"view_fg_color": "#303d41",
"headerbar_bg_color": "#1b2224",
"headerbar_fg_color": "#c6cdcb",
"headerbar_border_color": "#121718",
"headerbar_backdrop_color": "#1b2224",
"headerbar_shade_color": "rgba(0, 0, 0, 0.07)",
"card_bg_color": "#ffffff",
"card_fg_color": "#273134",
"card_shade_color": "rgba(0, 0, 0, 0.07)",
"dialog_bg_color": "#f7f7f7",
"dialog_fg_color": "#273134",
"popover_bg_color": "#ffffff",
"popover_fg_color": "#303d41",
"shade_color": "rgba(0, 0, 0, 0.35)",
"scrollbar_outline_color": "#ffffff"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "windowcontrols image {\n background-color: transparent;\n}\nwindowcontrols image:hover {\n background-color: alpha(@headerbar_fg_color, 0.16);\n}\nwindowcontrols image:active {\n background-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar windowcontrols button.close image {\n background-color: #cc575d;\n color: @headerbar_bg_color;\n}\nheaderbar windowcontrols button.close image:hover {\n background-color: #d7787d;\n}\nheaderbar windowcontrols button.close image:active {\n background-color: #be3841;\n}\nswitch slider {\n background-color: #f6f6f6;\n}\nswitch {\n background-color: #a9a9a9;\n}\nswitch:checked {\n background-color: @accent_bg_color;\n}\ncheckbutton check:checked {\n color: #363636;\n background-color:@accent_bg_color;\n}\nscale highlight {\n background-color: @accent_color;\n}\nscale slider {\n background-color: @accent_color;\n}\nlist row.activatable:selected {\n color: @accent_fg_color;\n background-color: @accent_bg_color;\n}\nwindow {\n border-radius: 5px;\n}",
"gtk3": ""
},
"plugins": {}
}

110
curated/mica-blue.json Normal file
View file

@ -0,0 +1,110 @@
{
"name": "Mica Blue Dark",
"variables": {
"accent_color": "#4796d4",
"accent_bg_color": "#0078d4",
"accent_fg_color": "#ffffff",
"destructive_color": "#ff7b63",
"destructive_bg_color": "#c01c28",
"destructive_fg_color": "#ffffff",
"success_color": "#8ff0a4",
"success_bg_color": "#26a269",
"success_fg_color": "#ffffff",
"warning_color": "#f8e45c",
"warning_bg_color": "#cd9309",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "#ff7b63",
"error_bg_color": "#c01c28",
"error_fg_color": "#ffffff",
"window_bg_color": "#1a1F35",
"window_fg_color": "#fdfeff",
"view_bg_color": "#1a1F35",
"view_fg_color": "#ffffff",
"headerbar_bg_color": "#1a1F35",
"headerbar_fg_color": "#ffffff",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "#241f31",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#ffffff",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#1a1F35",
"dialog_fg_color": "#ffffff",
"popover_bg_color": "#1a1F35",
"popover_fg_color": "#ffffff",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)",
"thumbnail_bg_color": "#1a1F35",
"thumbnail_fg_color": "#ffffff"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

107
curated/nord-dark.json Normal file
View file

@ -0,0 +1,107 @@
{
"name": "Nord Dark",
"variables": {
"accent_color": "rgb(136,192,208)",
"accent_bg_color": "rgb(136,192,208)",
"accent_fg_color": "rgb(46,52,64)",
"destructive_color": "rgb(208,135,112)",
"destructive_bg_color": "rgb(208,135,112)",
"destructive_fg_color": "rgb(46,52,64)",
"success_color": "rgb(163,190,140)",
"success_bg_color": "rgb(163,190,140)",
"success_fg_color": "rgb(46,52,64)",
"warning_color": "rgb(235,203,139)",
"warning_bg_color": "rgb(235,203,139)",
"warning_fg_color": "rgb(46,52,64)",
"error_color": "rgb(191,97,106)",
"error_bg_color": "rgb(191,97,106)",
"error_fg_color": "rgb(46,52,64)",
"window_bg_color": "rgb(46,52,64)",
"window_fg_color": "rgb(236,239,244)",
"view_bg_color": "rgb(59,66,82)",
"view_fg_color": "rgb(236,239,244)",
"headerbar_bg_color": "rgb(59,66,82)",
"headerbar_fg_color": "rgb(236,239,244)",
"headerbar_border_color": "rgb(59,66,82)",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgb(59,66,82)",
"card_bg_color": "rgb(46,52,64)",
"card_fg_color": "rgb(236,239,244)",
"card_shade_color": "rgb(59,66,82)",
"dialog_bg_color": "rgb(67,76,94)",
"dialog_fg_color": "rgb(236,239,244)",
"popover_bg_color": "rgb(67,76,94)",
"popover_fg_color": "rgb(236,239,244)",
"shade_color": "rgb(59,66,82)",
"scrollbar_outline_color": "rgb(229,233,240)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
}
}

107
curated/nord-light.json Normal file
View file

@ -0,0 +1,107 @@
{
"name": "Nord Light",
"variables": {
"accent_color": "rgb(94,129,172)",
"accent_bg_color": "rgb(136,192,208)",
"accent_fg_color": "rgb(46,52,64)",
"destructive_color": "rgb(208,135,112)",
"destructive_bg_color": "rgb(208,135,112)",
"destructive_fg_color": "rgb(46,52,64)",
"success_color": "rgb(163,190,140)",
"success_bg_color": "rgb(163,190,140)",
"success_fg_color": "rgb(46,52,64)",
"warning_color": "rgb(235,203,139)",
"warning_bg_color": "rgb(235,203,139)",
"warning_fg_color": "rgb(46,52,64)",
"error_color": "rgb(191,97,106)",
"error_bg_color": "rgb(191,97,106)",
"error_fg_color": "rgb(46,52,64)",
"window_bg_color": "rgb(236,239,244)",
"window_fg_color": "rgb(46,52,64)",
"view_bg_color": "rgb(216,222,233)",
"view_fg_color": "#000000",
"headerbar_bg_color": "rgb(229,233,240)",
"headerbar_fg_color": "rgb(46,52,64)",
"headerbar_border_color": "rgb(216,222,233)",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgb(216,222,233)",
"card_bg_color": "rgb(250,250,250)",
"card_fg_color": "rgb(46,52,64)",
"card_shade_color": "rgb(216,222,233)",
"dialog_bg_color": "rgb(216,222,233)",
"dialog_fg_color": "rgb(46,52,64)",
"popover_bg_color": "rgb(216,222,233)",
"popover_fg_color": "rgb(46,52,64)",
"shade_color": "rgb(216,222,233)",
"scrollbar_outline_color": "rgb(76,86,106)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
}
}

View file

@ -0,0 +1,107 @@
{
"name": "Nord Semi-Light",
"variables": {
"accent_color": "rgb(94,129,172)",
"accent_bg_color": "rgb(136,192,208)",
"accent_fg_color": "rgb(46,52,64)",
"destructive_color": "rgb(208,135,112)",
"destructive_bg_color": "rgb(208,135,112)",
"destructive_fg_color": "rgb(46,52,64)",
"success_color": "rgb(163,190,140)",
"success_bg_color": "rgb(163,190,140)",
"success_fg_color": "rgb(46,52,64)",
"warning_color": "rgb(235,203,139)",
"warning_bg_color": "rgb(235,203,139)",
"warning_fg_color": "rgb(46,52,64)",
"error_color": "rgb(191,97,106)",
"error_bg_color": "rgb(191,97,106)",
"error_fg_color": "rgb(46,52,64)",
"window_bg_color": "rgb(216,222,233)",
"window_fg_color": "rgb(46,52,64)",
"view_bg_color": "rgb(236,239,244)",
"view_fg_color": "#000000",
"headerbar_bg_color": "rgb(229,233,240)",
"headerbar_fg_color": "rgb(46,52,64)",
"headerbar_border_color": "rgb(236,239,244)",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgb(236,239,244)",
"card_bg_color": "rgb(250,250,250)",
"card_fg_color": "rgb(46,52,64)",
"card_shade_color": "rgb(236,239,244)",
"dialog_bg_color": "rgb(216,222,233)",
"dialog_fg_color": "rgb(46,52,64)",
"popover_bg_color": "rgb(236,239,244)",
"popover_fg_color": "rgb(46,52,64)",
"shade_color": "rgb(236,239,244)",
"scrollbar_outline_color": "rgb(76,86,106)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
}
}

108
curated/norway.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Norway",
"variables": {
"accent_color": "#1d84cd",
"accent_bg_color": "#1d84cd",
"accent_fg_color": "#ffffff",
"destructive_color": "#e85752",
"destructive_bg_color": "#e85752",
"destructive_fg_color": "#ffffff",
"success_color": "#78b753",
"success_bg_color": "#78b753",
"success_fg_color": "#ffffff",
"warning_color": "#e3aa00",
"warning_bg_color": "#e3aa00",
"warning_fg_color": "#ffffff",
"error_color": "#e85752",
"error_bg_color": "#e85752",
"error_fg_color": "#ffffff",
"window_bg_color": "#ebe2d2",
"window_fg_color": "#000000",
"view_bg_color": "#fdfcfa",
"view_fg_color": "#000000",
"headerbar_bg_color": "#1d87cd",
"headerbar_fg_color": "#ffffff",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "#807060",
"headerbar_shade_color": "rgba(0, 0, 0, 0.09)",
"card_bg_color": "#fdfcfa",
"card_fg_color": "#000000",
"card_shade_color": "rgba(0, 0, 0, 0.09)",
"dialog_bg_color": "#ebe2d2",
"dialog_fg_color": "#000000",
"popover_bg_color": "#fdfcfa",
"popover_fg_color": "#000000",
"shade_color": "rgba(0, 0, 0, 0.09)",
"scrollbar_outline_color": "#ffffff"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "headerbar button.suggested-action:not(:backdrop) {\n\tbackground-color: mix(@accent_fg_color, transparent, 0.9);\n}",
"gtk3": "headerbar button.suggested-action:not(:backdrop) {\n\tbackground-color: mix(@accent_fg_color, transparent, 0.9);\n}"
},
"plugins": {}
}

108
curated/partii.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Partii",
"variables": {
"accent_color": "#ffb876",
"accent_bg_color": "#e49b55",
"accent_fg_color": "#ffffff",
"destructive_color": "#EF9A9A",
"destructive_bg_color": "#EF5350",
"destructive_fg_color": "#FFFFFF",
"success_color": "#A5D6A7",
"success_bg_color": "#66BB6A",
"success_fg_color": "rgba(0, 0, 0, 0.8)",
"warning_color": "#FFF59D",
"warning_bg_color": "#FFEE58",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "#EF9A9A",
"error_bg_color": "#EF5350",
"error_fg_color": "#ffffff",
"window_bg_color": "#141d1d",
"window_fg_color": "#d4e6e5",
"view_bg_color": "#293232",
"view_fg_color": "#c1e8fb",
"headerbar_bg_color": "#293232",
"headerbar_fg_color": "#c1e8fb",
"headerbar_border_color": "@headerbar_fg_color",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "#293232",
"card_fg_color": "#d4e6e5",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#384b4a",
"dialog_fg_color": "#a5ccdf",
"popover_bg_color": "#384b4a",
"popover_fg_color": "#a5ccdf",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "rgb(255,255,255)",
"2": "rgb(233,243,242)",
"3": "rgb(190,201,200)",
"4": "rgb(163,173,173)",
"5": "rgb(136,147,146)"
},
"dark_": {
"1": "rgb(110,120,120)",
"2": "rgb(63,73,72)",
"3": "rgb(41,50,50)",
"4": "rgb(20,29,29)",
"5": "rgb(0,0,0)"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

File diff suppressed because one or more lines are too long

View file

@ -1,107 +0,0 @@
{
"name": "Pop Light",
"variables": {
"accent_color": "rgb(225,160,22)",
"accent_bg_color": "rgb(255,173,0)",
"accent_fg_color": "rgb(48,48,48)",
"destructive_color": "#c01c28",
"destructive_bg_color": "#e01b24",
"destructive_fg_color": "#ffffff",
"success_color": "#26a269",
"success_bg_color": "#2ec27e",
"success_fg_color": "#ffffff",
"warning_color": "#ae7b03",
"warning_bg_color": "#e5a50a",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "#c01c28",
"error_bg_color": "#e01b24",
"error_fg_color": "#ffffff",
"window_bg_color": "#fafafa",
"window_fg_color": "rgba(0, 0, 0, 0.8)",
"view_bg_color": "#ffffff",
"view_fg_color": "#000000",
"headerbar_bg_color": "rgb(87,79,74)",
"headerbar_fg_color": "rgb(255,255,255)",
"headerbar_border_color": "rgba(0, 0, 0, 0.8)",
"headerbar_backdrop_color": "rgb(87,79,74)",
"headerbar_shade_color": "rgba(0, 0, 0, 0.07)",
"card_bg_color": "#ffffff",
"card_fg_color": "rgba(0, 0, 0, 0.8)",
"card_shade_color": "rgba(0, 0, 0, 0.07)",
"dialog_bg_color": "#fafafa",
"dialog_fg_color": "rgba(0, 0, 0, 0.8)",
"popover_bg_color": "#ffffff",
"popover_fg_color": "rgba(0, 0, 0, 0.8)",
"shade_color": "rgba(0,0,0,0.07)",
"scrollbar_outline_color": "rgb(255,255,255)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "windowcontrols image {\n background-color: transparent;\n} \n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n background-color: alpha(@headerbar_fg_color, 0.16);\n}\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n background-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar windowcontrols button.close image {\n background-color: #f28c2a;\n}\nheaderbar windowcontrols button.close image:hover {\n background-color: alpha(@headerbar_fg_color, 0.16);\n}\nheaderbar windowcontrols button.close image:active {\n background-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar:backdrop windowcontrols button.close image {\n background-color: transparent;\n}\nheaderbar:backdrop windowcontrols button.close image:hover {\n background-color: alpha(@headerbar_fg_color, 0.10);\n}\nswitch slider {\n\tbackground-color: #f6f6f6;\n}\nswitch {\n\tbackground-color: #a9a9a9;\n}\nswitch:checked {\n\n\tbackground-color: #ffad00;\n}\ncheckbutton check:checked{\n\tcolor: #363636;\n\tbackground-color:#ffad00;\n}\nscale highlight{\n\tbackground-color: #48b9c7;\n\n}\nscale slider{\n\tbackground-color: #48b9c7;\n}",
"gtk3": ""
}
}

108
curated/pop.json Normal file

File diff suppressed because one or more lines are too long

View file

@ -3,13 +3,13 @@
"variables": {
"accent_color": "#907aa9",
"accent_bg_color": "#286983",
"accent_fg_color": "#575279",
"accent_fg_color": "#fffaf3",
"destructive_color": "#d7827e",
"destructive_bg_color": "#b4637a",
"destructive_fg_color": "#575279",
"success_color": "#56949f",
"success_bg_color": "#286983",
"success_fg_color": "#575279",
"success_fg_color": "#fffaf3",
"warning_color": "#ea9d34",
"warning_bg_color": "#ea9d34",
"warning_fg_color": "rgba(244, 237, 232, 0.8)",
@ -105,4 +105,4 @@
"gtk4": "decoration {\n box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.7), 0 0 0 1px shade(@headerbar_bg_color,1.3);\n}\n\ndecoration:backdrop {\n box-shadow: 0 3px 12px 1px transparent, 0 2px 6px 2px rgba(0, 0, 0, 0.4), 0 0 0 1px shade(@headerbar_bg_color,1.1);\n}\n\n.tiled decoration, .tiled-top decoration, .tiled-bottom decoration, .tiled-right decoration, .tiled-left decoration {\n box-shadow: 0 0 0 1px shade(@headerbar_bg_color,1.1), 0 0 0 20px transparent;\n}\n\nmessagedialog.csd decoration, .csd.popup decoration, .maximized .csd.popup decoration {\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 0 0 1px alpha(shade(@headerbar_bg_color,1.3),0.9);\n}\n\n.maximized .csd.popup decoration {\n border-radius: 6px;\n}\n\n.maximized decoration, .fullscreen decoration {\n border-radius: 0;\n box-shadow: none;\n}\n\n.ssd decoration {\n box-shadow: 0 0 0 1px shade(@headerbar_bg_color,1.3);\n}\n\n.ssd decoration:backdrop {\n box-shadow: 0 0 0 1px shade(@headerbar_bg_color,1.1);\n}\n\n.ssd.maximized decoration, .ssd.maximized decoration:backdrop {\n box-shadow: none;\n}\n\n.solid-csd decoration {\n box-shadow: inset 0 0 0 5px alpha(currentColor,0.5), inset 0 0 0 4px @headerbar_bg_color, inset 0 0 0 1px alpha(currentColor,0.5);\n}\n\n.solid-csd decoration:backdrop {\n box-shadow: inset 0 0 0 3px @window_bg_color;\n}\n\n.titlebar, headerbar {\n border-bottom-color: alpha(currentColor,0.15);\n}\n\n.titlebar:backdrop, headerbar:backdrop {\n border-bottom-color: alpha(currentColor,0.2);\n}\n\nbutton.titlebutton,\nwindowcontrols > button {\n color: transparent;\n min-width: 18px;\n min-height: 18px;\n}\n\nbutton.titlebutton:backdrop {\n opacity: 0.5;\n}\n\nwindowcontrols > button {\n border-radius: 100%;\n padding: 0;\n margin: 0 5px;\n}\n\nwindowcontrols > button > image {\n padding: 0;\n}\n\nbutton.titlebutton.close, button.titlebutton.close:hover:backdrop,\nwindowcontrols > button.close,\nwindowcontrols > button.close:hover:backdrop {\n background-color: #b4637a;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n background-color: shade(#b4637a,1.3);\n}\n\nbutton.titlebutton.maximize, button.titlebutton.maximize:hover:backdrop,\nwindowcontrols > button.maximize,\nwindowcontrols > button.maximize:hover:backdrop {\n background-color: #56949f;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n background-color: shade(#56949f,1.3);\n}\n\nbutton.titlebutton.minimize, button.titlebutton.minimize:hover:backdrop,\nwindowcontrols > button.minimize,\nwindowcontrols > button.minimize:hover:backdrop {\n background-color: #ea9d34;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n background-color: shade(#ea9d34,1.3);\n}\n\nbutton.titlebutton.close:backdrop, button.titlebutton.maximize:backdrop, button.titlebutton.minimize:backdrop,\nwindowcontrols > button.close:backdrop,\nwindowcontrols > button.maximize:backdrop,\nwindowcontrols > button.minimize:backdrop {\n background-color: #9893a5;\n}\n\nbutton.titlebutton.close:active, button.titlebutton.maximize:active, button.titlebutton.minimize:active,\nwindowcontrols > button.close:active,\nwindowcontrols > button.maximize:active,\nwindowcontrols > button.minimize:active {\n box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.3);\n}\n\nnotebook > header tab:not(:backdrop):checked.reorderable-page,\ntabbar tab:not(:backdrop):checked {\n background-color: @headerbar_bg_color;\n}\n\n.nautilus-window .sidebar {\n background-color: @view_bg_color;\n}\n\n.nautilus-window .sidebar:backdrop {\n background-color: @window_bg_color;\n}",
"gtk3": "decoration {\n box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.7), 0 0 0 1px shade(@headerbar_bg_color,1.3);\n}\n\ndecoration:backdrop {\n box-shadow: 0 3px 12px 1px transparent, 0 2px 6px 2px rgba(0, 0, 0, 0.4), 0 0 0 1px shade(@headerbar_bg_color,1.1);\n}\n\n.tiled decoration, .tiled-top decoration, .tiled-bottom decoration, .tiled-right decoration, .tiled-left decoration {\n box-shadow: 0 0 0 1px shade(@headerbar_bg_color,1.1), 0 0 0 20px transparent;\n}\n\nmessagedialog.csd decoration, .csd.popup decoration, .maximized .csd.popup decoration {\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 0 0 1px alpha(shade(@headerbar_bg_color,1.3),0.9);\n}\n\n.maximized .csd.popup decoration {\n border-radius: 6px;\n}\n\n.maximized decoration, .fullscreen decoration {\n border-radius: 0;\n box-shadow: none;\n}\n\n.ssd decoration {\n box-shadow: 0 0 0 1px shade(@headerbar_bg_color,1.3);\n}\n\n.ssd decoration:backdrop {\n box-shadow: 0 0 0 1px shade(@headerbar_bg_color,1.1);\n}\n\n.ssd.maximized decoration, .ssd.maximized decoration:backdrop {\n box-shadow: none;\n}\n\n.solid-csd decoration {\n box-shadow: inset 0 0 0 5px alpha(currentColor,0.5), inset 0 0 0 4px @headerbar_bg_color, inset 0 0 0 1px alpha(currentColor,0.5);\n}\n\n.solid-csd decoration:backdrop {\n box-shadow: inset 0 0 0 3px @window_bg_color;\n}\n\n.titlebar, headerbar {\n border-bottom-color: alpha(currentColor,0.15);\n}\n\n.titlebar:backdrop, headerbar:backdrop {\n border-bottom-color: alpha(currentColor,0.2);\n}\n\nbutton.titlebutton,\nwindowcontrols > button {\n color: transparent;\n min-width: 18px;\n min-height: 18px;\n}\n\nbutton.titlebutton:backdrop {\n opacity: 0.5;\n}\n\nwindowcontrols > button {\n border-radius: 100%;\n padding: 0;\n margin: 0 5px;\n}\n\nwindowcontrols > button > image {\n padding: 0;\n}\n\nbutton.titlebutton.close, button.titlebutton.close:hover:backdrop,\nwindowcontrols > button.close,\nwindowcontrols > button.close:hover:backdrop {\n background-color: #b4637a;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n background-color: shade(#b4637a,1.3);\n}\n\nbutton.titlebutton.maximize, button.titlebutton.maximize:hover:backdrop,\nwindowcontrols > button.maximize,\nwindowcontrols > button.maximize:hover:backdrop {\n background-color: #56949f;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n background-color: shade(#56949f,1.3);\n}\n\nbutton.titlebutton.minimize, button.titlebutton.minimize:hover:backdrop,\nwindowcontrols > button.minimize,\nwindowcontrols > button.minimize:hover:backdrop {\n background-color: #ea9d34;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n background-color: shade(#ea9d34,1.3);\n}\n\nbutton.titlebutton.close:backdrop, button.titlebutton.maximize:backdrop, button.titlebutton.minimize:backdrop,\nwindowcontrols > button.close:backdrop,\nwindowcontrols > button.maximize:backdrop,\nwindowcontrols > button.minimize:backdrop {\n background-color: #9893a5;\n}\n\nbutton.titlebutton.close:active, button.titlebutton.maximize:active, button.titlebutton.minimize:active,\nwindowcontrols > button.close:active,\nwindowcontrols > button.maximize:active,\nwindowcontrols > button.minimize:active {\n box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.3);\n}\n\nnotebook > header tab:not(:backdrop):checked.reorderable-page,\ntabbar tab:not(:backdrop):checked {\n background-color: @headerbar_bg_color;\n}\n\n.nautilus-window .sidebar {\n background-color: @view_bg_color;\n}\n\n.nautilus-window .sidebar:backdrop {\n background-color: @window_bg_color;\n}"
}
}
}

107
curated/solarized-dark.json Normal file
View file

@ -0,0 +1,107 @@
{
"name": "Solarized Dark",
"variables": {
"accent_color": "#268bd2",
"accent_bg_color": "#268bd2",
"accent_fg_color": "#002b36",
"destructive_color": "#dc322f",
"destructive_bg_color": "#dc322f",
"destructive_fg_color": "#fdf6e3",
"success_color": "#859900",
"success_bg_color": "#859900",
"success_fg_color": "#002b36",
"warning_color": "#b58900",
"warning_bg_color": "#b58900",
"warning_fg_color": "#002b36",
"error_color": "#dc322f",
"error_bg_color": "#dc322f",
"error_fg_color": "#fdf6e3",
"window_bg_color": "#002b36",
"window_fg_color": "#839496",
"view_bg_color": "#073642",
"view_fg_color": "#93a1a1",
"headerbar_bg_color": "#073642",
"headerbar_fg_color": "#93a1a1",
"headerbar_border_color": "#073642",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "#073642",
"card_bg_color": "#073642",
"card_fg_color": "#93a1a1",
"card_shade_color": "rgba(0, 0, 0, 0.07)",
"dialog_bg_color": "#073642",
"dialog_fg_color": "#93a1a1",
"popover_bg_color": "#073642",
"popover_fg_color": "#93a1a1",
"shade_color": "rgba(0,0,0,0.07)",
"scrollbar_outline_color": "#586e75"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
}
}

107
curated/solarized.json Normal file
View file

@ -0,0 +1,107 @@
{
"name": "Solarized",
"variables": {
"accent_color": "#268bd2",
"accent_bg_color": "#268bd2",
"accent_fg_color": "#002b36",
"destructive_color": "#dc322f",
"destructive_bg_color": "#dc322f",
"destructive_fg_color": "#fdf6e3",
"success_color": "#859900",
"success_bg_color": "#859900",
"success_fg_color": "#002b36",
"warning_color": "#b58900",
"warning_bg_color": "#b58900",
"warning_fg_color": "#002b36",
"error_color": "#dc322f",
"error_bg_color": "#dc322f",
"error_fg_color": "#fdf6e3",
"window_bg_color": "#fdf6e3",
"window_fg_color": "#657b83",
"view_bg_color": "#eee8d5",
"view_fg_color": "#586e75",
"headerbar_bg_color": "#eee8d5",
"headerbar_fg_color": "#586e75",
"headerbar_border_color": "#eee8d5",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "#eee8d5",
"card_bg_color": "#eee8d5",
"card_fg_color": "#586e75",
"card_shade_color": "rgba(0, 0, 0, 0.07)",
"dialog_bg_color": "#eee8d5",
"dialog_fg_color": "#586e75",
"popover_bg_color": "#eee8d5",
"popover_fg_color": "#586e75",
"shade_color": "rgba(0,0,0,0.07)",
"scrollbar_outline_color": "#93a1a1"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
}
}

107
curated/tango.json Normal file
View file

@ -0,0 +1,107 @@
{
"name": "Tango",
"variables": {
"accent_color": "#8db1dc",
"accent_bg_color": "#3584e4",
"accent_fg_color": "#ffffff",
"destructive_color": "#c01c28",
"destructive_bg_color": "#e01b24",
"destructive_fg_color": "#ffffff",
"success_color": "#26a269",
"success_bg_color": "#2ec27e",
"success_fg_color": "#ffffff",
"warning_color": "#ae7b03",
"warning_bg_color": "#e5a50a",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "#c01c28",
"error_bg_color": "#e01b24",
"error_fg_color": "#ffffff",
"window_bg_color": "#ffffff",
"window_fg_color": "#2e3436",
"view_bg_color": "#ffffff",
"view_fg_color": "#2e3436",
"headerbar_bg_color": "#edeeee",
"headerbar_fg_color": "#2e3436",
"headerbar_border_color": "#2e3436",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.07)",
"card_bg_color": "#ffffff",
"card_fg_color": "#2e3436",
"card_shade_color": "rgba(0, 0, 0, 0.07)",
"dialog_bg_color": "#ffffff",
"dialog_fg_color": "#2e3436",
"popover_bg_color": "#ffffff",
"popover_fg_color": "#2e3436",
"shade_color": "rgba(0,0,0,0.07)",
"scrollbar_outline_color": "rgb(255,255,255)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
}
}

108
curated/ventura.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Ventura",
"variables": {
"accent_color": "@accent_bg_color",
"accent_bg_color": "rgb(17,97,203)",
"accent_fg_color": "#ffffff",
"destructive_color": "#ff7b63",
"destructive_bg_color": "#c01c28",
"destructive_fg_color": "#ffffff",
"success_color": "#8ff0a4",
"success_bg_color": "#26a269",
"success_fg_color": "#ffffff",
"warning_color": "#f8e45c",
"warning_bg_color": "#cd9309",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "#ff7b63",
"error_bg_color": "#c01c28",
"error_fg_color": "#ffffff",
"window_bg_color": "#333336",
"window_fg_color": "rgb(248,248,242)",
"view_bg_color": "#1e1f21",
"view_fg_color": "@window_fg_color",
"headerbar_bg_color": "#2e2f31",
"headerbar_fg_color": "@window_fg_color",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": " @window_fg_color",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "@popover_bg_color",
"dialog_fg_color": "@popover_fg_color",
"popover_bg_color": "#202020",
"popover_fg_color": "@view_fg_color",
"shade_color": "rgba(0,0,0,0.36)",
"scrollbar_outline_color": "rgba(0,0,0,0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "/* GTK4 */\nwindow{\nborder-top:1px solid rgba(158,158,158,0.3);\nborder-left:1px solid rgba(78,78,78,0.2);\nborder-right:1px solid rgba(78,78,78,0.2);\nborder-bottom:1px solid rgba(78,78,78,0.2);\nbox-shadow:10px 10px 40px rgba(0,0,0,0.7);\n}\n\nheaderbar{\npadding-bottom:3px;\npadding-top:3px;\npadding-left:3px;\npadding-right:3px;\n}\n\nwindowcontrols > button {\n color: transparent;\n min-width: 2px;\n min-height: 2px;\n border-radius: 100%;\n padding: 0;\n margin: 0 0px;\n}\nwindowcontrols{\nmargin-right:8.5px;\n}\nwindowcontrols > button > image {\n padding: 0;\n}\n\nbutton.titlebutton.close,\nwindowcontrols > button.close {\ntransform:scale(0.72);\n background-color: #fc5753;\n border: 1px solid #e04644;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n color: #7e0608;\n opacity: 0.8;\n}\n\nbutton.titlebutton.maximize,\nwindowcontrols > button.maximize {\ntransform:scale(0.72);\n background-color: #33c848;\n border: 1px solid #3e9948;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n color: #0b650d;\n opacity: 0.8;\n}\n\nbutton.titlebutton.minimize,\nwindowcontrols > button.minimize {\ntransform:scale(0.72);\n background-color: #ffba40;\n border: 1px solid #dd9d30;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n color: #9a5711;\n opacity: 0.8;\n}\n",
"gtk3": ""
},
"plugins": {}
}

108
curated/yaru-bark-dark.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Yaru Bark Dark",
"variables": {
"accent_color": "#787859",
"accent_bg_color": "#787859",
"accent_fg_color": "#ffffff",
"destructive_color": "#c7162b",
"destructive_bg_color": "#c7162b",
"destructive_fg_color": "#ffffff",
"success_color": "#219E34",
"success_bg_color": "#219E34",
"success_fg_color": "#ffffff",
"warning_color": "#F99B11",
"warning_bg_color": "#F99B11",
"warning_fg_color": "#ffffff",
"error_color": "#c7162b",
"error_bg_color": "#c7162b",
"error_fg_color": "#ffffff",
"window_bg_color": "#242424",
"window_fg_color": "#ffffff",
"view_bg_color": "#1e1e1e",
"view_fg_color": "#ffffff",
"headerbar_bg_color": "#303030",
"headerbar_fg_color": "#ffffff",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#ffffff",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#383838",
"dialog_fg_color": "#ffffff",
"popover_bg_color": "#383838",
"popover_fg_color": "#ffffff",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
"1": "rgb(117,211,244)",
"2": "rgb(71,196,241)",
"3": "rgb(25,182,238)",
"4": "rgb(0,122,166)",
"5": "rgb(51,82,128)"
},
"green_": {
"1": "rgb(90,237,112)",
"2": "rgb(71,211,92)",
"3": "rgb(52,185,72)",
"4": "rgb(33,158,52)",
"5": "rgb(14,132,32)"
},
"yellow_": {
"1": "rgb(252,205,135)",
"2": "rgb(251,193,106)",
"3": "rgb(251,180,76)",
"4": "rgb(250,168,47)",
"5": "rgb(249,155,17)"
},
"orange_": {
"1": "rgb(242,152,121)",
"2": "rgb(240,135,99)",
"3": "rgb(237,118,77)",
"4": "rgb(235,101,54)",
"5": "rgb(233,84,32)"
},
"red_": {
"1": "rgb(234,72,92)",
"2": "rgb(222,55,76)",
"3": "rgb(211,39,59)",
"4": "rgb(199,22,43)",
"5": "rgb(169,18,36)"
},
"purple_": {
"1": "rgb(146,77,139)",
"2": "rgb(118,37,114)",
"3": "rgb(119,33,111)",
"4": "rgb(94,39,80)",
"5": "rgb(44,0,30)"
},
"brown_": {
"1": "rgb(225,178,137)",
"2": "rgb(197,151,110)",
"3": "rgb(170,123,83)",
"4": "rgb(142,96,56)",
"5": "rgb(114,68,29)"
},
"light_": {
"1": "rgb(255,255,255)",
"2": "rgb(247,247,247)",
"3": "rgb(204,204,204)",
"4": "rgb(174,167,159)",
"5": "rgb(135,135,135)"
},
"dark_": {
"1": "rgb(102,102,102)",
"2": "rgb(93,93,93)",
"3": "rgb(61,61,61)",
"4": "rgb(24,24,24)",
"5": "rgb(0,0,0)"
}
},
"custom_css": {
"gtk4": "popover.menu check,\npopover.menu radio {\n transition: none;\n}\n\nlevelbar > trough > block.high, levelbar > trough > block:not(.empty) {\n background-color: @success_color;\n}\n\n\nbutton.suggested-action {\n color: @success_fg_color;\n}\n\n\nbutton.suggested-action:not(.flat),\nbutton.suggested-action:checked:not(.flat) {\n background-color: @success_bg_color;\n}\n\n\nbutton.flat.suggested-action {\n color: @success_color;\n}\n\nsplitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button {\n color: @success_fg_color;\n}\n\nsplitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked {\n background-color: @success_bg_color;\n}\n\n\nbutton,\nlink {\n font-weight: normal;\n}",
"gtk3": ""
},
"plugins": {}
}

108
curated/yaru-bark.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Yaru Bark",
"variables": {
"accent_color": "#787859",
"accent_bg_color": "#787859",
"accent_fg_color": "#ffffff",
"destructive_color": "#c7162b",
"destructive_bg_color": "#c7162b",
"destructive_fg_color": "#ffffff",
"success_color": "#219e34",
"success_bg_color": "#219e34",
"success_fg_color": "#ffffff",
"warning_color": "#f99b11",
"warning_bg_color": "#f99b11",
"warning_fg_color": "#ffffff",
"error_color": "#c7162b",
"error_bg_color": "#c7162b",
"error_fg_color": "#ffffff",
"window_bg_color": "#fafafa",
"window_fg_color": "#000000",
"view_bg_color": "#ffffff",
"view_fg_color": "#000000",
"headerbar_bg_color": "#ebebeb",
"headerbar_fg_color": "#000000",
"headerbar_border_color": "#303030",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.07)",
"card_bg_color": "#ffffff",
"card_fg_color": "#000000",
"card_shade_color": "rgba(0, 0, 0, 0.07)",
"dialog_bg_color": "#fafafa",
"dialog_fg_color": "rgba(0,0,0,0.8)",
"popover_bg_color": "#ffffff",
"popover_fg_color": "rgba(0,0,0,0.8)",
"shade_color": "rgba(0, 0, 0, 0.07)",
"scrollbar_outline_color": "#ffffff"
},
"palette": {
"blue_": {
"1": "rgb(117,211,244)",
"2": "rgb(71,196,241)",
"3": "rgb(25,182,238)",
"4": "rgb(0,122,166)",
"5": "rgb(51,82,128)"
},
"green_": {
"1": "rgb(90,237,112)",
"2": "rgb(71,211,92)",
"3": "rgb(52,185,72)",
"4": "rgb(33,158,52)",
"5": "rgb(14,132,32)"
},
"yellow_": {
"1": "rgb(252,205,135)",
"2": "rgb(251,193,106)",
"3": "rgb(251,180,76)",
"4": "rgb(250,168,47)",
"5": "rgb(249,155,17)"
},
"orange_": {
"1": "rgb(242,152,121)",
"2": "rgb(240,135,99)",
"3": "rgb(237,118,77)",
"4": "rgb(235,101,54)",
"5": "rgb(233,84,32)"
},
"red_": {
"1": "rgb(234,72,92)",
"2": "rgb(222,55,76)",
"3": "rgb(211,39,59)",
"4": "rgb(199,22,43)",
"5": "rgb(169,18,36)"
},
"purple_": {
"1": "rgb(146,77,139)",
"2": "rgb(118,37,114)",
"3": "rgb(119,33,111)",
"4": "rgb(94,39,80)",
"5": "rgb(44,0,30)"
},
"brown_": {
"1": "rgb(225,178,137)",
"2": "rgb(197,151,110)",
"3": "rgb(170,123,83)",
"4": "rgb(142,96,56)",
"5": "rgb(114,68,29)"
},
"light_": {
"1": "rgb(255,255,255)",
"2": "rgb(247,247,247)",
"3": "rgb(204,204,204)",
"4": "rgb(174,167,159)",
"5": "rgb(135,135,135)"
},
"dark_": {
"1": "rgb(102,102,102)",
"2": "rgb(93,93,93)",
"3": "rgb(61,61,61)",
"4": "rgb(24,24,24)",
"5": "rgb(0,0,0)"
}
},
"custom_css": {
"gtk4": "popover.menu check,\npopover.menu radio {\n transition: none;\n}\n\nlevelbar > trough > block.high, levelbar > trough > block:not(.empty) {\n background-color: @success_color;\n}\n\n\nbutton.suggested-action {\n color: @success_fg_color;\n}\n\n\nbutton.suggested-action:not(.flat),\nbutton.suggested-action:checked:not(.flat) {\n background-color: @success_bg_color;\n}\n\n\nbutton.flat.suggested-action {\n color: @success_color;\n}\n\nsplitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button {\n color: @success_fg_color;\n}\n\nsplitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked {\n background-color: @success_bg_color;\n}\n\n\nbutton,\nlink {\n font-weight: normal;\n}",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Zorin OS 16 Blue Dark",
"variables": {
"accent_color": "#BDE6FB",
"accent_bg_color": "#BDE6FB",
"accent_fg_color": "#1E2529",
"destructive_color": "#fb7c7c",
"destructive_bg_color": "#fb7c7c",
"destructive_fg_color": "#1E2529",
"success_color": "#bbf1dd",
"success_bg_color": "#bbf1dd",
"success_fg_color": "#1E2529",
"warning_color": "#fcc8b4",
"warning_bg_color": "#fcc8b4",
"warning_fg_color": "#1E2529",
"error_color": "#fb7c7c",
"error_bg_color": "#fb7c7c",
"error_fg_color": "#1E2529",
"window_bg_color": "#1e2529",
"window_fg_color": "#bde6fb",
"view_bg_color": "#171d20",
"view_fg_color": "#bde6fb",
"headerbar_bg_color": "#1e2529",
"headerbar_fg_color": "#bde6fb",
"headerbar_border_color": "#bde6fb",
"headerbar_backdrop_color": "#1a2022",
"headerbar_shade_color": "rgba(189, 230, 251, 0.09)",
"card_bg_color": "#171d20",
"card_fg_color": "#bde6fb",
"card_shade_color": "rgba(189, 230, 251, 0.09)",
"dialog_bg_color": "#1e2529",
"dialog_fg_color": "#bde6fb",
"popover_bg_color": "#171d20",
"popover_fg_color": "#bde6fb",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(23, 29, 32, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Zorin OS 16 Blue",
"variables": {
"accent_color": "#15A6F0",
"accent_bg_color": "#15A6F0",
"accent_fg_color": "#ffffff",
"destructive_color": "#ff2626",
"destructive_bg_color": "#ff2626",
"destructive_fg_color": "#ffffff",
"success_color": "#2AC88D",
"success_bg_color": "#2AC88D",
"success_fg_color": "#ffffff",
"warning_color": "#F88052",
"warning_bg_color": "#F88052",
"warning_fg_color": "#ffffff",
"error_color": "#ff2626",
"error_bg_color": "#ff2626",
"error_fg_color": "#ffffff",
"window_bg_color": "#f5f7fa",
"window_fg_color": "#123354",
"view_bg_color": "#ffffff",
"view_fg_color": "#123354",
"headerbar_bg_color": "#f5f7fa",
"headerbar_fg_color": "#123354",
"headerbar_border_color": "#123354",
"headerbar_backdrop_color": "#f8f8f8",
"headerbar_shade_color": "rgba(18, 51, 84, 0.09)",
"card_bg_color": "#ffffff",
"card_fg_color": "#123354",
"card_shade_color": "rgba(18, 51, 84, 0.09)",
"dialog_bg_color": "#f5f7fa",
"dialog_fg_color": "#123354",
"popover_bg_color": "#ffffff",
"popover_fg_color": "#123354",
"shade_color": "rgba(0, 0, 0, 0.07)",
"scrollbar_outline_color": "#ffffff"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Zorin OS 16 Green Dark",
"variables": {
"accent_color": "#bbf1dd",
"accent_bg_color": "#bbf1dd",
"accent_fg_color": "#1b2421",
"destructive_color": "#fb7c7c",
"destructive_bg_color": "#fb7c7c",
"destructive_fg_color": "#1b2421",
"success_color": "#bbf1dd",
"success_bg_color": "#bbf1dd",
"success_fg_color": "#1E2529",
"warning_color": "#fcc8b4",
"warning_bg_color": "#fcc8b4",
"warning_fg_color": "#1E2529",
"error_color": "#fb7c7c",
"error_bg_color": "#fb7c7c",
"error_fg_color": "#1b2421",
"window_bg_color": "#1b2421",
"window_fg_color": "#bbf1dd",
"view_bg_color": "#151c19",
"view_fg_color": "#bbf1dd",
"headerbar_bg_color": "#1b2421",
"headerbar_fg_color": "#bbf1dd",
"headerbar_border_color": "#bbf1dd",
"headerbar_backdrop_color": "#181e1c",
"headerbar_shade_color": "rgba(187, 241, 221, 0.09)",
"card_bg_color": "#151c19",
"card_fg_color": "#bbf1dd",
"card_shade_color": "rgba(187, 241, 221, 0.09)",
"dialog_bg_color": "#1b2421",
"dialog_fg_color": "#bbf1dd",
"popover_bg_color": "#151c19",
"popover_fg_color": "#bbf1dd",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(21, 28, 25, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Zorin OS 16 Green",
"variables": {
"accent_color": "#2AC88D",
"accent_bg_color": "#2AC88D",
"accent_fg_color": "#ffffff",
"destructive_color": "#ff2626",
"destructive_bg_color": "#ff2626",
"destructive_fg_color": "#ffffff",
"success_color": "#2AC88D",
"success_bg_color": "#2AC88D",
"success_fg_color": "#ffffff",
"warning_color": "#F88052",
"warning_bg_color": "#F88052",
"warning_fg_color": "#ffffff",
"error_color": "#ff2626",
"error_bg_color": "#ff2626",
"error_fg_color": "#ffffff",
"window_bg_color": "#f6f9f9",
"window_fg_color": "#19483e",
"view_bg_color": "#ffffff",
"view_fg_color": "#19483e",
"headerbar_bg_color": "#f6f9f9",
"headerbar_fg_color": "#19483e",
"headerbar_border_color": "#19483e",
"headerbar_backdrop_color": "#f8f8f8",
"headerbar_shade_color": "rgba(25, 72, 62, 0.09)",
"card_bg_color": "#ffffff",
"card_fg_color": "#19483e",
"card_shade_color": "rgba(25, 72, 62, 0.09)",
"dialog_bg_color": "#f6f9f9",
"dialog_fg_color": "#19483e",
"popover_bg_color": "#ffffff",
"popover_fg_color": "#19483e",
"shade_color": "rgba(0, 0, 0, 0.07)",
"scrollbar_outline_color": "#ffffff"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Zorin OS 16 Grey Dark",
"variables": {
"accent_color": "#ffffff",
"accent_bg_color": "#ffffff",
"accent_fg_color": "#202020",
"destructive_color": "#fb7c7c",
"destructive_bg_color": "#fb7c7c",
"destructive_fg_color": "#202020",
"success_color": "#bbf1dd",
"success_bg_color": "#bbf1dd",
"success_fg_color": "#202020",
"warning_color": "#fcc8b4",
"warning_bg_color": "#fcc8b4",
"warning_fg_color": "#202020",
"error_color": "#fb7c7c",
"error_bg_color": "#fb7c7c",
"error_fg_color": "#1b2421",
"window_bg_color": "#202020",
"window_fg_color": "#ffffff",
"view_bg_color": "#191919",
"view_fg_color": "#ffffff",
"headerbar_bg_color": "#202020",
"headerbar_fg_color": "#ffffff",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "#1b1b1b",
"headerbar_shade_color": "rgba(255, 255, 255, 0.09)",
"card_bg_color": "#191919",
"card_fg_color": "#ffffff",
"card_shade_color": "rgba(255, 255, 255, 0.09)",
"dialog_bg_color": "#202020",
"dialog_fg_color": "#ffffff",
"popover_bg_color": "#191919",
"popover_fg_color": "#ffffff",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(25, 25, 25, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Zorin OS 16 Grey",
"variables": {
"accent_color": "#606264",
"accent_bg_color": "#606264",
"accent_fg_color": "#ffffff",
"destructive_color": "#ff2626",
"destructive_bg_color": "#ff2626",
"destructive_fg_color": "#ffffff",
"success_color": "#2AC88D",
"success_bg_color": "#2AC88D",
"success_fg_color": "#ffffff",
"warning_color": "#F88052",
"warning_bg_color": "#F88052",
"warning_fg_color": "#ffffff",
"error_color": "#ff2626",
"error_bg_color": "#ff2626",
"error_fg_color": "#ffffff",
"window_bg_color": "#f7f7f7",
"window_fg_color": "#292929",
"view_bg_color": "#ffffff",
"view_fg_color": "#292929",
"headerbar_bg_color": "#f7f7f7",
"headerbar_fg_color": "#292929",
"headerbar_border_color": "#292929",
"headerbar_backdrop_color": "#f8f8f8",
"headerbar_shade_color": "rgba(41, 41, 41, 0.09)",
"card_bg_color": "#ffffff",
"card_fg_color": "#292929",
"card_shade_color": "rgba(41, 41, 41, 0.09)",
"dialog_bg_color": "#f7f7f7",
"dialog_fg_color": "#292929",
"popover_bg_color": "#ffffff",
"popover_fg_color": "#292929",
"shade_color": "rgba(0, 0, 0, 0.07)",
"scrollbar_outline_color": "#ffffff"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Zorin OS 16 Orange Dark",
"variables": {
"accent_color": "#fcc8b4",
"accent_bg_color": "#fcc8b4",
"accent_fg_color": "#271e1b",
"destructive_color": "#fb7c7c",
"destructive_bg_color": "#fb7c7c",
"destructive_fg_color": "#271e1b",
"success_color": "#bbf1dd",
"success_bg_color": "#bbf1dd",
"success_fg_color": "#271e1b",
"warning_color": "#fcc8b4",
"warning_bg_color": "#fcc8b4",
"warning_fg_color": "#271e1b",
"error_color": "#fb7c7c",
"error_bg_color": "#fb7c7c",
"error_fg_color": "#271e1b",
"window_bg_color": "#271e1b",
"window_fg_color": "#fcc8b4",
"view_bg_color": "#1e1715",
"view_fg_color": "#fcc8b4",
"headerbar_bg_color": "#271e1b",
"headerbar_fg_color": "#fcc8b4",
"headerbar_border_color": "#fcc8b4",
"headerbar_backdrop_color": "#201a18",
"headerbar_shade_color": "rgba(252, 200, 180, 0.09)",
"card_bg_color": "#1e1715",
"card_fg_color": "#fcc8b4",
"card_shade_color": "rgba(252, 200, 180, 0.09)",
"dialog_bg_color": "#271e1b",
"dialog_fg_color": "#fcc8b4",
"popover_bg_color": "#1e1715",
"popover_fg_color": "#fcc8b4",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(30, 23, 21, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Zorin OS 16 Orange",
"variables": {
"accent_color": "#F88052",
"accent_bg_color": "#F88052",
"accent_fg_color": "#ffffff",
"destructive_color": "#ff2626",
"destructive_bg_color": "#ff2626",
"destructive_fg_color": "#ffffff",
"success_color": "#2AC88D",
"success_bg_color": "#2AC88D",
"success_fg_color": "#ffffff",
"warning_color": "#F88052",
"warning_bg_color": "#F88052",
"warning_fg_color": "#ffffff",
"error_color": "#ff2626",
"error_bg_color": "#ff2626",
"error_fg_color": "#ffffff",
"window_bg_color": "#faf8f7",
"window_fg_color": "#563b25",
"view_bg_color": "#ffffff",
"view_fg_color": "#563b25",
"headerbar_bg_color": "#faf8f7",
"headerbar_fg_color": "#563b25",
"headerbar_border_color": "#563b25",
"headerbar_backdrop_color": "#f8f8f8",
"headerbar_shade_color": "rgba(86, 59, 37, 0.09)",
"card_bg_color": "#ffffff",
"card_fg_color": "#563b25",
"card_shade_color": "rgba(86, 59, 37, 0.09)",
"dialog_bg_color": "#faf8f7",
"dialog_fg_color": "#563b25",
"popover_bg_color": "#ffffff",
"popover_fg_color": "#563b25",
"shade_color": "rgba(0, 0, 0, 0.07)",
"scrollbar_outline_color": "#ffffff"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Zorin OS 16 Purple Dark",
"variables": {
"accent_color": "#d8c4f1",
"accent_bg_color": "#d8c4f1",
"accent_fg_color": "#221f26",
"destructive_color": "#fb7c7c",
"destructive_bg_color": "#fb7c7c",
"destructive_fg_color": "#221f26",
"success_color": "#bbf1dd",
"success_bg_color": "#bbf1dd",
"success_fg_color": "#221f26",
"warning_color": "#fcc8b4",
"warning_bg_color": "#fcc8b4",
"warning_fg_color": "#221f26",
"error_color": "#fb7c7c",
"error_bg_color": "#fb7c7c",
"error_fg_color": "#221f26",
"window_bg_color": "#221f26",
"window_fg_color": "#d8c4f1",
"view_bg_color": "#1a181e",
"view_fg_color": "#d8c4f1",
"headerbar_bg_color": "#221f26",
"headerbar_fg_color": "#d8c4f1",
"headerbar_border_color": "#d8c4f1",
"headerbar_backdrop_color": "#1d1b20",
"headerbar_shade_color": "rgba(216, 196, 241, 0.09)",
"card_bg_color": "#1a181e",
"card_fg_color": "#d8c4f1",
"card_shade_color": "rgba(216, 196, 241, 0.09)",
"dialog_bg_color": "#221f26",
"dialog_fg_color": "#d8c4f1",
"popover_bg_color": "#1a181e",
"popover_fg_color": "#d8c4f1",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(26, 24, 30, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Zorin OS 16 Purple",
"variables": {
"accent_color": "#9C68DA",
"accent_bg_color": "#9C68DA",
"accent_fg_color": "#ffffff",
"destructive_color": "#ff2626",
"destructive_bg_color": "#ff2626",
"destructive_fg_color": "#ffffff",
"success_color": "#2AC88D",
"success_bg_color": "#2AC88D",
"success_fg_color": "#ffffff",
"warning_color": "#F88052",
"warning_bg_color": "#F88052",
"warning_fg_color": "#ffffff",
"error_color": "#ff2626",
"error_bg_color": "#ff2626",
"error_fg_color": "#ffffff",
"window_bg_color": "#f9f7f9",
"window_fg_color": "#402b4d",
"view_bg_color": "#ffffff",
"view_fg_color": "#402b4d",
"headerbar_bg_color": "#f9f7f9",
"headerbar_fg_color": "#402b4d",
"headerbar_border_color": "#402b4d",
"headerbar_backdrop_color": "#f8f8f8",
"headerbar_shade_color": "rgba(64, 43, 77, 0.09)",
"card_bg_color": "#ffffff",
"card_fg_color": "#402b4d",
"card_shade_color": "rgba(64, 43, 77, 0.09)",
"dialog_bg_color": "#f9f7f9",
"dialog_fg_color": "#402b4d",
"popover_bg_color": "#ffffff",
"popover_fg_color": "#402b4d",
"shade_color": "rgba(0, 0, 0, 0.07)",
"scrollbar_outline_color": "#ffffff"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Zorin OS 16 Red Dark",
"variables": {
"accent_color": "#fdb4b4",
"accent_bg_color": "#fdb4b4",
"accent_fg_color": "#271b1b",
"destructive_color": "#fb7c7c",
"destructive_bg_color": "#fb7c7c",
"destructive_fg_color": "#271b1b",
"success_color": "#bbf1dd",
"success_bg_color": "#bbf1dd",
"success_fg_color": "#271b1b",
"warning_color": "#fcc8b4",
"warning_bg_color": "#fcc8b4",
"warning_fg_color": "#271b1b",
"error_color": "#fb7c7c",
"error_bg_color": "#fb7c7c",
"error_fg_color": "#271b1b",
"window_bg_color": "#271b1b",
"window_fg_color": "#fdb4b4",
"view_bg_color": "#1e1515",
"view_fg_color": "#fdb4b4",
"headerbar_bg_color": "#271b1b",
"headerbar_fg_color": "#fdb4b4",
"headerbar_border_color": "#fdb4b4",
"headerbar_backdrop_color": "#211818",
"headerbar_shade_color": "rgba(253, 180, 180, 0.09)",
"card_bg_color": "#1e1515",
"card_fg_color": "#fdb4b4",
"card_shade_color": "rgba(253, 180, 180, 0.09)",
"dialog_bg_color": "#271b1b",
"dialog_fg_color": "#fdb4b4",
"popover_bg_color": "#1e1515",
"popover_fg_color": "#fdb4b4",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(30, 21, 21, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Zorin OS 16 Red",
"variables": {
"accent_color": "#FA4444",
"accent_bg_color": "#FA4444",
"accent_fg_color": "#ffffff",
"destructive_color": "#ff2626",
"destructive_bg_color": "#ff2626",
"destructive_fg_color": "#ffffff",
"success_color": "#2AC88D",
"success_bg_color": "#2AC88D",
"success_fg_color": "#ffffff",
"warning_color": "#F88052",
"warning_bg_color": "#F88052",
"warning_fg_color": "#ffffff",
"error_color": "#ff2626",
"error_bg_color": "#ff2626",
"error_fg_color": "#ffffff",
"window_bg_color": "#faf7f6",
"window_fg_color": "#572920",
"view_bg_color": "#ffffff",
"view_fg_color": "#572920",
"headerbar_bg_color": "#faf7f6",
"headerbar_fg_color": "#572920",
"headerbar_border_color": "#572920",
"headerbar_backdrop_color": "#f8f8f8",
"headerbar_shade_color": "rgba(87, 41, 32, 0.09)",
"card_bg_color": "#ffffff",
"card_fg_color": "#572920",
"card_shade_color": "rgba(87, 41, 32, 0.09)",
"dialog_bg_color": "#faf7f6",
"dialog_fg_color": "#572920",
"popover_bg_color": "#ffffff",
"popover_fg_color": "#572920",
"shade_color": "rgba(0, 0, 0, 0.07)",
"scrollbar_outline_color": "#ffffff"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -1,6 +0,0 @@
{
"Crystal Clear": "https://github.com/GradienceTeam/Community/raw/next/curated/crystal-clear.json",
"with-variants": {
"solarized": "https://github.com/GradienceTeam/preset.solarized/raw/main/preset.json"
}
}

View file

@ -1,24 +1,30 @@
{
"Pretty Purple": "https://github.com/GradienceTeam/Community/raw/next/official/pretty-purple.json",
"Builder Light": "https://github.com/GradienceTeam/Community/raw/next/official/builder-light.json",
"Builder": "https://github.com/GradienceTeam/Community/raw/next/official/builder.json",
"Builder Dark": "https://github.com/GradienceTeam/Community/raw/next/official/builder-dark.json",
"Classic Light": "https://github.com/GradienceTeam/Community/raw/next/official/classic-light.json",
"Catppuccin Frapp\u00e9": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-frappe.json",
"Catppuccin Latte": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-latte.json",
"Catppuccin Macchiato": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-macchiato.json",
"Catppuccin Mocha": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-mocha.json",
"Classic": "https://github.com/GradienceTeam/Community/raw/next/official/classic.json",
"Classic Dark": "https://github.com/GradienceTeam/Community/raw/next/official/classic-dark.json",
"Cobalt Light": "https://github.com/GradienceTeam/Community/raw/next/official/cobalt-light.json",
"Cobalt": "https://github.com/GradienceTeam/Community/raw/next/official/cobalt.json",
"Cobalt Dark": "https://github.com/GradienceTeam/Community/raw/next/official/cobalt-dark.json",
"Kate Light": "https://github.com/GradienceTeam/Community/raw/next/official/kate-light.json",
"Everforest": "https://github.com/GradienceTeam/Community/raw/next/official/everforest.json",
"Everforest Dark": "https://github.com/GradienceTeam/Community/raw/next/official/everforest-dark.json",
"Gruvbox": "https://github.com/GradienceTeam/Community/raw/next/official/gruvbox.json",
"Gruvbox Dark": "https://github.com/GradienceTeam/Community/raw/next/official/gruvbox-dark.json",
"Kate": "https://github.com/GradienceTeam/Community/raw/next/official/kate.json",
"Kate Dark": "https://github.com/GradienceTeam/Community/raw/next/official/kate-dark.json",
"Night Owl": "https://github.com/GradienceTeam/Community/raw/next/official/night-owl.json",
"Oblivion": "https://github.com/GradienceTeam/Community/raw/next/official/oblivion.json",
"Peninsula Light": "https://github.com/GradienceTeam/Community/raw/next/official/peninsula-light.json",
"Peninsula": "https://github.com/GradienceTeam/Community/raw/next/official/peninsula.json",
"Peninsula Dark": "https://github.com/GradienceTeam/Community/raw/next/official/peninsula-dark.json",
"Solarized Light": "https://github.com/GradienceTeam/Community/raw/next/official/solarized-light.json",
"Pretty Purple": "https://github.com/GradienceTeam/Community/raw/next/official/pretty-purple.json",
"Solarized": "https://github.com/GradienceTeam/Community/raw/next/official/solarized.json",
"Solarized Dark": "https://github.com/GradienceTeam/Community/raw/next/official/solarized-dark.json",
"Tango": "https://github.com/GradienceTeam/Community/raw/next/official/tango.json",
"Gruvbox Light": "https://github.com/GradienceTeam/Community/raw/next/official/gruvbox-light.json",
"Gruvbox Dark": "https://github.com/GradienceTeam/Community/raw/next/official/gruvbox-dark.json",
"Catppuccin Latte": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-latte.json",
"Catppuccin Frappé": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-frappé.json",
"Catppuccin Macchiato": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-macchiato.json",
"Catppuccin Mocha": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-mocha.json"
}
"Tokyo Night": "https://github.com/GradienceTeam/Community/raw/next/official/tokyonight.json",
"Tokyo Night Dark": "https://github.com/GradienceTeam/Community/raw/next/official/tokyonight-dark.json",
"Tokyo Night Moon": "https://github.com/GradienceTeam/Community/raw/next/official/tokyonight-moon.json",
"Tokyo Night Storm": "https://github.com/GradienceTeam/Community/raw/next/official/tokyonight-storm.json"
}

View file

@ -103,5 +103,6 @@
"custom_css": {
"gtk4": "",
"gtk3": ""
}
}
},
"plugins": {}
}

View file

@ -1,5 +1,5 @@
{
"name": "Builder Light",
"name": "Builder",
"variables": {
"accent_color": "#75aac1",
"accent_bg_color": "#0077aa",
@ -103,5 +103,6 @@
"custom_css": {
"gtk4": "",
"gtk3": ""
}
},
"plugins": {}
}

View file

@ -1,21 +1,21 @@
{
"name": "Catppuccin Frappé",
"name": "Catppuccin Frapp\u00e9",
"variables": {
"accent_color": "rgb(81, 87, 109)",
"accent_bg_color": "rgb(65, 69, 89)",
"accent_fg_color": "rgb(198, 208, 245)",
"accent_color": "rgb(133, 193, 220)",
"accent_bg_color": "rgb(140, 170, 238)",
"accent_fg_color": "rgb(35, 38, 52)",
"destructive_color": "rgb(234, 153, 156)",
"destructive_bg_color": "rgb(231, 130, 132)",
"destructive_fg_color": "rgb(198, 208, 245)",
"destructive_fg_color": "rgb(35, 38, 52)",
"success_color": "rgb(166, 209, 137)",
"success_bg_color": "rgb(129, 200, 190)",
"success_fg_color": "rgb(198, 208, 245)",
"success_fg_color": "rgb(35, 38, 52)",
"warning_color": "rgb(239, 159, 118)",
"warning_bg_color": "rgb(229, 200, 144)",
"warning_fg_color": "rgb(35, 38, 52)",
"error_color": "rgb(234, 153, 156)",
"error_bg_color": "rgb(231, 130, 132)",
"error_fg_color": "rgb(198, 208, 245)",
"error_fg_color": "rgb(35, 38, 52)",
"window_bg_color": "rgb(48, 52, 70)",
"window_fg_color": "rgb(198, 208, 245)",
"view_bg_color": "rgb(41, 44, 60)",
@ -105,4 +105,4 @@
"gtk3": ""
},
"plugins": {}
}
}

View file

@ -1,21 +1,21 @@
{
"name": "Catppuccin Latte",
"variables": {
"accent_color": "rgb(172, 176, 190)",
"accent_bg_color": "rgb(188, 192, 204)",
"accent_fg_color": "rgb(76, 79, 105)",
"accent_color": "rgb(32, 159, 181)",
"accent_bg_color": "rgb(30, 102, 245)",
"accent_fg_color": "rgb(239, 241, 245)",
"destructive_color": "rgb(210, 15, 57)",
"destructive_bg_color": "rgb(230, 69, 83)",
"destructive_fg_color": "#eff1f5",
"destructive_fg_color": "rgb(239, 241, 245)",
"success_color": "rgb(23, 146, 153)",
"success_bg_color": "rgb(64, 160, 43)",
"success_fg_color": "#eff1f5",
"success_fg_color": "rgb(239, 241, 245)",
"warning_color": "rgb(223, 142, 29)",
"warning_bg_color": "rgb(254, 100, 11)",
"warning_fg_color": "rgb(76, 79, 105)",
"error_color": "rgb(210, 15, 57)",
"error_bg_color": "rgb(230, 69, 83)",
"error_fg_color": "#eff1f5",
"error_fg_color": "rgb(239, 241, 245)",
"window_bg_color": "rgb(239, 241, 245)",
"window_fg_color": "rgb(76, 79, 105)",
"view_bg_color": "rgb(230, 233, 239)",
@ -105,4 +105,4 @@
"gtk3": ""
},
"plugins": {}
}
}

View file

@ -1,21 +1,21 @@
{
"name": "Catppuccin Macchiato",
"variables": {
"accent_color": "rgb(91, 96, 120)",
"accent_bg_color": "rgb(73, 77, 100)",
"accent_fg_color": "rgb(202, 211, 245)",
"accent_color": "rgb(125, 196, 228)",
"accent_bg_color": "rgb(138, 173, 244)",
"accent_fg_color": "rgb(24, 25, 38)",
"destructive_color": "rgb(238, 153, 160)",
"destructive_bg_color": "rgb(237, 135, 150)",
"destructive_fg_color": "rgb(202, 211, 245)",
"destructive_fg_color": "rgb(24, 25, 38)",
"success_color": "rgb(166, 218, 149)",
"success_bg_color": "rgb(139, 213, 202)",
"success_fg_color": "rgb(202, 211, 245)",
"success_fg_color": "rgb(24, 25, 38)",
"warning_color": "rgb(245, 169, 127)",
"warning_bg_color": "rgb(238, 212, 159)",
"warning_fg_color": "rgb(24, 25, 38)",
"error_color": "rgb(238, 153, 160)",
"error_bg_color": "rgb(237, 135, 150)",
"error_fg_color": "rgb(202, 211, 245)",
"error_fg_color": "rgb(24, 25, 38)",
"window_bg_color": "rgb(36, 39, 58)",
"window_fg_color": "rgb(202, 211, 245)",
"view_bg_color": "rgb(30, 32, 48)",
@ -105,4 +105,4 @@
"gtk3": ""
},
"plugins": {}
}
}

View file

@ -1,21 +1,21 @@
{
"name": "Catppuccin Mocha",
"variables": {
"accent_color": "rgb(88, 91, 112)",
"accent_bg_color": "rgb(69, 71, 90)",
"accent_fg_color": "rgb(205, 214, 244)",
"accent_color": "rgb(116, 199, 236)",
"accent_bg_color": "rgb(137, 180, 250)",
"accent_fg_color": "rgb(17, 17, 27)",
"destructive_color": "rgb(238, 153, 160)",
"destructive_bg_color": "rgb(237, 135, 150)",
"destructive_fg_color": "rgb(205, 214, 244)",
"destructive_fg_color": "rgb(17, 17, 27)",
"success_color": "rgb(166, 218, 149)",
"success_bg_color": "rgb(139, 213, 202)",
"success_fg_color": "rgb(205, 214, 244)",
"success_fg_color": "rgb(17, 17, 27)",
"warning_color": "rgb(245, 169, 127)",
"warning_bg_color": "rgb(238, 212, 159)",
"warning_fg_color": "rgb(17, 17, 27)",
"error_color": "rgb(238, 153, 160)",
"error_bg_color": "rgb(237, 135, 150)",
"error_fg_color": "rgb(205, 214, 244)",
"error_fg_color": "rgb(17, 17, 27)",
"window_bg_color": "rgb(30, 30, 46)",
"window_fg_color": "rgb(205, 214, 244)",
"view_bg_color": "rgb(24, 24, 37)",
@ -105,4 +105,4 @@
"gtk3": ""
},
"plugins": {}
}
}

View file

@ -103,5 +103,6 @@
"custom_css": {
"gtk4": "",
"gtk3": ""
}
},
"plugins": {}
}

View file

@ -103,5 +103,6 @@
"custom_css": {
"gtk4": "",
"gtk3": ""
}
},
"plugins": {}
}

View file

@ -103,5 +103,6 @@
"custom_css": {
"gtk4": "",
"gtk3": ""
}
},
"plugins": {}
}

View file

@ -103,5 +103,6 @@
"custom_css": {
"gtk4": "",
"gtk3": ""
}
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Everforest Dark",
"variables": {
"accent_color": "#7FBBB3",
"accent_bg_color": "#3A515D",
"accent_fg_color": "#D3C6AA",
"destructive_color": "#E67E80",
"destructive_bg_color": "#514045",
"destructive_fg_color": "#D3C6AA",
"success_color": "#A7C080",
"success_bg_color": "#425047",
"success_fg_color": "#D3C6AA",
"warning_color": "#DBBC7F",
"warning_bg_color": "#4D4C43",
"warning_fg_color": "#D3C6AA",
"error_color": "#E67E80",
"error_bg_color": "#514045",
"error_fg_color": "#D3C6AA",
"window_bg_color": "#2D353B",
"window_fg_color": "#D3C6AA",
"view_bg_color": "#343F44",
"view_fg_color": "#D3C6AA",
"headerbar_bg_color": "#232A2E",
"headerbar_fg_color": "#D3C6AA",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#D3C6AA",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#3D484D",
"dialog_fg_color": "#D3C6AA",
"popover_bg_color": "#3D484D",
"popover_fg_color": "#D3C6AA",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

108
official/everforest.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Everforest",
"variables": {
"accent_color": "#3a94c5",
"accent_bg_color": "#e9f0e9",
"accent_fg_color": "#5c6a72",
"destructive_color": "#f85552",
"destructive_bg_color": "#fbe3da",
"destructive_fg_color": "#5c6a72",
"success_color": "#8da101",
"success_bg_color": "#f0f1d2",
"success_fg_color": "#5c6a72",
"warning_color": "#dfa000",
"warning_bg_color": "#faedcd",
"warning_fg_color": "#5c6a72",
"error_color": "#f85552",
"error_bg_color": "#fbe3da",
"error_fg_color": "#5c6a72",
"window_bg_color": "#fdf6e3",
"window_fg_color": "#5c6a72",
"view_bg_color": "#f4f0d9",
"view_fg_color": "#5c6a72",
"headerbar_bg_color": "#efebd4",
"headerbar_fg_color": "#5c6a72",
"headerbar_border_color": "rgba(0, 0, 0, 0.8)",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.07)",
"card_bg_color": "#ffffff",
"card_fg_color": "#5c6a72",
"card_shade_color": "rgba(0, 0, 0, 0.07)",
"dialog_bg_color": "#efebd4",
"dialog_fg_color": "#5c6a72",
"popover_bg_color": "#efebd4",
"popover_fg_color": "#5c6a72",
"shade_color": "rgba(0, 0, 0, 0.07)",
"scrollbar_outline_color": "#ffffff"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -105,4 +105,4 @@
"gtk3": ""
},
"plugins": {}
}
}

View file

@ -1,5 +1,5 @@
{
"name": "Gruvbox Light",
"name": "Gruvbox",
"variables": {
"accent_color": "#282828",
"accent_bg_color": "#3c3836",

View file

@ -103,5 +103,6 @@
"custom_css": {
"gtk4": "",
"gtk3": ""
}
},
"plugins": {}
}

View file

@ -103,5 +103,6 @@
"custom_css": {
"gtk4": "",
"gtk3": ""
}
},
"plugins": {}
}

110
official/night-owl.json Normal file
View file

@ -0,0 +1,110 @@
{
"name": "Night Owl",
"variables": {
"accent_color": "#82AAFF",
"accent_bg_color": "#82AAFF",
"accent_fg_color": "#FFFFFF",
"destructive_color": "#EF5350",
"destructive_bg_color": "#EF5350",
"destructive_fg_color": "#ffffff",
"success_color": "#22DA6E",
"success_bg_color": "#22DA6E",
"success_fg_color": "#ffffff",
"warning_color": "#FFEB95",
"warning_bg_color": "#ADDB67",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "#EF5350",
"error_bg_color": "#EF5350",
"error_fg_color": "#ffffff",
"window_bg_color": "#011627",
"window_fg_color": "#D6DEEB",
"view_bg_color": "#011627",
"view_fg_color": "#D6DEEB",
"headerbar_bg_color": "#273947",
"headerbar_fg_color": "#D6DEEB",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "#011627",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#D6DEEB",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#273947",
"dialog_fg_color": "#D6DEEB",
"popover_bg_color": "#273947",
"popover_fg_color": "#D6DEEB",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)",
"thumbnail_bg_color": "#011627",
"thumbnail_fg_color": "#D6DEEB"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -103,5 +103,6 @@
"custom_css": {
"gtk4": "",
"gtk3": ""
}
},
"plugins": {}
}

View file

@ -103,5 +103,6 @@
"custom_css": {
"gtk4": "",
"gtk3": ""
}
},
"plugins": {}
}

View file

@ -103,5 +103,6 @@
"custom_css": {
"gtk4": "",
"gtk3": ""
}
},
"plugins": {}
}

View file

@ -1,8 +1,8 @@
{
"name": "Pretty Purple",
"variables": {
"accent_color": "rgb(220,138,221)",
"accent_bg_color": "rgb(145,65,172)",
"accent_color": "#dc8add",
"accent_bg_color": "#9141ac",
"accent_fg_color": "#ffffff",
"destructive_color": "#ff7b63",
"destructive_bg_color": "#c01c28",
@ -16,24 +16,24 @@
"error_color": "#ff7b63",
"error_bg_color": "#c01c28",
"error_fg_color": "#ffffff",
"window_bg_color": "rgb(36,31,49)",
"window_fg_color": "rgb(255,255,255)",
"view_bg_color": "rgb(36,31,49)",
"window_bg_color": "#241f31",
"window_fg_color": "#ffffff",
"view_bg_color": "#363141",
"view_fg_color": "#ffffff",
"headerbar_bg_color": "rgb(36,31,49)",
"headerbar_bg_color": "#241f31",
"headerbar_fg_color": "#ffffff",
"headerbar_border_color": "rgba(0,0,0,0)",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0,0,0,0.25)",
"card_bg_color": "rgba(255,255,255,0.08)",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "#ffffff",
"card_shade_color": "rgba(0,0,0,0.25)",
"dialog_bg_color": "rgb(36,31,49)",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#241f31",
"dialog_fg_color": "#ffffff",
"popover_bg_color": "rgb(36,31,49)",
"popover_bg_color": "#241f31",
"popover_fg_color": "#ffffff",
"shade_color": "rgb(0,0,0)",
"scrollbar_outline_color": "rgb(0,0,0)"
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
@ -99,5 +99,10 @@
"4": "#241f31",
"5": "#000000"
}
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -103,5 +103,6 @@
"custom_css": {
"gtk4": "",
"gtk3": ""
}
},
"plugins": {}
}

View file

@ -103,5 +103,6 @@
"custom_css": {
"gtk4": "",
"gtk3": ""
}
},
"plugins": {}
}

View file

@ -103,5 +103,6 @@
"custom_css": {
"gtk4": "",
"gtk3": ""
}
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Tokyo Night Dark",
"variables": {
"accent_color": "#a9b1d6",
"accent_bg_color": "#a9b1d6",
"accent_fg_color": "rgba(0, 0, 0, 0.87)",
"destructive_color": "#F28B82",
"destructive_bg_color": "#F28B82",
"destructive_fg_color": "rgba(0, 0, 0, 0.87)",
"success_color": "#81C995",
"success_bg_color": "#81C995",
"success_fg_color": "rgba(0, 0, 0, 0.87)",
"warning_color": "#FDD633",
"warning_bg_color": "#FDD633",
"warning_fg_color": "rgba(0, 0, 0, 0.87)",
"error_color": "#F28B82",
"error_bg_color": "#F28B82",
"error_fg_color": "rgba(0, 0, 0, 0.87)",
"window_bg_color": "#1a1b26",
"window_fg_color": "#c0caf5",
"view_bg_color": "#1a1b26",
"view_fg_color": "#c0caf5",
"headerbar_bg_color": "#1a1b26",
"headerbar_fg_color": "#c0caf5",
"headerbar_border_color": "rgba(192, 202, 245, 0.12)",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "#1a1b26",
"card_fg_color": "#c0caf5",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#1a1b26",
"dialog_fg_color": "#c0caf5",
"popover_bg_color": "#1a1b26",
"popover_fg_color": "#c0caf5",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Tokyo Night Moon",
"variables": {
"accent_color": "#737aa2",
"accent_bg_color": "#737aa2",
"accent_fg_color": "rgba(0, 0, 0, 0.87)",
"destructive_color": "#F28B82",
"destructive_bg_color": "#F28B82",
"destructive_fg_color": "rgba(0, 0, 0, 0.87)",
"success_color": "#81C995",
"success_bg_color": "#81C995",
"success_fg_color": "rgba(0, 0, 0, 0.87)",
"warning_color": "#FDD633",
"warning_bg_color": "#FDD633",
"warning_fg_color": "rgba(0, 0, 0, 0.87)",
"error_color": "#F28B82",
"error_bg_color": "#F28B82",
"error_fg_color": "rgba(0, 0, 0, 0.87)",
"window_bg_color": "#222436",
"window_fg_color": "#c8d3f5",
"view_bg_color": "#222436",
"view_fg_color": "#c8d3f5",
"headerbar_bg_color": "#222436",
"headerbar_fg_color": "#c8d3f5",
"headerbar_border_color": "rgba(200, 211, 245, 0.12)",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "#222436",
"card_fg_color": "#c8d3f5",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#222436",
"dialog_fg_color": "#c8d3f5",
"popover_bg_color": "#222436",
"popover_fg_color": "#c8d3f5",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,108 @@
{
"name": "Tokyo Night Storm",
"variables": {
"accent_color": "#a9b1d6",
"accent_bg_color": "#a9b1d6",
"accent_fg_color": "rgba(0, 0, 0, 0.87)",
"destructive_color": "#F28B82",
"destructive_bg_color": "#F28B82",
"destructive_fg_color": "rgba(0, 0, 0, 0.87)",
"success_color": "#81C995",
"success_bg_color": "#81C995",
"success_fg_color": "rgba(0, 0, 0, 0.87)",
"warning_color": "#FDD633",
"warning_bg_color": "#FDD633",
"warning_fg_color": "rgba(0, 0, 0, 0.87)",
"error_color": "#F28B82",
"error_bg_color": "#F28B82",
"error_fg_color": "rgba(0, 0, 0, 0.87)",
"window_bg_color": "#24283b",
"window_fg_color": "#c0caf5",
"view_bg_color": "#24283b",
"view_fg_color": "#c0caf5",
"headerbar_bg_color": "#24283b",
"headerbar_fg_color": "#c0caf5",
"headerbar_border_color": "rgba(192, 202, 245, 0.12)",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "#24283b",
"card_fg_color": "#c0caf5",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#24283b",
"dialog_fg_color": "#c0caf5",
"popover_bg_color": "#24283b",
"popover_fg_color": "#c0caf5",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

108
official/tokyonight.json Normal file
View file

@ -0,0 +1,108 @@
{
"name": "Tokyo Night",
"variables": {
"accent_color": "#3b4261",
"accent_bg_color": "#3b4261",
"accent_fg_color": "#e1e2e7",
"destructive_color": "#D93025",
"destructive_bg_color": "#D93025",
"destructive_fg_color": "#e1e2e7",
"success_color": "#0F9D58",
"success_bg_color": "#0F9D58",
"success_fg_color": "#e1e2e7",
"warning_color": "#F4B400",
"warning_bg_color": "#F4B400",
"warning_fg_color": "rgba(0, 0, 0, 0.87)",
"error_color": "#D93025",
"error_bg_color": "#D93025",
"error_fg_color": "#e1e2e7",
"window_bg_color": "#e1e2e7",
"window_fg_color": "rgba(0, 0, 0, 0.87)",
"view_bg_color": "#e1e2e7",
"view_fg_color": "rgba(0, 0, 0, 0.87)",
"headerbar_bg_color": "#343b58",
"headerbar_fg_color": "#e1e2e7",
"headerbar_border_color": "rgba(0, 0, 0, 0.12)",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.07)",
"card_bg_color": "#e1e2e7",
"card_fg_color": "rgba(0, 0, 0, 0.87)",
"card_shade_color": "rgba(0, 0, 0, 0.07)",
"dialog_bg_color": "#e1e2e7",
"dialog_fg_color": "rgba(0, 0, 0, 0.87)",
"popover_bg_color": "#e1e2e7",
"popover_fg_color": "rgba(0, 0, 0, 0.87)",
"shade_color": "rgba(0, 0, 0, 0.07)",
"scrollbar_outline_color": "#e1e2e7"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}

View file

@ -0,0 +1,14 @@
#!/usr/bin/bash
# Generate lists of presets
python3 scripts/update-official.py
python3 scripts/update-curated.py
# Push
git config --global user.name 'Gradience Team'
git config --global user.email 'AdwCustomizerTeam@proton.me'
git add official.json curated.json
git commit -m "ci: Generate preset list"
git push

42
scripts/update-curated.py Executable file
View file

@ -0,0 +1,42 @@
#!/usr/bin/python3
# Change the look of Adwaita, with ease
# Copyright (C) 2022 Gradience Team
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Created by @dominichayesferen for Gradience Team
import os
import json
themeslist = {} #Dictionaries needs creating before you append to them, otherwise it'll UnboundLocalError
for i in os.listdir("curated"): #Lists all files (and folders, but it doesn't matter) inside ./curated
with open("curated/" + i, 'r') as pa: #Go through each file
#NOTE: There is no .json filter in the above code - be aware that if any non-json file were to be added to that folder, json.loads will likely raise an exception
palette = json.loads(pa.read()) #Use json module to convert the file's data to a dictionary
themeslist[palette["name"]] = "https://github.com/GradienceTeam/Community/raw/next/curated/" + i #We know where they should be located, so we just put their filenames at the end of the link, and put that whole combined string into the themeslist dictionary, with its key being the in-palette-JSON name of the palette
themenames = [] #Lists needs creating before you append to them, otherwise it'll UnboundLocalError
for i in themeslist: #Get the keys of the dictionary in list format
themenames.append(i) #Self-explanatory - adds the readable name to the themenames list
themenames.sort() #.sort() alphabetically sorts the list it is ran on (note that .sort() cannot do X = X.sort(), as it'll set X to None)
organisedthemeslist = {} #You get the idea with empty variables.
for i in themenames: #For each theme's name, in the order .sort() caused
organisedthemeslist[i] = themeslist[i] #Append the appropriate value from themeslist to organisedthemeslist - this essentially alphabetically sorts the dictionary on a key-by-key basis
with open("curated.json", 'w') as fp: #This opens the file for writing. You might be wondering why there's no .close() - with "with open(...)", the file is automatically closed at the end of the with statement's execution
fp.write(json.dumps(organisedthemeslist, indent=4)) #Save changes to curated.json

42
scripts/update-official.py Executable file
View file

@ -0,0 +1,42 @@
#!/usr/bin/python3
# Change the look of Adwaita, with ease
# Copyright (C) 2022 Gradience Team
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Created by @dominichayesferen for Gradience Team
import os
import json
themeslist = {} #Dictionaries needs creating before you append to them, otherwise it'll UnboundLocalError
for i in os.listdir("official"): #Lists all files (and folders, but it doesn't matter) inside ./official
with open("official/" + i, 'r') as pa: #Go through each file
#NOTE: There is no .json filter in the above code - be aware that if any non-json file were to be added to that folder, json.loads will likely raise an exception
palette = json.loads(pa.read()) #Use json module to convert the file's data to a dictionary
themeslist[palette["name"]] = "https://github.com/GradienceTeam/Community/raw/next/official/" + i #We know where they should be located, so we just put their filenames at the end of the link, and put that whole combined string into the themeslist dictionary, with its key being the in-palette-JSON name of the palette
themenames = [] #Lists needs creating before you append to them, otherwise it'll UnboundLocalError
for i in themeslist: #Get the keys of the dictionary in list format
themenames.append(i) #Self-explanatory - adds the readable name to the themenames list
themenames.sort() #.sort() alphabetically sorts the list it is ran on (note that .sort() cannot do X = X.sort(), as it'll set X to None)
organisedthemeslist = {} #You get the idea with empty variables.
for i in themenames: #For each theme's name, in the order .sort() caused
organisedthemeslist[i] = themeslist[i] #Append the appropriate value from themeslist to organisedthemeslist - this essentially alphabetically sorts the dictionary on a key-by-key basis
with open("official.json", 'w') as fp: #This opens the file for writing. You might be wondering why there's no .close() - with "with open(...)", the file is automatically closed at the end of the with statement's execution
fp.write(json.dumps(organisedthemeslist, indent=4)) #Save changes to official.json