misc: Naming change (remove -light) from presets

This commit is contained in:
David Lapshin 2023-01-14 22:17:44 +03:00
parent 2199ec836e
commit 9d330547f9
15 changed files with 236 additions and 20 deletions

View file

@ -15,26 +15,26 @@
"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",
"Layan Light": "https://github.com/GradienceTeam/Community/raw/next/curated/layan-light.json",
"Matcha Sea": "https://github.com/GradienceTeam/Community/raw/next/curated/matcha-sea.json",
"Nord": "https://github.com/GradienceTeam/Community/raw/next/curated/nord-semi-light.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.json",
"Nord Semi-Light": "https://github.com/GradienceTeam/Community/raw/next/curated/nord-light.json",
"Nord": "https://github.com/GradienceTeam/Community/raw/next/curated/nord-semi-light.json",
"One Dark Pro": "https://github.com/GradienceTeam/Community/raw/next/curated/one-dark-pro.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",
"Pop Light": "https://github.com/GradienceTeam/Community/raw/next/curated/pop-light.json",
"Rosé Pine": "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",
"Rosé Pine Moon": "https://github.com/GradienceTeam/Community/raw/next/curated/rose-pine.json",
"Rosé Pine": "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",
"Solarized Light": "https://github.com/GradienceTeam/Community/raw/next/curated/solarized-light.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",
"Windows 95": "https://github.com/GradienceTeam/Community/raw/next/curated/windows-95.json",
"Yaru Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/yaru-dark.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",
"Zenburn": "https://github.com/GradienceTeam/Community/raw/next/curated/zenburn.json"
}

View file

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

View file

@ -1,5 +1,5 @@
{
"name": "Pop Light",
"name": "Pop",
"variables": {
"accent_color": "rgb(225,160,22)",
"accent_bg_color": "rgb(255,173,0)",

View file

@ -1,5 +1,5 @@
{
"name": "Solarized Light",
"name": "Solarized",
"variables": {
"accent_color": "#268bd2",
"accent_bg_color": "#268bd2",

View file

@ -1,27 +1,27 @@
{
"Builder": "https://github.com/GradienceTeam/Community/raw/next/official/builder.json",
"Builder Dark": "https://github.com/GradienceTeam/Community/raw/next/official/builder-dark.json",
"Builder Light": "https://github.com/GradienceTeam/Community/raw/next/official/builder-light.json",
"Catppuccin Frappé": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-frappé.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",
"Classic": "https://github.com/GradienceTeam/Community/raw/next/official/classic-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",
"Cobalt": "https://github.com/GradienceTeam/Community/raw/next/official/cobalt-light.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",
"Gruvbox Light": "https://github.com/GradienceTeam/Community/raw/next/official/gruvbox-light.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",
"Kate": "https://github.com/GradienceTeam/Community/raw/next/official/kate-light.json",
"Oblivion": "https://github.com/GradienceTeam/Community/raw/next/official/oblivion.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",
"Peninsula": "https://github.com/GradienceTeam/Community/raw/next/official/peninsula-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",
"Solarized": "https://github.com/GradienceTeam/Community/raw/next/official/solarized-light.json",
"Tango": "https://github.com/GradienceTeam/Community/raw/next/official/tango.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 Light": "https://github.com/GradienceTeam/Community/raw/next/official/tokyonight-light.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

@ -1,5 +1,5 @@
{
"name": "Builder Light",
"name": "Builder",
"variables": {
"accent_color": "#75aac1",
"accent_bg_color": "#0077aa",

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

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

View file

@ -1,5 +1,5 @@
{
"name": "Tokyo Night Light",
"name": "Tokyo Night",
"variables": {
"accent_color": "#3b4261",
"accent_bg_color": "#3b4261",