Merge branch 'next' into add-nord-semi-light

This commit is contained in:
0xMRTT 2022-09-25 15:17:36 +02:00 committed by GitHub
commit a13f719ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 340 additions and 13 deletions

View file

@ -1,7 +1,7 @@
# 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/rwNDGPJf)
[![Chat on Discord](https://img.shields.io/discord/1013779899821064202?label=discord&logo=discord&logoColor=white)](https://discord.com/invite/MYa8Sr7btJ)
Add your Presets to `Explore` tab

View file

@ -1,5 +1,4 @@
{
"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",
@ -21,6 +20,8 @@
"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",
"Crystal Clear": "https://github.com/GradienceTeam/Community/raw/next/curated/crystal-clear.json"
"Crystal Clear": "https://github.com/GradienceTeam/Community/raw/next/curated/crystal-clear.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"
}

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

@ -0,0 +1,107 @@
{
"name": "Pop Dark",
"variables": {
"accent_color": "rgb(242,140,42)",
"accent_bg_color": "rgb(251,184,108)",
"accent_fg_color": "rgb(48,48,48)",
"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": "rgb(54,54,54)",
"window_bg_color": "rgb(48,48,48)",
"window_fg_color": "#ffffff",
"view_bg_color": "rgb(43,43,43)",
"view_fg_color": "#ffffff",
"headerbar_bg_color": "rgb(54,54,54)",
"headerbar_fg_color": "#ffffff",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "rgb(54,54,54)",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgb(39,39,39)",
"card_fg_color": "#ffffff",
"card_shade_color": "rgba(0,0,0,0.36)",
"dialog_bg_color": "#383838",
"dialog_fg_color": "#ffffff",
"popover_bg_color": "rgb(43,43,43)",
"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": "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: #5e5e5e;\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 background-color: #363636;\n}\nswitch {\n background-color: #686868;\n}\nswitch:checked {\n background-color: #fbb86c;\n}\ncheckbutton check:checked{\n color: #363636;\n}\nscale highlight{\n background-color: #94ebeb;\n\n}\nscale slider{\n background-color: #94ebeb;\n}\nlist row.activatable:selected{\n color: @dark_5;\n background-color: #94ebeb;\n}\nwindow{\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n}\nbutton{\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n}",
"gtk3": ""
}
}

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

@ -0,0 +1,107 @@
{
"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 background-color: #f6f6f6;\n}\nswitch {\n background-color: #a9a9a9;\n}\nswitch:checked {\n background-color: #ffad00;\n}\ncheckbutton check:checked{\n color: #363636;\n background-color:#ffad00;\n}\nscale highlight{\n background-color: #48b9c7;\n}\nscale slider{\n background-color: #48b9c7;\n}\nlist row.activatable:selected{\n color: @dark_5;\n background-color: #48b9c7;\n}\nwindow{\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n}\nbutton{\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n}",
"gtk3": ""
}
}

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)",
@ -86,4 +86,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/windows-95.json Normal file
View file

@ -0,0 +1,107 @@
{
"name": "Windows 95",
"variables": {
"accent_color": "rgb(0,128,128)",
"accent_bg_color": "rgb(0,128,128)",
"accent_fg_color": "#ffffff",
"destructive_color": "rgb(255,0,0)",
"destructive_bg_color": "rgb(255,0,0)",
"destructive_fg_color": "#ffffff",
"success_color": "rgb(0,255,0)",
"success_bg_color": "rgb(0,255,0)",
"success_fg_color": "rgb(0,0,0)",
"warning_color": "rgb(255,255,0)",
"warning_bg_color": "rgb(255,255,0)",
"warning_fg_color": "rgb(0,0,0)",
"error_color": "rgb(255,0,0)",
"error_bg_color": "rgb(255,0,0)",
"error_fg_color": "#ffffff",
"window_bg_color": "rgb(192,192,192)",
"window_fg_color": "rgb(0,0,0)",
"view_bg_color": "rgb(255,255,255)",
"view_fg_color": "rgb(0,0,0)",
"headerbar_bg_color": "rgb(0,0,128)",
"headerbar_fg_color": "rgb(255,255,255)",
"headerbar_border_color": "rgb(192,192,192)",
"headerbar_backdrop_color": "rgb(128,128,128)",
"headerbar_shade_color": "rgba(0, 0, 0, 0.07)",
"card_bg_color": "rgb(192,192,192)",
"card_fg_color": "rgb(0,0,0)",
"card_shade_color": "rgb(128,128,128)",
"dialog_bg_color": "rgb(192,192,192)",
"dialog_fg_color": "rgb(0,0,0)",
"popover_bg_color": "rgb(192,192,192)",
"popover_fg_color": "rgb(0,0,0)",
"shade_color": "rgba(0,0,0,0.07)",
"scrollbar_outline_color": "rgb(128,128,128)"
},
"palette": {
"blue_": {
"1": "rgb(127,191,255)",
"2": "rgb(85,159,255)",
"3": "rgb(42,127,255)",
"4": "rgb(0,127,255)",
"5": "rgb(42,95,170)"
},
"green_": {
"1": "rgb(127,255,170)",
"2": "rgb(42,223,85)",
"3": "rgb(42,191,85)",
"4": "rgb(0,191,85)",
"5": "rgb(42,159,85)"
},
"yellow_": {
"1": "rgb(255,255,85)",
"2": "rgb(255,223,85)",
"3": "rgb(255,223,85)",
"4": "rgb(255,191,0)",
"5": "rgb(212,159,0)"
},
"orange_": {
"1": "rgb(255,191,85)",
"2": "rgb(255,159,85)",
"3": "rgb(255,127,0)",
"4": "rgb(212,95,0)",
"5": "rgb(212,63,0)"
},
"red_": {
"1": "rgb(255,95,85)",
"2": "rgb(255,63,85)",
"3": "rgb(212,0,0)",
"4": "rgb(170,0,0)",
"5": "rgb(128,0,0)"
},
"purple_": {
"1": "rgb(255,127,255)",
"2": "rgb(170,95,170)",
"3": "rgb(127,63,170)",
"4": "rgb(127,31,170)",
"5": "rgb(85,31,170)"
},
"brown_": {
"1": "rgb(212,191,170)",
"2": "rgb(170,127,85)",
"3": "rgb(170,95,0)",
"4": "rgb(127,95,85)",
"5": "rgb(85,63,0)"
},
"light_": {
"1": "rgb(255,255,255)",
"2": "rgb(255,251,240)",
"3": "rgb(192,192,192)",
"4": "rgb(160,160,164)",
"5": "rgb(128,128,128)"
},
"dark_": {
"1": "rgb(128,128,128)",
"2": "rgb(85,63,85)",
"3": "rgb(42,63,85)",
"4": "rgb(42,31,85)",
"5": "rgb(0,0,0)"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
}
}

6
experiment.json Normal file
View file

@ -0,0 +1,6 @@
{
"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,5 +1,4 @@
{
"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 Dark": "https://github.com/GradienceTeam/Community/raw/next/official/builder-dark.json",

View file

@ -1,8 +1,8 @@
{
"name": "Catppuccin Frappé",
"variables": {
"accent_color": "rgb(98, 104, 128)",
"accent_bg_color": "rgb(81, 87, 109)",
"accent_color": "rgb(81, 87, 109)",
"accent_bg_color": "rgb(65, 69, 89)",
"accent_fg_color": "rgb(198, 208, 245)",
"destructive_color": "rgb(234, 153, 156)",
"destructive_bg_color": "rgb(231, 130, 132)",

View file

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

View file

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

View file

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