From 36a4ffe6697b89827c984b80e8a7b11715b1df48 Mon Sep 17 00:00:00 2001 From: Lyes Saadi <33597258+LyesSaadi@users.noreply.github.com> Date: Mon, 22 Aug 2022 16:42:45 +0200 Subject: [PATCH 001/156] Adding Gruvbox Dark --- presets/gruvbox-dark.json | 107 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 presets/gruvbox-dark.json diff --git a/presets/gruvbox-dark.json b/presets/gruvbox-dark.json new file mode 100644 index 0000000..f321d9c --- /dev/null +++ b/presets/gruvbox-dark.json @@ -0,0 +1,107 @@ +{ + "name": "Gruvbox Dark", + "variables": { + "accent_color": "rgb(131,165,152)", + "accent_bg_color": "rgb(69,133,136)", + "accent_fg_color": "rgb(235,219,178)", + "destructive_color": "rgb(251,73,52)", + "destructive_bg_color": "rgb(204,36,29)", + "destructive_fg_color": "rgb(235,219,178)", + "success_color": "rgb(142,192,124)", + "success_bg_color": "rgb(104,157,106)", + "success_fg_color": "rgb(235,219,178)", + "warning_color": "rgb(250,189,47)", + "warning_bg_color": "rgb(215,153,33)", + "warning_fg_color": "rgba(0, 0, 0, 0.8)", + "error_color": "rgb(251,73,52)", + "error_bg_color": "rgb(204,36,29)", + "error_fg_color": "rgb(235,219,178)", + "window_bg_color": "rgb(40,40,40)", + "window_fg_color": "rgb(235,219,178)", + "view_bg_color": "rgb(29,32,33)", + "view_fg_color": "rgb(235,219,178)", + "headerbar_bg_color": "rgb(60,56,54)", + "headerbar_fg_color": "rgb(235,219,178)", + "headerbar_border_color": "rgb(235,219,178)", + "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": "rgb(235,219,178)", + "card_shade_color": "rgba(0, 0, 0, 0.36)", + "dialog_bg_color": "rgb(60,56,54)", + "dialog_fg_color": "rgb(235,219,178)", + "popover_bg_color": "rgb(60,56,54)", + "popover_fg_color": "rgb(235,219,178)", + "shade_color": "rgb(60,56,54)", + "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(251,241,199)", + "2": "rgb(235,219,178)", + "3": "rgb(213,196,161)", + "4": "rgb(189,174,147)", + "5": "rgb(168,153,132)" + }, + "dark_": { + "1": "rgb(124,111,100)", + "2": "rgb(102,92,84)", + "3": "rgb(80,73,69)", + "4": "rgb(60,56,54)", + "5": "rgb(40,40,40)" + } + }, + "custom_css": { + "gtk4": "", + "gtk3": "" + } +} \ No newline at end of file From 36d0b1dd844d04101071587467ac9f175f109c6e Mon Sep 17 00:00:00 2001 From: salarua <104225819+salarua@users.noreply.github.com> Date: Thu, 15 Sep 2022 19:36:28 -0700 Subject: [PATCH 002/156] Add Nord Dark preset --- nord-dark.json | 107 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 nord-dark.json diff --git a/nord-dark.json b/nord-dark.json new file mode 100644 index 0000000..dd58e7c --- /dev/null +++ b/nord-dark.json @@ -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": "" + } +} \ No newline at end of file From b7d98d4670079267ce6ee6238f2bd49d273df5f0 Mon Sep 17 00:00:00 2001 From: salarua <104225819+salarua@users.noreply.github.com> Date: Thu, 15 Sep 2022 19:36:58 -0700 Subject: [PATCH 003/156] Add Nord Light preset --- nord-light.json | 107 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 nord-light.json diff --git a/nord-light.json b/nord-light.json new file mode 100644 index 0000000..58e2d3c --- /dev/null +++ b/nord-light.json @@ -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": "" + } +} \ No newline at end of file From 32b18835cde5bb192fb7b7be474e970421a5f7c3 Mon Sep 17 00:00:00 2001 From: salarua <104225819+salarua@users.noreply.github.com> Date: Thu, 15 Sep 2022 19:37:30 -0700 Subject: [PATCH 004/156] Add Nord Semi-Light preset --- nord-semi-light.json | 107 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 nord-semi-light.json diff --git a/nord-semi-light.json b/nord-semi-light.json new file mode 100644 index 0000000..a0a160a --- /dev/null +++ b/nord-semi-light.json @@ -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": "" + } +} \ No newline at end of file From 82a1049aec7bb325e25c0d47844c4270abfe7523 Mon Sep 17 00:00:00 2001 From: salarua Date: Fri, 16 Sep 2022 19:59:21 -0700 Subject: [PATCH 005/156] Add Solarized Dark preset --- curated/solarized-dark.json | 107 ++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 curated/solarized-dark.json diff --git a/curated/solarized-dark.json b/curated/solarized-dark.json new file mode 100644 index 0000000..62dfbe9 --- /dev/null +++ b/curated/solarized-dark.json @@ -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": "" + } +} \ No newline at end of file From 54ee5758bbe3c0e1550b9c81d4eedf28e9e7e7a1 Mon Sep 17 00:00:00 2001 From: salarua Date: Fri, 16 Sep 2022 20:04:50 -0700 Subject: [PATCH 006/156] Add Solarized Light preset --- curated/solarized-light.json | 107 +++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 curated/solarized-light.json diff --git a/curated/solarized-light.json b/curated/solarized-light.json new file mode 100644 index 0000000..9ac9b14 --- /dev/null +++ b/curated/solarized-light.json @@ -0,0 +1,107 @@ +{ + "name": "Solarized Light", + "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": "" + } +} \ No newline at end of file From 668f2ee0c1aff98e6962fb1f4d9f6fd6d8727175 Mon Sep 17 00:00:00 2001 From: halfmexican <103920890+halfmexican@users.noreply.github.com> Date: Wed, 21 Sep 2022 14:20:49 -0500 Subject: [PATCH 007/156] Add accent color to selected list row --- curated/pop-dark.json | 2 +- curated/pop-light.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curated/pop-dark.json b/curated/pop-dark.json index 2f0860f..8a452b2 100644 --- a/curated/pop-dark.json +++ b/curated/pop-dark.json @@ -101,7 +101,7 @@ } }, "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\tbackground-color: #363636;\n}\nswitch {\n\tbackground-color: #686868;\n}\nswitch:checked {\n\n\tbackground-color: #fbb86c;\n}\ncheckbutton check:checked{\n\tcolor: #363636;\n}\n\nscale highlight{\n\tbackground-color: #94ebeb;\n\n}\nscale slider{\n\tbackground-color: #94ebeb;\n}", + "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\tbackground-color: #363636;\n}\nswitch {\n\tbackground-color: #686868;\n}\nswitch:checked {\n\n\tbackground-color: #fbb86c;\n}\ncheckbutton check:checked{\n\tcolor: #363636;\n}\n\nscale highlight{\n\tbackground-color: #94ebeb;\n\n}\nscale slider{\n\tbackground-color: #94ebeb;\n}\nlist row.activatable:selected{\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\n}", "gtk3": "" } } \ No newline at end of file diff --git a/curated/pop-light.json b/curated/pop-light.json index 0d95ffa..0298328 100644 --- a/curated/pop-light.json +++ b/curated/pop-light.json @@ -101,7 +101,7 @@ } }, "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}", + "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}\nlist row.activatable:selected{\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n}", "gtk3": "" } } \ No newline at end of file From f484424cf20d109502cb8fa900f0a257d891e3e8 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Wed, 21 Sep 2022 15:20:47 -0700 Subject: [PATCH 008/156] Fix text visibility on accent --- curated/rose-pine-dawn.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/curated/rose-pine-dawn.json b/curated/rose-pine-dawn.json index 62e2ce4..40deab8 100644 --- a/curated/rose-pine-dawn.json +++ b/curated/rose-pine-dawn.json @@ -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}" } -} \ No newline at end of file +} From cd2ba7d94c89cf76b5965ec54feedde8afa97751 Mon Sep 17 00:00:00 2001 From: halfmexican <103920890+halfmexican@users.noreply.github.com> Date: Wed, 21 Sep 2022 18:12:26 -0500 Subject: [PATCH 009/156] Change window border radius to match GTK theme --- curated/pop-dark.json | 2 +- curated/pop-light.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curated/pop-dark.json b/curated/pop-dark.json index 8a452b2..5279f1f 100644 --- a/curated/pop-dark.json +++ b/curated/pop-dark.json @@ -101,7 +101,7 @@ } }, "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\tbackground-color: #363636;\n}\nswitch {\n\tbackground-color: #686868;\n}\nswitch:checked {\n\n\tbackground-color: #fbb86c;\n}\ncheckbutton check:checked{\n\tcolor: #363636;\n}\n\nscale highlight{\n\tbackground-color: #94ebeb;\n\n}\nscale slider{\n\tbackground-color: #94ebeb;\n}\nlist row.activatable:selected{\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\n}", + "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\tbackground-color: #363636;\n}\nswitch {\n\tbackground-color: #686868;\n}\nswitch:checked {\n\n\tbackground-color: #fbb86c;\n}\ncheckbutton check:checked{\n\tcolor: #363636;\n}\nscale highlight{\n\tbackground-color: #94ebeb;\n\n}\nscale slider{\n\tbackground-color: #94ebeb;\n}\nlist row.activatable:selected{\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n}\nwindow{\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\nbutton{\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}", "gtk3": "" } } \ No newline at end of file diff --git a/curated/pop-light.json b/curated/pop-light.json index 0298328..72d34d5 100644 --- a/curated/pop-light.json +++ b/curated/pop-light.json @@ -101,7 +101,7 @@ } }, "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}\nlist row.activatable:selected{\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n}", + "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}\nlist row.activatable:selected{\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n}\nwindow{\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\nbutton{\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}", "gtk3": "" } } \ No newline at end of file From 3805e7bc1cea8a557d3dd6aaee9d029b4e02da63 Mon Sep 17 00:00:00 2001 From: halfmexican <103920890+halfmexican@users.noreply.github.com> Date: Wed, 21 Sep 2022 18:22:45 -0500 Subject: [PATCH 010/156] Remove extra new lines --- curated/pop-dark.json | 2 +- curated/pop-light.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curated/pop-dark.json b/curated/pop-dark.json index 5279f1f..d63a74d 100644 --- a/curated/pop-dark.json +++ b/curated/pop-dark.json @@ -101,7 +101,7 @@ } }, "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\tbackground-color: #363636;\n}\nswitch {\n\tbackground-color: #686868;\n}\nswitch:checked {\n\n\tbackground-color: #fbb86c;\n}\ncheckbutton check:checked{\n\tcolor: #363636;\n}\nscale highlight{\n\tbackground-color: #94ebeb;\n\n}\nscale slider{\n\tbackground-color: #94ebeb;\n}\nlist row.activatable:selected{\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n}\nwindow{\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\nbutton{\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}", + "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": "" } } \ No newline at end of file diff --git a/curated/pop-light.json b/curated/pop-light.json index 72d34d5..20b4fba 100644 --- a/curated/pop-light.json +++ b/curated/pop-light.json @@ -101,7 +101,7 @@ } }, "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}\nlist row.activatable:selected{\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n}\nwindow{\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\nbutton{\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}", + "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": "" } } \ No newline at end of file From dea2445d8985be571a5650b52474707211d15612 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Wed, 28 Sep 2022 15:51:46 +0200 Subject: [PATCH 011/156] feat: add badge --- official/builder-dark.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/official/builder-dark.json b/official/builder-dark.json index be00ac9..d9dd4cd 100644 --- a/official/builder-dark.json +++ b/official/builder-dark.json @@ -1,5 +1,6 @@ { "name": "Builder Dark", + "badges": ["classic"], "variables": { "accent_color": "#41606f", "accent_bg_color": "#4186a8", @@ -104,4 +105,4 @@ "gtk4": "", "gtk3": "" } -} \ No newline at end of file +} From d7a54c2b8a280f4baed2139a534ee6f9cc78b9e1 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Wed, 28 Sep 2022 19:50:22 +0200 Subject: [PATCH 012/156] feat: add description --- official/pretty-purple.json | 1 + 1 file changed, 1 insertion(+) diff --git a/official/pretty-purple.json b/official/pretty-purple.json index 7500718..8034491 100644 --- a/official/pretty-purple.json +++ b/official/pretty-purple.json @@ -1,5 +1,6 @@ { "name": "Pretty Purple", + "description": "Something really pretty <3", "variables": { "accent_color": "rgb(220,138,221)", "accent_bg_color": "rgb(145,65,172)", From f5a1a5c7faeccefba9e20a212fb3acbc1c356e80 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Wed, 28 Sep 2022 19:51:04 +0200 Subject: [PATCH 013/156] fix: description --- official/pretty-purple.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/pretty-purple.json b/official/pretty-purple.json index 8034491..38e3502 100644 --- a/official/pretty-purple.json +++ b/official/pretty-purple.json @@ -1,6 +1,6 @@ { "name": "Pretty Purple", - "description": "Something really pretty <3", + "description": "Something really pretty", "variables": { "accent_color": "rgb(220,138,221)", "accent_bg_color": "rgb(145,65,172)", From c577ec8d1923dbef460c73aa0fc1a4d2da2024c0 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Wed, 28 Sep 2022 19:52:49 +0200 Subject: [PATCH 014/156] fix: add badges --- official/pretty-purple.json | 1 + 1 file changed, 1 insertion(+) diff --git a/official/pretty-purple.json b/official/pretty-purple.json index 38e3502..06fee19 100644 --- a/official/pretty-purple.json +++ b/official/pretty-purple.json @@ -1,6 +1,7 @@ { "name": "Pretty Purple", "description": "Something really pretty", + "badges": ["favourite", "editor-choice"], "variables": { "accent_color": "rgb(220,138,221)", "accent_bg_color": "rgb(145,65,172)", From f0c6aba992a93d3d469700d229c1434d6f4c083d Mon Sep 17 00:00:00 2001 From: tfuxu <73042332+tfuxu@users.noreply.github.com> Date: Wed, 28 Sep 2022 21:38:24 +0200 Subject: [PATCH 015/156] feat: Add Schema Change Proposal, a feature request template for miscellaneous change proposals --- .github/ISSUE_TEMPLATE/preset_proposal.yml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/preset_proposal.yml diff --git a/.github/ISSUE_TEMPLATE/preset_proposal.yml b/.github/ISSUE_TEMPLATE/preset_proposal.yml new file mode 100644 index 0000000..f86fd1b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/preset_proposal.yml @@ -0,0 +1,29 @@ +name: "📝️🚧️ Schema 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 From 5ce41319a4c4558088e6f006ffd162a03521cbe8 Mon Sep 17 00:00:00 2001 From: tfuxu <73042332+tfuxu@users.noreply.github.com> Date: Wed, 28 Sep 2022 19:54:11 +0000 Subject: [PATCH 016/156] Shorten template name --- .github/ISSUE_TEMPLATE/preset_proposal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/preset_proposal.yml b/.github/ISSUE_TEMPLATE/preset_proposal.yml index f86fd1b..036a1c5 100644 --- a/.github/ISSUE_TEMPLATE/preset_proposal.yml +++ b/.github/ISSUE_TEMPLATE/preset_proposal.yml @@ -1,4 +1,4 @@ -name: "📝️🚧️ Schema Change Proposal" +name: "📝️ Change proposal" description: Propose a change in current presets schema, or in the way presets are implemented title: "propose: " labels: ["enhancement"] From 60f05c7c450ca3778f247bc2dd641875af0de7c7 Mon Sep 17 00:00:00 2001 From: halfmexican <103920890+halfmexican@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:15:26 -0500 Subject: [PATCH 017/156] fix adw split buttons --- curated/pop-dark.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curated/pop-dark.json b/curated/pop-dark.json index d63a74d..352cbb0 100644 --- a/curated/pop-dark.json +++ b/curated/pop-dark.json @@ -101,7 +101,7 @@ } }, "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}", + "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}", "gtk3": "" } -} \ No newline at end of file +} From dd8ea4de1e1d52d92dbec4a23c9a8b77f2b43101 Mon Sep 17 00:00:00 2001 From: halfmexican <103920890+halfmexican@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:16:55 -0500 Subject: [PATCH 018/156] fix adw split buttons --- curated/pop-light.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curated/pop-light.json b/curated/pop-light.json index 20b4fba..0c9e5dd 100644 --- a/curated/pop-light.json +++ b/curated/pop-light.json @@ -101,7 +101,7 @@ } }, "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}", + "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}", "gtk3": "" } -} \ No newline at end of file +} From 40cae952c2045ce83fc657f2d0f9255d010a141c Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Thu, 13 Oct 2022 21:43:21 +0300 Subject: [PATCH 019/156] Revert "WIP: Adding Gruvbox Dark (waiting for a rename)" --- presets/gruvbox-dark.json | 107 -------------------------------------- 1 file changed, 107 deletions(-) delete mode 100644 presets/gruvbox-dark.json diff --git a/presets/gruvbox-dark.json b/presets/gruvbox-dark.json deleted file mode 100644 index f321d9c..0000000 --- a/presets/gruvbox-dark.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Gruvbox Dark", - "variables": { - "accent_color": "rgb(131,165,152)", - "accent_bg_color": "rgb(69,133,136)", - "accent_fg_color": "rgb(235,219,178)", - "destructive_color": "rgb(251,73,52)", - "destructive_bg_color": "rgb(204,36,29)", - "destructive_fg_color": "rgb(235,219,178)", - "success_color": "rgb(142,192,124)", - "success_bg_color": "rgb(104,157,106)", - "success_fg_color": "rgb(235,219,178)", - "warning_color": "rgb(250,189,47)", - "warning_bg_color": "rgb(215,153,33)", - "warning_fg_color": "rgba(0, 0, 0, 0.8)", - "error_color": "rgb(251,73,52)", - "error_bg_color": "rgb(204,36,29)", - "error_fg_color": "rgb(235,219,178)", - "window_bg_color": "rgb(40,40,40)", - "window_fg_color": "rgb(235,219,178)", - "view_bg_color": "rgb(29,32,33)", - "view_fg_color": "rgb(235,219,178)", - "headerbar_bg_color": "rgb(60,56,54)", - "headerbar_fg_color": "rgb(235,219,178)", - "headerbar_border_color": "rgb(235,219,178)", - "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": "rgb(235,219,178)", - "card_shade_color": "rgba(0, 0, 0, 0.36)", - "dialog_bg_color": "rgb(60,56,54)", - "dialog_fg_color": "rgb(235,219,178)", - "popover_bg_color": "rgb(60,56,54)", - "popover_fg_color": "rgb(235,219,178)", - "shade_color": "rgb(60,56,54)", - "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(251,241,199)", - "2": "rgb(235,219,178)", - "3": "rgb(213,196,161)", - "4": "rgb(189,174,147)", - "5": "rgb(168,153,132)" - }, - "dark_": { - "1": "rgb(124,111,100)", - "2": "rgb(102,92,84)", - "3": "rgb(80,73,69)", - "4": "rgb(60,56,54)", - "5": "rgb(40,40,40)" - } - }, - "custom_css": { - "gtk4": "", - "gtk3": "" - } -} \ No newline at end of file From aa9331a650c813c32263c579cc0936ac6d624b5d Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Fri, 14 Oct 2022 19:01:58 +0200 Subject: [PATCH 020/156] Rename nord-semi-light.json to curated/nord-semi-light.json Signed-off-by: 0xMRTT <0xMRTT@tuta.io> --- nord-semi-light.json => curated/nord-semi-light.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename nord-semi-light.json => curated/nord-semi-light.json (99%) diff --git a/nord-semi-light.json b/curated/nord-semi-light.json similarity index 99% rename from nord-semi-light.json rename to curated/nord-semi-light.json index a0a160a..d511159 100644 --- a/nord-semi-light.json +++ b/curated/nord-semi-light.json @@ -104,4 +104,4 @@ "gtk4": "", "gtk3": "" } -} \ No newline at end of file +} From 7437e719bc038fd6804e15196951b508277fe83f Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Fri, 14 Oct 2022 19:02:05 +0200 Subject: [PATCH 021/156] Rename nord-light.json to curated/nord-light.json Signed-off-by: 0xMRTT <0xMRTT@tuta.io> --- nord-light.json => curated/nord-light.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename nord-light.json => curated/nord-light.json (99%) diff --git a/nord-light.json b/curated/nord-light.json similarity index 99% rename from nord-light.json rename to curated/nord-light.json index 58e2d3c..79657a2 100644 --- a/nord-light.json +++ b/curated/nord-light.json @@ -104,4 +104,4 @@ "gtk4": "", "gtk3": "" } -} \ No newline at end of file +} From 4b2da59da258db252da84404b207cf83af600736 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Fri, 14 Oct 2022 19:02:09 +0200 Subject: [PATCH 022/156] Rename nord-dark.json to curated/nord-dark.json Signed-off-by: 0xMRTT <0xMRTT@tuta.io> --- nord-dark.json => curated/nord-dark.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename nord-dark.json => curated/nord-dark.json (99%) diff --git a/nord-dark.json b/curated/nord-dark.json similarity index 99% rename from nord-dark.json rename to curated/nord-dark.json index dd58e7c..ef569dd 100644 --- a/nord-dark.json +++ b/curated/nord-dark.json @@ -104,4 +104,4 @@ "gtk4": "", "gtk3": "" } -} \ No newline at end of file +} From 2c27b0a7f84d5bc1e0a9d6c3c6a9ade22726259d Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sat, 15 Oct 2022 16:56:27 +0200 Subject: [PATCH 023/156] feat: add script --- scripts/update.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 scripts/update.sh diff --git a/scripts/update.sh b/scripts/update.sh new file mode 100755 index 0000000..aa8d40a --- /dev/null +++ b/scripts/update.sh @@ -0,0 +1,16 @@ +curated=("yaru") +official=("tango") + +BASE_URL="https://raw.githubusercontent.com/gradience-presets" +BRANCH="main" +DEFAULT_FILENAME="preset.json" + +mkdir -p curated +for preset in "${curated[@]}"; do + wget "$BASE_URL/$preset/$BRANCH/$DEFAULT_FILENAME" -O "curated/${preset}.json" -a wget.log +done + +mkdir -p official +for preset in "${official[@]}"; do + wget "$BASE_URL/$preset/$BRANCH/$DEFAULT_FILENAME" -O "official/${preset}.json" -a wget.log +done From 32f73b860f32963b42d11f802d199985ff616ebf Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sat, 15 Oct 2022 17:09:49 +0200 Subject: [PATCH 024/156] feat: update script --- scripts/update.sh | 28 ++++++++++++-- wget.log | 96 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 121 insertions(+), 3 deletions(-) create mode 100644 wget.log diff --git a/scripts/update.sh b/scripts/update.sh index aa8d40a..bd0334c 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -6,11 +6,33 @@ BRANCH="main" DEFAULT_FILENAME="preset.json" mkdir -p curated + +echo "{" > curated.json +i=0 for preset in "${curated[@]}"; do - wget "$BASE_URL/$preset/$BRANCH/$DEFAULT_FILENAME" -O "curated/${preset}.json" -a wget.log + i=$((i+1)) + url="$BASE_URL/$preset/$BRANCH/$DEFAULT_FILENAME" + wget "$url" -O "curated/${preset}.json" -a wget.log + if [[ $i == "${#curated[@]}" ]]; then + echo " \"$preset\": \"$url\"" >> curated.json + else + echo " \"$preset\": \"$url\"," >> curated.json + fi done +echo "}" >> curated.json mkdir -p official -for preset in "${official[@]}"; do - wget "$BASE_URL/$preset/$BRANCH/$DEFAULT_FILENAME" -O "official/${preset}.json" -a wget.log + +echo "{" > official.json +i=0 +for preset in "${curated[@]}"; do + i=$((i+1)) + url="$BASE_URL/$preset/$BRANCH/$DEFAULT_FILENAME" + wget "$url" -O "curated/${preset}.json" -a wget.log + if [[ $i == "${#curated[@]}" ]]; then + echo " \"$preset\": \"$url\"" >> official.json + else + echo " \"$preset\": \"$url\"," >> official.json + fi done +echo "}" >> official.json diff --git a/wget.log b/wget.log new file mode 100644 index 0000000..aaaa91b --- /dev/null +++ b/wget.log @@ -0,0 +1,96 @@ +--2022-10-15 16:59:37-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.111.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3043 (3,0K) [text/plain] +Saving to: ‘curated/yaru.json’ + + 0K .. 100% 32,0M=0s + +2022-10-15 16:59:37 (32,0 MB/s) - ‘curated/yaru.json’ saved [3043/3043] + +--2022-10-15 16:59:37-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.111.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3013 (2,9K) [text/plain] +Saving to: ‘official/tango.json’ + + 0K .. 100% 27,9M=0s + +2022-10-15 16:59:37 (27,9 MB/s) - ‘official/tango.json’ saved [3013/3013] + +--2022-10-15 17:00:01-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3043 (3,0K) [text/plain] +Saving to: ‘curated/yaru.json’ + + 0K .. 100% 36,7M=0s + +2022-10-15 17:00:01 (36,7 MB/s) - ‘curated/yaru.json’ saved [3043/3043] + +--2022-10-15 17:00:01-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3013 (2,9K) [text/plain] +Saving to: ‘official/tango.json’ + + 0K .. 100% 35,1M=0s + +2022-10-15 17:00:01 (35,1 MB/s) - ‘official/tango.json’ saved [3013/3013] + +--2022-10-15 17:06:03-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.111.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3043 (3,0K) [text/plain] +Saving to: ‘curated/yaru.json’ + + 0K .. 100% 27,8M=0s + +2022-10-15 17:06:03 (27,8 MB/s) - ‘curated/yaru.json’ saved [3043/3043] + +--2022-10-15 17:06:03-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.108.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3013 (2,9K) [text/plain] +Saving to: ‘official/tango.json’ + + 0K .. 100% 22,3M=0s + +2022-10-15 17:06:04 (22,3 MB/s) - ‘official/tango.json’ saved [3013/3013] + +--2022-10-15 17:06:38-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.109.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3043 (3,0K) [text/plain] +Saving to: ‘curated/yaru.json’ + + 0K .. 100% 36,0M=0s + +2022-10-15 17:06:39 (36,0 MB/s) - ‘curated/yaru.json’ saved [3043/3043] + +--2022-10-15 17:06:39-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.111.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3013 (2,9K) [text/plain] +Saving to: ‘official/tango.json’ + + 0K .. 100% 28,0M=0s + +2022-10-15 17:06:39 (28,0 MB/s) - ‘official/tango.json’ saved [3013/3013] + From 166b1205c8ef20b420a1129482e818a3bf16dcf1 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sat, 15 Oct 2022 17:10:35 +0200 Subject: [PATCH 025/156] feat: update script --- curated.json | 26 +------------------------- official.json | 23 +---------------------- scripts/update.sh | 6 +++--- wget.log | 24 ++++++++++++++++++++++++ 4 files changed, 29 insertions(+), 50 deletions(-) diff --git a/curated.json b/curated.json index 3923b3a..b36dc5f 100644 --- a/curated.json +++ b/curated.json @@ -1,27 +1,3 @@ { - "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", - "Alpha Black": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-black.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", - "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" + "yaru": "https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json" } diff --git a/official.json b/official.json index fd0bbf7..b36dc5f 100644 --- a/official.json +++ b/official.json @@ -1,24 +1,3 @@ { - "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", - "Classic Light": "https://github.com/GradienceTeam/Community/raw/next/official/classic-light.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 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", - "Kate Dark": "https://github.com/GradienceTeam/Community/raw/next/official/kate-dark.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 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", - "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" - + "yaru": "https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json" } diff --git a/scripts/update.sh b/scripts/update.sh index bd0334c..72ac081 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -25,11 +25,11 @@ mkdir -p official echo "{" > official.json i=0 -for preset in "${curated[@]}"; do +for preset in "${official[@]}"; do i=$((i+1)) url="$BASE_URL/$preset/$BRANCH/$DEFAULT_FILENAME" - wget "$url" -O "curated/${preset}.json" -a wget.log - if [[ $i == "${#curated[@]}" ]]; then + wget "$url" -O "official/${preset}.json" -a wget.log + if [[ $i == "${#official[@]}" ]]; then echo " \"$preset\": \"$url\"" >> official.json else echo " \"$preset\": \"$url\"," >> official.json diff --git a/wget.log b/wget.log index aaaa91b..202c1aa 100644 --- a/wget.log +++ b/wget.log @@ -94,3 +94,27 @@ Saving to: ‘official/tango.json’ 2022-10-15 17:06:39 (28,0 MB/s) - ‘official/tango.json’ saved [3013/3013] +--2022-10-15 17:10:03-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.110.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3043 (3,0K) [text/plain] +Saving to: ‘curated/yaru.json’ + + 0K .. 100% 28,2M=0s + +2022-10-15 17:10:03 (28,2 MB/s) - ‘curated/yaru.json’ saved [3043/3043] + +--2022-10-15 17:10:03-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3043 (3,0K) [text/plain] +Saving to: ‘curated/yaru.json’ + + 0K .. 100% 28,3M=0s + +2022-10-15 17:10:03 (28,3 MB/s) - ‘curated/yaru.json’ saved [3043/3043] + From bed351289c62590ec7f2fba23db14b4d3a0265ac Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sat, 15 Oct 2022 17:11:32 +0200 Subject: [PATCH 026/156] rm: wget Signed-off-by: 0xMRTT <0xMRTT@tuta.io> --- wget.log | 120 ------------------------------------------------------- 1 file changed, 120 deletions(-) delete mode 100644 wget.log diff --git a/wget.log b/wget.log deleted file mode 100644 index 202c1aa..0000000 --- a/wget.log +++ /dev/null @@ -1,120 +0,0 @@ ---2022-10-15 16:59:37-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.111.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3043 (3,0K) [text/plain] -Saving to: ‘curated/yaru.json’ - - 0K .. 100% 32,0M=0s - -2022-10-15 16:59:37 (32,0 MB/s) - ‘curated/yaru.json’ saved [3043/3043] - ---2022-10-15 16:59:37-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.111.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3013 (2,9K) [text/plain] -Saving to: ‘official/tango.json’ - - 0K .. 100% 27,9M=0s - -2022-10-15 16:59:37 (27,9 MB/s) - ‘official/tango.json’ saved [3013/3013] - ---2022-10-15 17:00:01-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3043 (3,0K) [text/plain] -Saving to: ‘curated/yaru.json’ - - 0K .. 100% 36,7M=0s - -2022-10-15 17:00:01 (36,7 MB/s) - ‘curated/yaru.json’ saved [3043/3043] - ---2022-10-15 17:00:01-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3013 (2,9K) [text/plain] -Saving to: ‘official/tango.json’ - - 0K .. 100% 35,1M=0s - -2022-10-15 17:00:01 (35,1 MB/s) - ‘official/tango.json’ saved [3013/3013] - ---2022-10-15 17:06:03-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.111.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3043 (3,0K) [text/plain] -Saving to: ‘curated/yaru.json’ - - 0K .. 100% 27,8M=0s - -2022-10-15 17:06:03 (27,8 MB/s) - ‘curated/yaru.json’ saved [3043/3043] - ---2022-10-15 17:06:03-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.108.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3013 (2,9K) [text/plain] -Saving to: ‘official/tango.json’ - - 0K .. 100% 22,3M=0s - -2022-10-15 17:06:04 (22,3 MB/s) - ‘official/tango.json’ saved [3013/3013] - ---2022-10-15 17:06:38-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.109.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3043 (3,0K) [text/plain] -Saving to: ‘curated/yaru.json’ - - 0K .. 100% 36,0M=0s - -2022-10-15 17:06:39 (36,0 MB/s) - ‘curated/yaru.json’ saved [3043/3043] - ---2022-10-15 17:06:39-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.111.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3013 (2,9K) [text/plain] -Saving to: ‘official/tango.json’ - - 0K .. 100% 28,0M=0s - -2022-10-15 17:06:39 (28,0 MB/s) - ‘official/tango.json’ saved [3013/3013] - ---2022-10-15 17:10:03-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.110.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3043 (3,0K) [text/plain] -Saving to: ‘curated/yaru.json’ - - 0K .. 100% 28,2M=0s - -2022-10-15 17:10:03 (28,2 MB/s) - ‘curated/yaru.json’ saved [3043/3043] - ---2022-10-15 17:10:03-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3043 (3,0K) [text/plain] -Saving to: ‘curated/yaru.json’ - - 0K .. 100% 28,3M=0s - -2022-10-15 17:10:03 (28,3 MB/s) - ‘curated/yaru.json’ saved [3043/3043] - From 8897504d89e950f099b98216384ee932a85ccba8 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sat, 15 Oct 2022 17:15:48 +0200 Subject: [PATCH 027/156] feat: update script --- official.json | 2 +- wget.log | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 wget.log diff --git a/official.json b/official.json index b36dc5f..904efc3 100644 --- a/official.json +++ b/official.json @@ -1,3 +1,3 @@ { - "yaru": "https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json" + "tango": "https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json" } diff --git a/wget.log b/wget.log new file mode 100644 index 0000000..405576b --- /dev/null +++ b/wget.log @@ -0,0 +1,24 @@ +--2022-10-15 17:15:40-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.110.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3043 (3,0K) [text/plain] +Saving to: ‘curated/yaru.json’ + + 0K .. 100% 34,7M=0s + +2022-10-15 17:15:40 (34,7 MB/s) - ‘curated/yaru.json’ saved [3043/3043] + +--2022-10-15 17:15:40-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.109.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3013 (2,9K) [text/plain] +Saving to: ‘official/tango.json’ + + 0K .. 100% 33,9M=0s + +2022-10-15 17:15:40 (33,9 MB/s) - ‘official/tango.json’ saved [3013/3013] + From 6675c7fb9aca4fc58be30ddfed58889e6afe257c Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sat, 15 Oct 2022 17:24:35 +0200 Subject: [PATCH 028/156] feat: update script --- curated.json | 10 ++- curated/alpha-mac.json | 2 +- curated/catppuccin-latte.json | 2 +- curated/crystal-clear.json | 2 +- curated/cyberhack.json | 70 ++++++++++---------- curated/tango.json | 107 ++++++++++++++++++++++++++++++ scripts/update.sh | 2 +- wget.log | 120 ++++++++++++++++++++++++++++++++++ 8 files changed, 275 insertions(+), 40 deletions(-) create mode 100644 curated/tango.json diff --git a/curated.json b/curated.json index b36dc5f..f9fe326 100644 --- a/curated.json +++ b/curated.json @@ -1,3 +1,11 @@ { - "yaru": "https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json" + "yaru": "https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json", + "tango": "https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json", + "alpha-black": "https://raw.githubusercontent.com/gradience-presets/alpha-black/main/preset.json", + "alpha-mac": "https://raw.githubusercontent.com/gradience-presets/alpha-mac/main/preset.json", + "alpha-dark": "https://raw.githubusercontent.com/gradience-presets/alpha-dark/main/preset.json", + "catppuccin-frappe": "https://raw.githubusercontent.com/gradience-presets/catppuccin-frappe/main/preset.json", + "catppuccin-latte": "https://raw.githubusercontent.com/gradience-presets/catppuccin-latte/main/preset.json", + "cyberhack": "https://raw.githubusercontent.com/gradience-presets/cyberhack/main/preset.json", + "crystal-clear": "https://raw.githubusercontent.com/gradience-presets/crystal-clear/main/preset.json" } diff --git a/curated/alpha-mac.json b/curated/alpha-mac.json index ae81bee..5987df7 100644 --- a/curated/alpha-mac.json +++ b/curated/alpha-mac.json @@ -107,4 +107,4 @@ "plugins": { "firefox_gnome_theme": null } -} \ No newline at end of file +} diff --git a/curated/catppuccin-latte.json b/curated/catppuccin-latte.json index 3fa226e..df7fd22 100644 --- a/curated/catppuccin-latte.json +++ b/curated/catppuccin-latte.json @@ -104,4 +104,4 @@ "gtk4": "", "gtk3": "" } -} \ No newline at end of file +} diff --git a/curated/crystal-clear.json b/curated/crystal-clear.json index e1741ff..8c93d80 100644 --- a/curated/crystal-clear.json +++ b/curated/crystal-clear.json @@ -104,4 +104,4 @@ "gtk4": "", "gtk3": "" } -} \ No newline at end of file +} diff --git a/curated/cyberhack.json b/curated/cyberhack.json index c1518a5..8c93d80 100644 --- a/curated/cyberhack.json +++ b/curated/cyberhack.json @@ -1,39 +1,39 @@ { - "name": "CyberHack", + "name": "Crystal Clear", "variables": { - "accent_color": "rgb(86,192,46)", - "accent_bg_color": "rgb(18,71,58)", - "accent_fg_color": "rgb(76,206,9)", - "destructive_color": "rgb(191,29,46)", - "destructive_bg_color": "rgb(96,15,56)", - "destructive_fg_color": "rgb(217,89,89)", - "success_color": "rgb(86,211,27)", - "success_bg_color": "rgb(9,52,41)", - "success_fg_color": "rgb(28,186,9)", - "warning_color": "rgb(197,171,0)", - "warning_bg_color": "rgb(247,136,12)", - "warning_fg_color": "rgb(243,209,81)", + "accent_color": "rgb(142,40,176)", + "accent_bg_color": "rgb(169,0,255)", + "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": "rgb(50,42,44)", - "error_fg_color": "rgb(255,180,169)", - "window_bg_color": "rgb(1,36,40)", - "window_fg_color": "rgb(100,243,248)", - "view_bg_color": "rgb(10,51,55)", - "view_fg_color": "rgb(100,243,248)", - "headerbar_bg_color": "rgb(1,36,40)", - "headerbar_fg_color": "rgb(86,192,46)", - "headerbar_border_color": "rgb(79,221,132)", + "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)", + "view_fg_color": "rgb(255,255,255)", + "headerbar_bg_color": "rgb(36,31,49)", + "headerbar_fg_color": "rgb(255,255,255)", + "headerbar_border_color": "rgba(0,0,0,0)", "headerbar_backdrop_color": "@window_bg_color", - "headerbar_shade_color": "rgb(79,221,132)", - "card_bg_color": "rgba(255, 255, 255, 0.08)", - "card_fg_color": "rgb(100,243,248)", - "card_shade_color": "rgba(79,221,132,0.25)", - "dialog_bg_color": "rgb(1,36,40)", - "dialog_fg_color": "rgb(100,243,248)", - "popover_bg_color": "rgb(1,36,40)", - "popover_fg_color": "rgb(100,243,248)", - "shade_color": "rgba(79,221,132,0.25)", - "scrollbar_outline_color": "rgba(79,221,132,0.25)" + "headerbar_shade_color": "rgba(0,0,0,0.25)", + "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)", + "dialog_fg_color": "#ffffff", + "popover_bg_color": "rgb(36,31,49)", + "popover_fg_color": "#ffffff", + "shade_color": "rgba(0,0,0,0.36)", + "scrollbar_outline_color": "rgb(0,0,0)" }, "palette": { "blue_": { @@ -101,7 +101,7 @@ } }, "custom_css": { - "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: #ff267c;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n background-color: shade(#ff267c,1.3);\n}\n\nbutton.titlebutton.maximize, button.titlebutton.maximize:hover:backdrop,\nwindowcontrols > button.maximize,\nwindowcontrols > button.maximize:hover:backdrop {\n background-color: #00ff02;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n background-color: shade(#00ff02,1.3);\n}\n\nbutton.titlebutton.minimize, button.titlebutton.minimize:hover:backdrop,\nwindowcontrols > button.minimize,\nwindowcontrols > button.minimize:hover:backdrop {\n background-color: #ffcc00;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n background-color: shade(#ffcc00,1.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": ".terminal-window.root headerbar button:not(.titlebutton),\n.terminal-window.remote headerbar button:not(.titlebutton) {\n min-width: 16px;\n background: transparent;\n border: 1px solid transparent;\n}\n\n.terminal-window.root headerbar button:not(.titlebutton):hover,\n.terminal-window.remote headerbar button:not(.titlebutton):hover,\n.terminal-window.root headerbar button:not(.titlebutton):checked,\n.terminal-window.remote headerbar button:not(.titlebutton):checked,\n.terminal-window.root headerbar button.titlebutton,\n.terminal-window.remote headerbar button.titlebutton {\n background: alpha(white, 0.12);\n}\n\n.terminal-window.root headerbar button:not(.titlebutton):active,\n.terminal-window.remote headerbar button:not(.titlebutton):active,\n.terminal-window.root headerbar button:not(.titlebutton):checked:hover,\n.terminal-window.remote headerbar button:not(.titlebutton):checked:hover,\n.terminal-window.root headerbar button.titlebutton:hover,\n.terminal-window.remote headerbar button.titlebutton:hover {\n background: alpha(white, 0.18);\n}\n\n.terminal-window.root headerbar button.titlebutton:active,\n.terminal-window.remote headerbar button.titlebutton:active {\n background: alpha(white, 0.3);\n}\n\n.csd.popup decoration { \nborder-radius: 12px; \nbox-shadow: 0 2px 2.4px -1px rgba(0, 0, 0, 0.2), 0 4px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12);\n}\n\n\nmenu, .menu, .context-menu { \n margin: 4px; \n padding: 6px 6px; \n}\n \n.csd menu, .csd .menu, .csd .context-menu { \n border: none; \n border-radius: 12px; \n}\n \nmenu menuitem, .menu menuitem, .context-menu menuitem {\n margin: 0;\n border-radius: 6px;\n padding: 7px 6px;\n}\n \nmenu separator {margin: 6px 0}\n\nmenubar menu, wxMenu {\n padding: 6px;\n border-radius: 12px\n}\n\nmenu menuitem arrow, .menu menuitem arrow, .context-menu menuitem arrow {\ncolor: #c2c2c2;\n}\n\ndecoration {\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: #ff267c;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n background-color: shade(#ff267c,1.3);\n}\n\nbutton.titlebutton.maximize, button.titlebutton.maximize:hover:backdrop,\nwindowcontrols > button.maximize,\nwindowcontrols > button.maximize:hover:backdrop {\n background-color: #00ff02;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n background-color: shade(#00ff02,1.3);\n}\n\nbutton.titlebutton.minimize, button.titlebutton.minimize:hover:backdrop,\nwindowcontrols > button.minimize,\nwindowcontrols > button.minimize:hover:backdrop {\n background-color: #ffcc00;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n background-color: shade(#ffcc00,1.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}" + "gtk4": "", + "gtk3": "" } -} \ No newline at end of file +} diff --git a/curated/tango.json b/curated/tango.json new file mode 100644 index 0000000..3e27e04 --- /dev/null +++ b/curated/tango.json @@ -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": "" + } +} diff --git a/scripts/update.sh b/scripts/update.sh index 72ac081..bd2d770 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,4 +1,4 @@ -curated=("yaru") +curated=("yaru" "tango" "alpha-black" "alpha-mac" "alpha-dark" "catppuccin-frappe" "catppuccin-latte" "cyberhack" "crystal-clear") official=("tango") BASE_URL="https://raw.githubusercontent.com/gradience-presets" diff --git a/wget.log b/wget.log index 405576b..88c961d 100644 --- a/wget.log +++ b/wget.log @@ -22,3 +22,123 @@ Saving to: ‘official/tango.json’ 2022-10-15 17:15:40 (33,9 MB/s) - ‘official/tango.json’ saved [3013/3013] +--2022-10-15 17:24:17-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.109.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3043 (3,0K) [text/plain] +Saving to: ‘curated/yaru.json’ + + 0K .. 100% 34,2M=0s + +2022-10-15 17:24:17 (34,2 MB/s) - ‘curated/yaru.json’ saved [3043/3043] + +--2022-10-15 17:24:17-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.110.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3013 (2,9K) [text/plain] +Saving to: ‘curated/tango.json’ + + 0K .. 100% 34,7M=0s + +2022-10-15 17:24:18 (34,7 MB/s) - ‘curated/tango.json’ saved [3013/3013] + +--2022-10-15 17:24:18-- https://raw.githubusercontent.com/gradience-presets/alpha-black/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.109.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4060 (4,0K) [text/plain] +Saving to: ‘curated/alpha-black.json’ + + 0K ... 100% 46,5M=0s + +2022-10-15 17:24:18 (46,5 MB/s) - ‘curated/alpha-black.json’ saved [4060/4060] + +--2022-10-15 17:24:18-- https://raw.githubusercontent.com/gradience-presets/alpha-mac/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.108.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4297 (4,2K) [text/plain] +Saving to: ‘curated/alpha-mac.json’ + + 0K .... 100% 27,7M=0s + +2022-10-15 17:24:18 (27,7 MB/s) - ‘curated/alpha-mac.json’ saved [4297/4297] + +--2022-10-15 17:24:18-- https://raw.githubusercontent.com/gradience-presets/alpha-dark/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4064 (4,0K) [text/plain] +Saving to: ‘curated/alpha-dark.json’ + + 0K ... 100% 39,4M=0s + +2022-10-15 17:24:19 (39,4 MB/s) - ‘curated/alpha-dark.json’ saved [4064/4064] + +--2022-10-15 17:24:19-- https://raw.githubusercontent.com/gradience-presets/catppuccin-frappe/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3278 (3,2K) [text/plain] +Saving to: ‘curated/catppuccin-frappe.json’ + + 0K ... 100% 30,0M=0s + +2022-10-15 17:24:19 (30,0 MB/s) - ‘curated/catppuccin-frappe.json’ saved [3278/3278] + +--2022-10-15 17:24:19-- https://raw.githubusercontent.com/gradience-presets/catppuccin-latte/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.109.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3237 (3,2K) [text/plain] +Saving to: ‘curated/catppuccin-latte.json’ + + 0K ... 100% 1,18M=0,003s + +2022-10-15 17:24:19 (1,18 MB/s) - ‘curated/catppuccin-latte.json’ saved [3237/3237] + +--2022-10-15 17:24:19-- https://raw.githubusercontent.com/gradience-presets/cyberhack/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.110.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3102 (3,0K) [text/plain] +Saving to: ‘curated/cyberhack.json’ + + 0K ... 100% 33,6M=0s + +2022-10-15 17:24:20 (33,6 MB/s) - ‘curated/cyberhack.json’ saved [3102/3102] + +--2022-10-15 17:24:20-- https://raw.githubusercontent.com/gradience-presets/crystal-clear/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3102 (3,0K) [text/plain] +Saving to: ‘curated/crystal-clear.json’ + + 0K ... 100% 7,40M=0s + +2022-10-15 17:24:20 (7,40 MB/s) - ‘curated/crystal-clear.json’ saved [3102/3102] + +--2022-10-15 17:24:20-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3013 (2,9K) [text/plain] +Saving to: ‘official/tango.json’ + + 0K .. 100% 27,4M=0s + +2022-10-15 17:24:20 (27,4 MB/s) - ‘official/tango.json’ saved [3013/3013] + From 9e7de38baefb806efade8da33a55346d43d9c9fb Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sat, 15 Oct 2022 17:26:10 +0200 Subject: [PATCH 029/156] feat: add dracula --- curated.json | 3 +- curated/dracula.json | 2 +- scripts/update.sh | 2 +- wget.log | 132 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 136 insertions(+), 3 deletions(-) diff --git a/curated.json b/curated.json index f9fe326..6ecd11b 100644 --- a/curated.json +++ b/curated.json @@ -7,5 +7,6 @@ "catppuccin-frappe": "https://raw.githubusercontent.com/gradience-presets/catppuccin-frappe/main/preset.json", "catppuccin-latte": "https://raw.githubusercontent.com/gradience-presets/catppuccin-latte/main/preset.json", "cyberhack": "https://raw.githubusercontent.com/gradience-presets/cyberhack/main/preset.json", - "crystal-clear": "https://raw.githubusercontent.com/gradience-presets/crystal-clear/main/preset.json" + "crystal-clear": "https://raw.githubusercontent.com/gradience-presets/crystal-clear/main/preset.json", + "dracula": "https://raw.githubusercontent.com/gradience-presets/dracula/main/preset.json" } diff --git a/curated/dracula.json b/curated/dracula.json index 0d1a928..4752f30 100644 --- a/curated/dracula.json +++ b/curated/dracula.json @@ -104,4 +104,4 @@ "gtk4": "", "gtk3": "" } -} \ No newline at end of file +} diff --git a/scripts/update.sh b/scripts/update.sh index bd2d770..b2d852f 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,4 +1,4 @@ -curated=("yaru" "tango" "alpha-black" "alpha-mac" "alpha-dark" "catppuccin-frappe" "catppuccin-latte" "cyberhack" "crystal-clear") +curated=("yaru" "tango" "alpha-black" "alpha-mac" "alpha-dark" "catppuccin-frappe" "catppuccin-latte" "cyberhack" "crystal-clear" "dracula") official=("tango") BASE_URL="https://raw.githubusercontent.com/gradience-presets" diff --git a/wget.log b/wget.log index 88c961d..61a4cf3 100644 --- a/wget.log +++ b/wget.log @@ -142,3 +142,135 @@ Saving to: ‘official/tango.json’ 2022-10-15 17:24:20 (27,4 MB/s) - ‘official/tango.json’ saved [3013/3013] +--2022-10-15 17:25:28-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.110.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3043 (3,0K) [text/plain] +Saving to: ‘curated/yaru.json’ + + 0K .. 100% 1,76M=0,002s + +2022-10-15 17:25:28 (1,76 MB/s) - ‘curated/yaru.json’ saved [3043/3043] + +--2022-10-15 17:25:28-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.108.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3013 (2,9K) [text/plain] +Saving to: ‘curated/tango.json’ + + 0K .. 100% 34,0M=0s + +2022-10-15 17:25:28 (34,0 MB/s) - ‘curated/tango.json’ saved [3013/3013] + +--2022-10-15 17:25:28-- https://raw.githubusercontent.com/gradience-presets/alpha-black/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.108.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4060 (4,0K) [text/plain] +Saving to: ‘curated/alpha-black.json’ + + 0K ... 100% 40,9M=0s + +2022-10-15 17:25:28 (40,9 MB/s) - ‘curated/alpha-black.json’ saved [4060/4060] + +--2022-10-15 17:25:29-- https://raw.githubusercontent.com/gradience-presets/alpha-mac/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.108.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4297 (4,2K) [text/plain] +Saving to: ‘curated/alpha-mac.json’ + + 0K .... 100% 31,0M=0s + +2022-10-15 17:25:29 (31,0 MB/s) - ‘curated/alpha-mac.json’ saved [4297/4297] + +--2022-10-15 17:25:29-- https://raw.githubusercontent.com/gradience-presets/alpha-dark/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4064 (4,0K) [text/plain] +Saving to: ‘curated/alpha-dark.json’ + + 0K ... 100% 52,4M=0s + +2022-10-15 17:25:29 (52,4 MB/s) - ‘curated/alpha-dark.json’ saved [4064/4064] + +--2022-10-15 17:25:29-- https://raw.githubusercontent.com/gradience-presets/catppuccin-frappe/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.110.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3278 (3,2K) [text/plain] +Saving to: ‘curated/catppuccin-frappe.json’ + + 0K ... 100% 40,6M=0s + +2022-10-15 17:25:29 (40,6 MB/s) - ‘curated/catppuccin-frappe.json’ saved [3278/3278] + +--2022-10-15 17:25:29-- https://raw.githubusercontent.com/gradience-presets/catppuccin-latte/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.111.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3237 (3,2K) [text/plain] +Saving to: ‘curated/catppuccin-latte.json’ + + 0K ... 100% 30,2M=0s + +2022-10-15 17:25:30 (30,2 MB/s) - ‘curated/catppuccin-latte.json’ saved [3237/3237] + +--2022-10-15 17:25:30-- https://raw.githubusercontent.com/gradience-presets/cyberhack/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.111.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3102 (3,0K) [text/plain] +Saving to: ‘curated/cyberhack.json’ + + 0K ... 100% 29,9M=0s + +2022-10-15 17:25:30 (29,9 MB/s) - ‘curated/cyberhack.json’ saved [3102/3102] + +--2022-10-15 17:25:30-- https://raw.githubusercontent.com/gradience-presets/crystal-clear/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3102 (3,0K) [text/plain] +Saving to: ‘curated/crystal-clear.json’ + + 0K ... 100% 31,4M=0s + +2022-10-15 17:25:30 (31,4 MB/s) - ‘curated/crystal-clear.json’ saved [3102/3102] + +--2022-10-15 17:25:30-- https://raw.githubusercontent.com/gradience-presets/dracula/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.109.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3026 (3,0K) [text/plain] +Saving to: ‘curated/dracula.json’ + + 0K .. 100% 29,9M=0s + +2022-10-15 17:25:30 (29,9 MB/s) - ‘curated/dracula.json’ saved [3026/3026] + +--2022-10-15 17:25:30-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.111.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3013 (2,9K) [text/plain] +Saving to: ‘official/tango.json’ + + 0K .. 100% 28,2M=0s + +2022-10-15 17:25:32 (28,2 MB/s) - ‘official/tango.json’ saved [3013/3013] + From 85a9b5b652e21e5275a57a8256fe2693dce11b43 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sat, 15 Oct 2022 17:26:28 +0200 Subject: [PATCH 030/156] Delete wget.log Signed-off-by: 0xMRTT <0xMRTT@tuta.io> --- wget.log | 276 ------------------------------------------------------- 1 file changed, 276 deletions(-) delete mode 100644 wget.log diff --git a/wget.log b/wget.log deleted file mode 100644 index 61a4cf3..0000000 --- a/wget.log +++ /dev/null @@ -1,276 +0,0 @@ ---2022-10-15 17:15:40-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.110.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3043 (3,0K) [text/plain] -Saving to: ‘curated/yaru.json’ - - 0K .. 100% 34,7M=0s - -2022-10-15 17:15:40 (34,7 MB/s) - ‘curated/yaru.json’ saved [3043/3043] - ---2022-10-15 17:15:40-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.109.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3013 (2,9K) [text/plain] -Saving to: ‘official/tango.json’ - - 0K .. 100% 33,9M=0s - -2022-10-15 17:15:40 (33,9 MB/s) - ‘official/tango.json’ saved [3013/3013] - ---2022-10-15 17:24:17-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.109.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3043 (3,0K) [text/plain] -Saving to: ‘curated/yaru.json’ - - 0K .. 100% 34,2M=0s - -2022-10-15 17:24:17 (34,2 MB/s) - ‘curated/yaru.json’ saved [3043/3043] - ---2022-10-15 17:24:17-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.110.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3013 (2,9K) [text/plain] -Saving to: ‘curated/tango.json’ - - 0K .. 100% 34,7M=0s - -2022-10-15 17:24:18 (34,7 MB/s) - ‘curated/tango.json’ saved [3013/3013] - ---2022-10-15 17:24:18-- https://raw.githubusercontent.com/gradience-presets/alpha-black/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.109.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 4060 (4,0K) [text/plain] -Saving to: ‘curated/alpha-black.json’ - - 0K ... 100% 46,5M=0s - -2022-10-15 17:24:18 (46,5 MB/s) - ‘curated/alpha-black.json’ saved [4060/4060] - ---2022-10-15 17:24:18-- https://raw.githubusercontent.com/gradience-presets/alpha-mac/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.108.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 4297 (4,2K) [text/plain] -Saving to: ‘curated/alpha-mac.json’ - - 0K .... 100% 27,7M=0s - -2022-10-15 17:24:18 (27,7 MB/s) - ‘curated/alpha-mac.json’ saved [4297/4297] - ---2022-10-15 17:24:18-- https://raw.githubusercontent.com/gradience-presets/alpha-dark/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 4064 (4,0K) [text/plain] -Saving to: ‘curated/alpha-dark.json’ - - 0K ... 100% 39,4M=0s - -2022-10-15 17:24:19 (39,4 MB/s) - ‘curated/alpha-dark.json’ saved [4064/4064] - ---2022-10-15 17:24:19-- https://raw.githubusercontent.com/gradience-presets/catppuccin-frappe/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3278 (3,2K) [text/plain] -Saving to: ‘curated/catppuccin-frappe.json’ - - 0K ... 100% 30,0M=0s - -2022-10-15 17:24:19 (30,0 MB/s) - ‘curated/catppuccin-frappe.json’ saved [3278/3278] - ---2022-10-15 17:24:19-- https://raw.githubusercontent.com/gradience-presets/catppuccin-latte/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.109.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3237 (3,2K) [text/plain] -Saving to: ‘curated/catppuccin-latte.json’ - - 0K ... 100% 1,18M=0,003s - -2022-10-15 17:24:19 (1,18 MB/s) - ‘curated/catppuccin-latte.json’ saved [3237/3237] - ---2022-10-15 17:24:19-- https://raw.githubusercontent.com/gradience-presets/cyberhack/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.110.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3102 (3,0K) [text/plain] -Saving to: ‘curated/cyberhack.json’ - - 0K ... 100% 33,6M=0s - -2022-10-15 17:24:20 (33,6 MB/s) - ‘curated/cyberhack.json’ saved [3102/3102] - ---2022-10-15 17:24:20-- https://raw.githubusercontent.com/gradience-presets/crystal-clear/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3102 (3,0K) [text/plain] -Saving to: ‘curated/crystal-clear.json’ - - 0K ... 100% 7,40M=0s - -2022-10-15 17:24:20 (7,40 MB/s) - ‘curated/crystal-clear.json’ saved [3102/3102] - ---2022-10-15 17:24:20-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3013 (2,9K) [text/plain] -Saving to: ‘official/tango.json’ - - 0K .. 100% 27,4M=0s - -2022-10-15 17:24:20 (27,4 MB/s) - ‘official/tango.json’ saved [3013/3013] - ---2022-10-15 17:25:28-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.110.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3043 (3,0K) [text/plain] -Saving to: ‘curated/yaru.json’ - - 0K .. 100% 1,76M=0,002s - -2022-10-15 17:25:28 (1,76 MB/s) - ‘curated/yaru.json’ saved [3043/3043] - ---2022-10-15 17:25:28-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.108.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3013 (2,9K) [text/plain] -Saving to: ‘curated/tango.json’ - - 0K .. 100% 34,0M=0s - -2022-10-15 17:25:28 (34,0 MB/s) - ‘curated/tango.json’ saved [3013/3013] - ---2022-10-15 17:25:28-- https://raw.githubusercontent.com/gradience-presets/alpha-black/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.108.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 4060 (4,0K) [text/plain] -Saving to: ‘curated/alpha-black.json’ - - 0K ... 100% 40,9M=0s - -2022-10-15 17:25:28 (40,9 MB/s) - ‘curated/alpha-black.json’ saved [4060/4060] - ---2022-10-15 17:25:29-- https://raw.githubusercontent.com/gradience-presets/alpha-mac/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.108.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 4297 (4,2K) [text/plain] -Saving to: ‘curated/alpha-mac.json’ - - 0K .... 100% 31,0M=0s - -2022-10-15 17:25:29 (31,0 MB/s) - ‘curated/alpha-mac.json’ saved [4297/4297] - ---2022-10-15 17:25:29-- https://raw.githubusercontent.com/gradience-presets/alpha-dark/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 4064 (4,0K) [text/plain] -Saving to: ‘curated/alpha-dark.json’ - - 0K ... 100% 52,4M=0s - -2022-10-15 17:25:29 (52,4 MB/s) - ‘curated/alpha-dark.json’ saved [4064/4064] - ---2022-10-15 17:25:29-- https://raw.githubusercontent.com/gradience-presets/catppuccin-frappe/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.110.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3278 (3,2K) [text/plain] -Saving to: ‘curated/catppuccin-frappe.json’ - - 0K ... 100% 40,6M=0s - -2022-10-15 17:25:29 (40,6 MB/s) - ‘curated/catppuccin-frappe.json’ saved [3278/3278] - ---2022-10-15 17:25:29-- https://raw.githubusercontent.com/gradience-presets/catppuccin-latte/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.111.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3237 (3,2K) [text/plain] -Saving to: ‘curated/catppuccin-latte.json’ - - 0K ... 100% 30,2M=0s - -2022-10-15 17:25:30 (30,2 MB/s) - ‘curated/catppuccin-latte.json’ saved [3237/3237] - ---2022-10-15 17:25:30-- https://raw.githubusercontent.com/gradience-presets/cyberhack/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.111.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3102 (3,0K) [text/plain] -Saving to: ‘curated/cyberhack.json’ - - 0K ... 100% 29,9M=0s - -2022-10-15 17:25:30 (29,9 MB/s) - ‘curated/cyberhack.json’ saved [3102/3102] - ---2022-10-15 17:25:30-- https://raw.githubusercontent.com/gradience-presets/crystal-clear/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3102 (3,0K) [text/plain] -Saving to: ‘curated/crystal-clear.json’ - - 0K ... 100% 31,4M=0s - -2022-10-15 17:25:30 (31,4 MB/s) - ‘curated/crystal-clear.json’ saved [3102/3102] - ---2022-10-15 17:25:30-- https://raw.githubusercontent.com/gradience-presets/dracula/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.109.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3026 (3,0K) [text/plain] -Saving to: ‘curated/dracula.json’ - - 0K .. 100% 29,9M=0s - -2022-10-15 17:25:30 (29,9 MB/s) - ‘curated/dracula.json’ saved [3026/3026] - ---2022-10-15 17:25:30-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.111.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3013 (2,9K) [text/plain] -Saving to: ‘official/tango.json’ - - 0K .. 100% 28,2M=0s - -2022-10-15 17:25:32 (28,2 MB/s) - ‘official/tango.json’ saved [3013/3013] - From 104665e5ae697e54ea8b54574c9f6c1065661c08 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sat, 15 Oct 2022 17:29:05 +0200 Subject: [PATCH 031/156] feat: add nord and gruvbox --- curated.json | 4 +- scripts/update.sh | 2 +- wget.log | 156 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 160 insertions(+), 2 deletions(-) create mode 100644 wget.log diff --git a/curated.json b/curated.json index 6ecd11b..76889b9 100644 --- a/curated.json +++ b/curated.json @@ -8,5 +8,7 @@ "catppuccin-latte": "https://raw.githubusercontent.com/gradience-presets/catppuccin-latte/main/preset.json", "cyberhack": "https://raw.githubusercontent.com/gradience-presets/cyberhack/main/preset.json", "crystal-clear": "https://raw.githubusercontent.com/gradience-presets/crystal-clear/main/preset.json", - "dracula": "https://raw.githubusercontent.com/gradience-presets/dracula/main/preset.json" + "dracula": "https://raw.githubusercontent.com/gradience-presets/dracula/main/preset.json", + "nord": "https://raw.githubusercontent.com/gradience-presets/nord/main/preset.json", + "gruvbox": "https://raw.githubusercontent.com/gradience-presets/gruvbox/main/preset.json" } diff --git a/scripts/update.sh b/scripts/update.sh index b2d852f..0a7a3e8 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,4 +1,4 @@ -curated=("yaru" "tango" "alpha-black" "alpha-mac" "alpha-dark" "catppuccin-frappe" "catppuccin-latte" "cyberhack" "crystal-clear" "dracula") +curated=("yaru" "tango" "alpha-black" "alpha-mac" "alpha-dark" "catppuccin-frappe" "catppuccin-latte" "cyberhack" "crystal-clear" "dracula" "nord" "gruvbox") official=("tango") BASE_URL="https://raw.githubusercontent.com/gradience-presets" diff --git a/wget.log b/wget.log new file mode 100644 index 0000000..9d75aa4 --- /dev/null +++ b/wget.log @@ -0,0 +1,156 @@ +--2022-10-15 17:28:41-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.111.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3043 (3,0K) [text/plain] +Saving to: ‘curated/yaru.json’ + + 0K .. 100% 38,6M=0s + +2022-10-15 17:28:42 (38,6 MB/s) - ‘curated/yaru.json’ saved [3043/3043] + +--2022-10-15 17:28:42-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.109.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3013 (2,9K) [text/plain] +Saving to: ‘curated/tango.json’ + + 0K .. 100% 37,6M=0s + +2022-10-15 17:28:42 (37,6 MB/s) - ‘curated/tango.json’ saved [3013/3013] + +--2022-10-15 17:28:42-- https://raw.githubusercontent.com/gradience-presets/alpha-black/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.110.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4060 (4,0K) [text/plain] +Saving to: ‘curated/alpha-black.json’ + + 0K ... 100% 11,6M=0s + +2022-10-15 17:28:42 (11,6 MB/s) - ‘curated/alpha-black.json’ saved [4060/4060] + +--2022-10-15 17:28:42-- https://raw.githubusercontent.com/gradience-presets/alpha-mac/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.108.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4297 (4,2K) [text/plain] +Saving to: ‘curated/alpha-mac.json’ + + 0K .... 100% 33,3M=0s + +2022-10-15 17:28:42 (33,3 MB/s) - ‘curated/alpha-mac.json’ saved [4297/4297] + +--2022-10-15 17:28:42-- https://raw.githubusercontent.com/gradience-presets/alpha-dark/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.111.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4064 (4,0K) [text/plain] +Saving to: ‘curated/alpha-dark.json’ + + 0K ... 100% 38,4M=0s + +2022-10-15 17:28:42 (38,4 MB/s) - ‘curated/alpha-dark.json’ saved [4064/4064] + +--2022-10-15 17:28:42-- https://raw.githubusercontent.com/gradience-presets/catppuccin-frappe/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.109.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3278 (3,2K) [text/plain] +Saving to: ‘curated/catppuccin-frappe.json’ + + 0K ... 100% 29,6M=0s + +2022-10-15 17:28:42 (29,6 MB/s) - ‘curated/catppuccin-frappe.json’ saved [3278/3278] + +--2022-10-15 17:28:42-- https://raw.githubusercontent.com/gradience-presets/catppuccin-latte/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.110.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3237 (3,2K) [text/plain] +Saving to: ‘curated/catppuccin-latte.json’ + + 0K ... 100% 30,9M=0s + +2022-10-15 17:28:43 (30,9 MB/s) - ‘curated/catppuccin-latte.json’ saved [3237/3237] + +--2022-10-15 17:28:43-- https://raw.githubusercontent.com/gradience-presets/cyberhack/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.110.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3102 (3,0K) [text/plain] +Saving to: ‘curated/cyberhack.json’ + + 0K ... 100% 31,1M=0s + +2022-10-15 17:28:43 (31,1 MB/s) - ‘curated/cyberhack.json’ saved [3102/3102] + +--2022-10-15 17:28:43-- https://raw.githubusercontent.com/gradience-presets/crystal-clear/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.110.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3102 (3,0K) [text/plain] +Saving to: ‘curated/crystal-clear.json’ + + 0K ... 100% 9,57M=0s + +2022-10-15 17:28:43 (9,57 MB/s) - ‘curated/crystal-clear.json’ saved [3102/3102] + +--2022-10-15 17:28:43-- https://raw.githubusercontent.com/gradience-presets/dracula/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.111.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3026 (3,0K) [text/plain] +Saving to: ‘curated/dracula.json’ + + 0K .. 100% 38,8M=0s + +2022-10-15 17:28:43 (38,8 MB/s) - ‘curated/dracula.json’ saved [3026/3026] + +--2022-10-15 17:28:43-- https://raw.githubusercontent.com/gradience-presets/nord/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.109.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 2994 (2,9K) [text/plain] +Saving to: ‘curated/nord.json’ + + 0K .. 100% 30,9M=0s + +2022-10-15 17:28:44 (30,9 MB/s) - ‘curated/nord.json’ saved [2994/2994] + +--2022-10-15 17:28:44-- https://raw.githubusercontent.com/gradience-presets/gruvbox/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.109.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3217 (3,1K) [text/plain] +Saving to: ‘curated/gruvbox.json’ + + 0K ... 100% 39,1M=0s + +2022-10-15 17:28:44 (39,1 MB/s) - ‘curated/gruvbox.json’ saved [3217/3217] + +--2022-10-15 17:28:44-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json +Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' +Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.109.133, ... +Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3013 (2,9K) [text/plain] +Saving to: ‘official/tango.json’ + + 0K .. 100% 35,5M=0s + +2022-10-15 17:28:44 (35,5 MB/s) - ‘official/tango.json’ saved [3013/3013] + From a3e51341e321b18386e9aa8136d6144b1b62b6b0 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sat, 15 Oct 2022 19:11:42 +0200 Subject: [PATCH 032/156] feat: add pop --- curated.json | 4 +- scripts/update.sh | 6 +- wget.log | 156 ---------------------------------------------- 3 files changed, 6 insertions(+), 160 deletions(-) delete mode 100644 wget.log diff --git a/curated.json b/curated.json index 76889b9..fdbe670 100644 --- a/curated.json +++ b/curated.json @@ -10,5 +10,7 @@ "crystal-clear": "https://raw.githubusercontent.com/gradience-presets/crystal-clear/main/preset.json", "dracula": "https://raw.githubusercontent.com/gradience-presets/dracula/main/preset.json", "nord": "https://raw.githubusercontent.com/gradience-presets/nord/main/preset.json", - "gruvbox": "https://raw.githubusercontent.com/gradience-presets/gruvbox/main/preset.json" + "gruvbox": "https://raw.githubusercontent.com/gradience-presets/gruvbox/main/preset.json", + "pop-dark": "https://raw.githubusercontent.com/gradience-presets/pop-dark/main/preset.json", + "pop-light": "https://raw.githubusercontent.com/gradience-presets/pop-light/main/preset.json" } diff --git a/scripts/update.sh b/scripts/update.sh index 0a7a3e8..0606d2c 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,4 +1,4 @@ -curated=("yaru" "tango" "alpha-black" "alpha-mac" "alpha-dark" "catppuccin-frappe" "catppuccin-latte" "cyberhack" "crystal-clear" "dracula" "nord" "gruvbox") +curated=("yaru" "tango" "alpha-black" "alpha-mac" "alpha-dark" "catppuccin-frappe" "catppuccin-latte" "cyberhack" "crystal-clear" "dracula" "nord" "gruvbox" "pop-dark" "pop-light") official=("tango") BASE_URL="https://raw.githubusercontent.com/gradience-presets" @@ -12,7 +12,7 @@ i=0 for preset in "${curated[@]}"; do i=$((i+1)) url="$BASE_URL/$preset/$BRANCH/$DEFAULT_FILENAME" - wget "$url" -O "curated/${preset}.json" -a wget.log + wget "$url" -O "curated/${preset}.json" if [[ $i == "${#curated[@]}" ]]; then echo " \"$preset\": \"$url\"" >> curated.json else @@ -28,7 +28,7 @@ i=0 for preset in "${official[@]}"; do i=$((i+1)) url="$BASE_URL/$preset/$BRANCH/$DEFAULT_FILENAME" - wget "$url" -O "official/${preset}.json" -a wget.log + wget "$url" -O "official/${preset}.json" if [[ $i == "${#official[@]}" ]]; then echo " \"$preset\": \"$url\"" >> official.json else diff --git a/wget.log b/wget.log deleted file mode 100644 index 9d75aa4..0000000 --- a/wget.log +++ /dev/null @@ -1,156 +0,0 @@ ---2022-10-15 17:28:41-- https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.111.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3043 (3,0K) [text/plain] -Saving to: ‘curated/yaru.json’ - - 0K .. 100% 38,6M=0s - -2022-10-15 17:28:42 (38,6 MB/s) - ‘curated/yaru.json’ saved [3043/3043] - ---2022-10-15 17:28:42-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.109.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3013 (2,9K) [text/plain] -Saving to: ‘curated/tango.json’ - - 0K .. 100% 37,6M=0s - -2022-10-15 17:28:42 (37,6 MB/s) - ‘curated/tango.json’ saved [3013/3013] - ---2022-10-15 17:28:42-- https://raw.githubusercontent.com/gradience-presets/alpha-black/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.110.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 4060 (4,0K) [text/plain] -Saving to: ‘curated/alpha-black.json’ - - 0K ... 100% 11,6M=0s - -2022-10-15 17:28:42 (11,6 MB/s) - ‘curated/alpha-black.json’ saved [4060/4060] - ---2022-10-15 17:28:42-- https://raw.githubusercontent.com/gradience-presets/alpha-mac/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.108.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 4297 (4,2K) [text/plain] -Saving to: ‘curated/alpha-mac.json’ - - 0K .... 100% 33,3M=0s - -2022-10-15 17:28:42 (33,3 MB/s) - ‘curated/alpha-mac.json’ saved [4297/4297] - ---2022-10-15 17:28:42-- https://raw.githubusercontent.com/gradience-presets/alpha-dark/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.111.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 4064 (4,0K) [text/plain] -Saving to: ‘curated/alpha-dark.json’ - - 0K ... 100% 38,4M=0s - -2022-10-15 17:28:42 (38,4 MB/s) - ‘curated/alpha-dark.json’ saved [4064/4064] - ---2022-10-15 17:28:42-- https://raw.githubusercontent.com/gradience-presets/catppuccin-frappe/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.109.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3278 (3,2K) [text/plain] -Saving to: ‘curated/catppuccin-frappe.json’ - - 0K ... 100% 29,6M=0s - -2022-10-15 17:28:42 (29,6 MB/s) - ‘curated/catppuccin-frappe.json’ saved [3278/3278] - ---2022-10-15 17:28:42-- https://raw.githubusercontent.com/gradience-presets/catppuccin-latte/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.110.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3237 (3,2K) [text/plain] -Saving to: ‘curated/catppuccin-latte.json’ - - 0K ... 100% 30,9M=0s - -2022-10-15 17:28:43 (30,9 MB/s) - ‘curated/catppuccin-latte.json’ saved [3237/3237] - ---2022-10-15 17:28:43-- https://raw.githubusercontent.com/gradience-presets/cyberhack/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.110.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3102 (3,0K) [text/plain] -Saving to: ‘curated/cyberhack.json’ - - 0K ... 100% 31,1M=0s - -2022-10-15 17:28:43 (31,1 MB/s) - ‘curated/cyberhack.json’ saved [3102/3102] - ---2022-10-15 17:28:43-- https://raw.githubusercontent.com/gradience-presets/crystal-clear/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.110.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3102 (3,0K) [text/plain] -Saving to: ‘curated/crystal-clear.json’ - - 0K ... 100% 9,57M=0s - -2022-10-15 17:28:43 (9,57 MB/s) - ‘curated/crystal-clear.json’ saved [3102/3102] - ---2022-10-15 17:28:43-- https://raw.githubusercontent.com/gradience-presets/dracula/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.111.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3026 (3,0K) [text/plain] -Saving to: ‘curated/dracula.json’ - - 0K .. 100% 38,8M=0s - -2022-10-15 17:28:43 (38,8 MB/s) - ‘curated/dracula.json’ saved [3026/3026] - ---2022-10-15 17:28:43-- https://raw.githubusercontent.com/gradience-presets/nord/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.109.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 2994 (2,9K) [text/plain] -Saving to: ‘curated/nord.json’ - - 0K .. 100% 30,9M=0s - -2022-10-15 17:28:44 (30,9 MB/s) - ‘curated/nord.json’ saved [2994/2994] - ---2022-10-15 17:28:44-- https://raw.githubusercontent.com/gradience-presets/gruvbox/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.109.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3217 (3,1K) [text/plain] -Saving to: ‘curated/gruvbox.json’ - - 0K ... 100% 39,1M=0s - -2022-10-15 17:28:44 (39,1 MB/s) - ‘curated/gruvbox.json’ saved [3217/3217] - ---2022-10-15 17:28:44-- https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json -Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' -Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.109.133, ... -Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. -HTTP request sent, awaiting response... 200 OK -Length: 3013 (2,9K) [text/plain] -Saving to: ‘official/tango.json’ - - 0K .. 100% 35,5M=0s - -2022-10-15 17:28:44 (35,5 MB/s) - ‘official/tango.json’ saved [3013/3013] - From 621451036f296f5795b0b74b5c0309537845f995 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sat, 15 Oct 2022 19:22:40 +0200 Subject: [PATCH 033/156] Create update.yml Signed-off-by: 0xMRTT <0xMRTT@tuta.io> --- .github/workflows/update.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/update.yml diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml new file mode 100644 index 0000000..5e14b60 --- /dev/null +++ b/.github/workflows/update.yml @@ -0,0 +1,28 @@ +name: Update from `gradience-presets` org +on: + push: + branches: [ "next" ] + + workflow_dispatch: + + +jobs: + update: + # 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 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: ./scripts/update.sh + + - name: Commmit + run: | + git config user.name "GradienceBot" + git config user.email "AdwCustomizerTeam@proton.me" + git add . + git commit -m "ci: update presets for their repo" From ec8e49d6df4b3e0e999076b5ccc24b1d54e70e10 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sat, 15 Oct 2022 19:24:13 +0200 Subject: [PATCH 034/156] fix: ci Signed-off-by: 0xMRTT <0xMRTT@tuta.io> --- .github/workflows/update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 5e14b60..d49efc7 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -25,4 +25,5 @@ jobs: git config user.name "GradienceBot" git config user.email "AdwCustomizerTeam@proton.me" git add . - git commit -m "ci: update presets for their repo" + # added | true so, the worklow will not fail if there is nothing to committ + git commit -m "ci: update presets for their repo" | true From d8cce8aec4f4a7ef3732ac31608a7bc1413d5937 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sat, 15 Oct 2022 19:28:47 +0200 Subject: [PATCH 035/156] fix: add schedule Signed-off-by: 0xMRTT <0xMRTT@tuta.io> --- .github/workflows/update.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d49efc7..a8ecd04 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,9 +1,12 @@ -name: Update from `gradience-presets` org +name: Update from gradience-presets org on: push: branches: [ "next" ] workflow_dispatch: + + schedule: + - cron: '0 * * * *' jobs: From c08534abda5c59a1739d1312978be3b566a9d1da Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sun, 16 Oct 2022 00:30:48 +0200 Subject: [PATCH 036/156] fix: official (wait for migration) Signed-off-by: 0xMRTT <0xMRTT@tuta.io> --- official.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/official.json b/official.json index 904efc3..fd0bbf7 100644 --- a/official.json +++ b/official.json @@ -1,3 +1,24 @@ { - "tango": "https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json" + "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", + "Classic Light": "https://github.com/GradienceTeam/Community/raw/next/official/classic-light.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 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", + "Kate Dark": "https://github.com/GradienceTeam/Community/raw/next/official/kate-dark.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 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", + "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" + } From c43c5b58f09eb687ad02356349ae10d172758039 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Sun, 16 Oct 2022 00:31:28 +0200 Subject: [PATCH 037/156] fix: curated (waitaing for migration) Signed-off-by: 0xMRTT <0xMRTT@tuta.io> --- curated.json | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/curated.json b/curated.json index fdbe670..55880b5 100644 --- a/curated.json +++ b/curated.json @@ -1,16 +1,26 @@ { - "yaru": "https://raw.githubusercontent.com/gradience-presets/yaru/main/preset.json", - "tango": "https://raw.githubusercontent.com/gradience-presets/tango/main/preset.json", - "alpha-black": "https://raw.githubusercontent.com/gradience-presets/alpha-black/main/preset.json", - "alpha-mac": "https://raw.githubusercontent.com/gradience-presets/alpha-mac/main/preset.json", - "alpha-dark": "https://raw.githubusercontent.com/gradience-presets/alpha-dark/main/preset.json", - "catppuccin-frappe": "https://raw.githubusercontent.com/gradience-presets/catppuccin-frappe/main/preset.json", - "catppuccin-latte": "https://raw.githubusercontent.com/gradience-presets/catppuccin-latte/main/preset.json", - "cyberhack": "https://raw.githubusercontent.com/gradience-presets/cyberhack/main/preset.json", - "crystal-clear": "https://raw.githubusercontent.com/gradience-presets/crystal-clear/main/preset.json", - "dracula": "https://raw.githubusercontent.com/gradience-presets/dracula/main/preset.json", - "nord": "https://raw.githubusercontent.com/gradience-presets/nord/main/preset.json", - "gruvbox": "https://raw.githubusercontent.com/gradience-presets/gruvbox/main/preset.json", - "pop-dark": "https://raw.githubusercontent.com/gradience-presets/pop-dark/main/preset.json", - "pop-light": "https://raw.githubusercontent.com/gradience-presets/pop-light/main/preset.json" + + "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", + "Alpha Black": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-black.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", + "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" } From cbd73ad6a417daaf3babaffa65a2f40775d2f0d5 Mon Sep 17 00:00:00 2001 From: halfmexican <103920890+halfmexican@users.noreply.github.com> Date: Fri, 21 Oct 2022 17:40:51 -0500 Subject: [PATCH 038/156] add Pop!_OS themes Signed-off-by: halfmexican <103920890+halfmexican@users.noreply.github.com> --- curated.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/curated.json b/curated.json index 55880b5..41a4d86 100644 --- a/curated.json +++ b/curated.json @@ -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", @@ -22,5 +21,7 @@ "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", - "Windows 95": "https://github.com/GradienceTeam/Community/raw/next/curated/windows-95.json" + "Windows 95": "https://github.com/GradienceTeam/Community/raw/next/curated/windows-95.json", + "Pop Dark": "https://raw.githubusercontent.com/gradience-presets/pop-dark/main/preset.json", + "Pop Light": "https://raw.githubusercontent.com/gradience-presets/pop-light/main/preset.json" } From d07ca8639ea53add2401ea13030815e35f71a224 Mon Sep 17 00:00:00 2001 From: Scribe <96320530+ScribeAwoken@users.noreply.github.com> Date: Fri, 11 Nov 2022 01:55:57 -0500 Subject: [PATCH 039/156] Add files via upload Added Kanagawa theme Signed-off-by: Scribe <96320530+ScribeAwoken@users.noreply.github.com> --- curated/kanagawa.json | 107 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 curated/kanagawa.json diff --git a/curated/kanagawa.json b/curated/kanagawa.json new file mode 100644 index 0000000..357d43f --- /dev/null +++ b/curated/kanagawa.json @@ -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": "" + }, + "plugins": {} +} \ No newline at end of file From ae16fad4a81cbcc08f3505e51e4a3baddd757283 Mon Sep 17 00:00:00 2001 From: Scribe <96320530+ScribeAwoken@users.noreply.github.com> Date: Fri, 11 Nov 2022 02:00:03 -0500 Subject: [PATCH 040/156] Update kanagawa.json Signed-off-by: Scribe <96320530+ScribeAwoken@users.noreply.github.com> --- curated/kanagawa.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/curated/kanagawa.json b/curated/kanagawa.json index 357d43f..2901ee6 100644 --- a/curated/kanagawa.json +++ b/curated/kanagawa.json @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "" - }, - "plugins": {} -} \ No newline at end of file + "gtk4": "", + "gtk3": "" + } +} From 85aa8dd8eeccf6ad1ec3b736e831a4ab77605928 Mon Sep 17 00:00:00 2001 From: Scribe <96320530+ScribeAwoken@users.noreply.github.com> Date: Fri, 11 Nov 2022 19:01:54 -0500 Subject: [PATCH 041/156] Update kanagawa.json Signed-off-by: Scribe <96320530+ScribeAwoken@users.noreply.github.com> From 842e55725cb4b34f1dfc07adb8928dda82803e6c Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Sun, 13 Nov 2022 08:17:45 +0300 Subject: [PATCH 042/156] feat: fix names of curated catppuccin themes --- curated.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curated.json b/curated.json index 41a4d86..9811e42 100644 --- a/curated.json +++ b/curated.json @@ -10,8 +10,8 @@ "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", + "Catppuccin Frappé": "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", "Alpha Black": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-black.json", "Alpha Mac": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-mac.json", From 64ca69b3275b1e414985d66da832483459065ca2 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Sun, 13 Nov 2022 08:49:12 +0300 Subject: [PATCH 043/156] feat: update chat links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e96abbb..f0acf5f 100644 --- a/README.md +++ b/README.md @@ -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/MYa8Sr7btJ) +[![Chat on Matrix](https://img.shields.io/matrix/Gradience:matrix.org?label=matrix&logo=matrix)](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/4njFDtfGEZ) Add your Presets to `Explore` tab From 4a95ecf5a52377abffda3a89faed36b157723621 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 16 Nov 2022 02:18:09 +0100 Subject: [PATCH 044/156] Add matcha-sea.json --- curated/matcha-sea.json | 108 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 curated/matcha-sea.json diff --git a/curated/matcha-sea.json b/curated/matcha-sea.json new file mode 100644 index 0000000..63f62f2 --- /dev/null +++ b/curated/matcha-sea.json @@ -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": {} +} From 7fb2ae5057ceab37e1f53d23e69eca8351db397a Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Fri, 18 Nov 2022 19:49:04 +0300 Subject: [PATCH 045/156] feat: update `official.json` and `curated.json` --- curated.json | 48 ++++++++++++++++++++++++++++-------------------- official.json | 37 ++++++++++++++++++------------------- 2 files changed, 46 insertions(+), 39 deletions(-) diff --git a/curated.json b/curated.json index 9811e42..c7e6ad1 100644 --- a/curated.json +++ b/curated.json @@ -1,27 +1,35 @@ { - "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", + "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", + "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", + "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", + "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 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 Frappé": "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", - "Alpha Black": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-black.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", + "Matcha Sea": "https://github.com/GradienceTeam/Community/raw/next/curated/matcha-sea.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", - "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", + "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 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 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", - "Pop Dark": "https://raw.githubusercontent.com/gradience-presets/pop-dark/main/preset.json", - "Pop Light": "https://raw.githubusercontent.com/gradience-presets/pop-light/main/preset.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", + "Zenburn": "https://github.com/GradienceTeam/Community/raw/next/curated/zenburn.json" } diff --git a/official.json b/official.json index fd0bbf7..5df5d19 100644 --- a/official.json +++ b/official.json @@ -1,24 +1,23 @@ { - "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", - "Classic Light": "https://github.com/GradienceTeam/Community/raw/next/official/classic-light.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 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", - "Kate Dark": "https://github.com/GradienceTeam/Community/raw/next/official/kate-dark.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 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", - "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", + "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" - + "Catppuccin Mocha": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-mocha.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 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 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 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 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 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" } From 13c9c98e4b500477805bb0d5b78a3dd9b58dc4ab Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Fri, 18 Nov 2022 19:57:24 +0300 Subject: [PATCH 046/156] feat: fix names --- curated/catppuccin-frappe.json | 2 +- curated/catppuccin-latte.json | 2 +- curated/cyberhack.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/curated/catppuccin-frappe.json b/curated/catppuccin-frappe.json index 6232f57..1cf2ebb 100644 --- a/curated/catppuccin-frappe.json +++ b/curated/catppuccin-frappe.json @@ -1,5 +1,5 @@ { - "name": "Catppuccin-frappe", + "name": "Catppuccin Frappé", "variables": { "accent_color": "rgb(140, 170, 238)", "accent_bg_color": "rgb(140, 170, 238)", diff --git a/curated/catppuccin-latte.json b/curated/catppuccin-latte.json index df7fd22..48fd86e 100644 --- a/curated/catppuccin-latte.json +++ b/curated/catppuccin-latte.json @@ -1,5 +1,5 @@ { - "name": "Catppuccin-latte", + "name": "Catppuccin Latte", "variables": { "accent_color": "#1e66f5", "accent_bg_color": "#1e66f5", diff --git a/curated/cyberhack.json b/curated/cyberhack.json index 8c93d80..ba69706 100644 --- a/curated/cyberhack.json +++ b/curated/cyberhack.json @@ -1,5 +1,5 @@ { - "name": "Crystal Clear", + "name": "Cyberhack", "variables": { "accent_color": "rgb(142,40,176)", "accent_bg_color": "rgb(169,0,255)", From 85c739c268e0b7fc25ab800b3276379b8c2fed2a Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Fri, 18 Nov 2022 20:01:32 +0300 Subject: [PATCH 047/156] fix: names --- curated.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curated.json b/curated.json index c7e6ad1..5672e6d 100644 --- a/curated.json +++ b/curated.json @@ -2,8 +2,8 @@ "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", - "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", + "Catppuccin Frappé": "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", From 6fc480263387e1c43eeee354ecc8f3960779a594 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Mon, 21 Nov 2022 21:21:34 +0300 Subject: [PATCH 048/156] feat: update Pretty Purple preset fix 100% opaque shadow --- official/pretty-purple.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/official/pretty-purple.json b/official/pretty-purple.json index 06fee19..3a20035 100644 --- a/official/pretty-purple.json +++ b/official/pretty-purple.json @@ -1,7 +1,5 @@ { "name": "Pretty Purple", - "description": "Something really pretty", - "badges": ["favourite", "editor-choice"], "variables": { "accent_color": "rgb(220,138,221)", "accent_bg_color": "rgb(145,65,172)", @@ -34,7 +32,7 @@ "dialog_fg_color": "#ffffff", "popover_bg_color": "rgb(36,31,49)", "popover_fg_color": "#ffffff", - "shade_color": "rgb(0,0,0)", + "shade_color": "rgba(0,0,0,0.36)", "scrollbar_outline_color": "rgb(0,0,0)" }, "palette": { @@ -101,5 +99,9 @@ "4": "#241f31", "5": "#000000" } + }, + "custom_css": { + "gtk4": "", + "gtk3": "" } -} +} \ No newline at end of file From a0c19e8a3dcb4c86748a2ea4f9294fd420114ae7 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Mon, 21 Nov 2022 21:24:34 +0300 Subject: [PATCH 049/156] fix: add badges and description back --- official/pretty-purple.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/official/pretty-purple.json b/official/pretty-purple.json index 3a20035..9662c59 100644 --- a/official/pretty-purple.json +++ b/official/pretty-purple.json @@ -1,5 +1,7 @@ { "name": "Pretty Purple", + "description": "Something really pretty", + "badges": ["favourite", "editor-choice"], "variables": { "accent_color": "rgb(220,138,221)", "accent_bg_color": "rgb(145,65,172)", @@ -104,4 +106,4 @@ "gtk4": "", "gtk3": "" } -} \ No newline at end of file +} From eb549b0937768e47ce071071f98ffbad910aa730 Mon Sep 17 00:00:00 2001 From: Asutosh Variar <96536388+asutoshvariar@users.noreply.github.com> Date: Sun, 27 Nov 2022 11:46:07 +0400 Subject: [PATCH 050/156] Add apprentice theme Signed-off-by: Asutosh Variar <96536388+asutoshvariar@users.noreply.github.com> --- curated/apprentice.json | 106 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 curated/apprentice.json diff --git a/curated/apprentice.json b/curated/apprentice.json new file mode 100644 index 0000000..65fcd90 --- /dev/null +++ b/curated/apprentice.json @@ -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": {} +} \ No newline at end of file From f92699a3a50235a54f67a382dc316d44a147527a Mon Sep 17 00:00:00 2001 From: Asutosh Variar <96536388+asutoshvariar@users.noreply.github.com> Date: Sun, 27 Nov 2022 12:04:06 +0400 Subject: [PATCH 051/156] Update apprentice.json Signed-off-by: Asutosh Variar <96536388+asutoshvariar@users.noreply.github.com> --- curated/apprentice.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curated/apprentice.json b/curated/apprentice.json index 65fcd90..233e765 100644 --- a/curated/apprentice.json +++ b/curated/apprentice.json @@ -1,5 +1,5 @@ { - "name": "apprentice", + "name": "Apprentice", "variables": { "accent_color": "rgb(166, 170, 241)", "accent_bg_color": "rgb(39, 67, 199)", @@ -103,4 +103,4 @@ "gtk4": "" }, "plugins": {} -} \ No newline at end of file +} From f73a440f37edc45cc1071883e5cf3ddc56c8295a Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Wed, 30 Nov 2022 15:43:59 +0300 Subject: [PATCH 052/156] feat: add Tokyo Night presets --- official.json | 6 +- official/tokyonight-dark.json | 108 +++++++++++++++++++++++++++++++++ official/tokyonight-light.json | 108 +++++++++++++++++++++++++++++++++ official/tokyonight-moon.json | 108 +++++++++++++++++++++++++++++++++ official/tokyonight-storm.json | 108 +++++++++++++++++++++++++++++++++ 5 files changed, 437 insertions(+), 1 deletion(-) create mode 100644 official/tokyonight-dark.json create mode 100644 official/tokyonight-light.json create mode 100644 official/tokyonight-moon.json create mode 100644 official/tokyonight-storm.json diff --git a/official.json b/official.json index 5df5d19..9a4b411 100644 --- a/official.json +++ b/official.json @@ -19,5 +19,9 @@ "Pretty Purple": "https://github.com/GradienceTeam/Community/raw/next/official/pretty-purple.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" + "Tango": "https://github.com/GradienceTeam/Community/raw/next/official/tango.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" } diff --git a/official/tokyonight-dark.json b/official/tokyonight-dark.json new file mode 100644 index 0000000..d68ba8a --- /dev/null +++ b/official/tokyonight-dark.json @@ -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": {} +} \ No newline at end of file diff --git a/official/tokyonight-light.json b/official/tokyonight-light.json new file mode 100644 index 0000000..79c8f29 --- /dev/null +++ b/official/tokyonight-light.json @@ -0,0 +1,108 @@ +{ + "name": "Tokyo Night Light", + "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": {} +} \ No newline at end of file diff --git a/official/tokyonight-moon.json b/official/tokyonight-moon.json new file mode 100644 index 0000000..662bd5d --- /dev/null +++ b/official/tokyonight-moon.json @@ -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": {} +} \ No newline at end of file diff --git a/official/tokyonight-storm.json b/official/tokyonight-storm.json new file mode 100644 index 0000000..7fa38ee --- /dev/null +++ b/official/tokyonight-storm.json @@ -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": {} +} \ No newline at end of file From 5bb3bd131130cb3f188682307c6fa271425b8846 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Wed, 30 Nov 2022 16:07:58 +0300 Subject: [PATCH 053/156] feat: add Apprentice preset to `curated.json` --- curated.json | 1 + 1 file changed, 1 insertion(+) diff --git a/curated.json b/curated.json index 5672e6d..8beff2a 100644 --- a/curated.json +++ b/curated.json @@ -2,6 +2,7 @@ "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", + "Apprentice": "https://github.com/GradienceTeam/Community/raw/next/curated/apprentice.json", "Catppuccin Frappé": "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", From 2fde4218158407ec9d2946413e6648b5d076f3f2 Mon Sep 17 00:00:00 2001 From: Asutosh Variar <96536388+asutoshvariar@users.noreply.github.com> Date: Sun, 4 Dec 2022 21:30:17 +0400 Subject: [PATCH 054/156] Add files via upload Signed-off-by: Asutosh Variar <96536388+asutoshvariar@users.noreply.github.com> --- alpha-tritanopia.json | 147 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 alpha-tritanopia.json diff --git a/alpha-tritanopia.json b/alpha-tritanopia.json new file mode 100644 index 0000000..a458c6a --- /dev/null +++ b/alpha-tritanopia.json @@ -0,0 +1,147 @@ +{ + "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)", + "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": "button.titlebutton { /* GTK3 */\n color: transparent;\n min-width: 18px;\n min-height: 18px;\n}\nbutton.titlebutton:backdrop {\n opacity: 0.5;\n}\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: #474b52;\n border: 1px solid #35393e;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n opacity: 0.6;\n}\n\nbutton.titlebutton.maximize,\nwindowcontrols > button.maximize {\n background-color: #474b52;\n border: 1px solid #35393e;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n opacity: 0.6;\n}\n\nbutton.titlebutton.minimize,\nwindowcontrols > button.minimize {\n background-color: #474b52;\n border: 1px solid #35393e;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n opacity: 0.6;\n}\n" + }, + "plugins": {} +} \ No newline at end of file From 9b9a84a57827356439315892164b602937d54ca1 Mon Sep 17 00:00:00 2001 From: Fabian D Date: Tue, 6 Dec 2022 20:52:11 +0100 Subject: [PATCH 055/156] Add everforest.json (Everforest Medium Dark theme) --- curated/everforest.json | 108 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 curated/everforest.json diff --git a/curated/everforest.json b/curated/everforest.json new file mode 100644 index 0000000..11f70d8 --- /dev/null +++ b/curated/everforest.json @@ -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": {} +} \ No newline at end of file From 4d31befd87f6d6827c330221c8961ef0929103f4 Mon Sep 17 00:00:00 2001 From: Fabian D Date: Tue, 6 Dec 2022 21:09:15 +0100 Subject: [PATCH 056/156] Edit curated.json to include everforest --- curated.json | 1 + 1 file changed, 1 insertion(+) diff --git a/curated.json b/curated.json index 8beff2a..8f95eeb 100644 --- a/curated.json +++ b/curated.json @@ -8,6 +8,7 @@ "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", + "Everforest": "https://github.com/GradienceTeam/Community/raw/next/curated/everforest.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", From ca223922d7bd738f66fb1d8ec9a7d8ca6a8c4bbe Mon Sep 17 00:00:00 2001 From: Fabian D Date: Tue, 6 Dec 2022 21:12:30 +0100 Subject: [PATCH 057/156] Revert "Edit curated.json to include everforest" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4d31befd87f6d6827c330221c8961ef0929103f4. Should have read the commit guide 😅 --- curated.json | 1 - 1 file changed, 1 deletion(-) diff --git a/curated.json b/curated.json index 8f95eeb..8beff2a 100644 --- a/curated.json +++ b/curated.json @@ -8,7 +8,6 @@ "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", - "Everforest": "https://github.com/GradienceTeam/Community/raw/next/curated/everforest.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", From 3043a69cec317e6ead96e1532b116e8f048bfcd9 Mon Sep 17 00:00:00 2001 From: Asutosh Variar Date: Thu, 8 Dec 2022 18:16:24 +0400 Subject: [PATCH 058/156] Move alpha-tritanopia --- alpha-tritanopia.json => curated/alpha-tritanopia.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename alpha-tritanopia.json => curated/alpha-tritanopia.json (100%) diff --git a/alpha-tritanopia.json b/curated/alpha-tritanopia.json similarity index 100% rename from alpha-tritanopia.json rename to curated/alpha-tritanopia.json From 187b95fc1183b1f7e80bbf303266cd91ac4f8483 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sat, 10 Dec 2022 14:46:10 +0300 Subject: [PATCH 059/156] fix: blurry window buttons Signed-off-by: David Lapshin --- curated/alpha-tritanopia.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/curated/alpha-tritanopia.json b/curated/alpha-tritanopia.json index a458c6a..b465491 100644 --- a/curated/alpha-tritanopia.json +++ b/curated/alpha-tritanopia.json @@ -141,7 +141,7 @@ } }, "custom_css": { - "gtk4": "button.titlebutton { /* GTK3 */\n color: transparent;\n min-width: 18px;\n min-height: 18px;\n}\nbutton.titlebutton:backdrop {\n opacity: 0.5;\n}\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: #474b52;\n border: 1px solid #35393e;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n opacity: 0.6;\n}\n\nbutton.titlebutton.maximize,\nwindowcontrols > button.maximize {\n background-color: #474b52;\n border: 1px solid #35393e;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n opacity: 0.6;\n}\n\nbutton.titlebutton.minimize,\nwindowcontrols > button.minimize {\n background-color: #474b52;\n border: 1px solid #35393e;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n opacity: 0.6;\n}\n" - }, - "plugins": {} -} \ No newline at end of file + "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: #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": "button.titlebutton { /* GTK3 */\n color: transparent;\n min-width: 18px;\n min-height: 18px;\n}\nbutton.titlebutton:backdrop {\n opacity: 0.5;\n}\n" + } +} From 4c3707ca60e144ff9d7f5c5db598690d4e6685e5 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sat, 10 Dec 2022 14:48:19 +0300 Subject: [PATCH 060/156] fix: format Signed-off-by: David Lapshin --- curated/alpha-tritanopia.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/curated/alpha-tritanopia.json b/curated/alpha-tritanopia.json index b465491..b61ca65 100644 --- a/curated/alpha-tritanopia.json +++ b/curated/alpha-tritanopia.json @@ -143,5 +143,6 @@ "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: #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": "button.titlebutton { /* GTK3 */\n color: transparent;\n min-width: 18px;\n min-height: 18px;\n}\nbutton.titlebutton:backdrop {\n opacity: 0.5;\n}\n" - } + }, + "plugins": {} } From 93d916966a5bdab5d0ac2c9b3dce23ed1d4e8938 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sat, 10 Dec 2022 15:06:33 +0300 Subject: [PATCH 061/156] fix: final fixes Signed-off-by: David Lapshin --- curated/alpha-tritanopia.json | 42 +---------------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/curated/alpha-tritanopia.json b/curated/alpha-tritanopia.json index b61ca65..7da85e6 100644 --- a/curated/alpha-tritanopia.json +++ b/curated/alpha-tritanopia.json @@ -33,47 +33,7 @@ "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)", - "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" + "scrollbar_outline_color": "rgba(0,0,0,0.5)" }, "palette": { "blue_": { From e6f75e4fe09630b098267ee423c2a913df59dd50 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sat, 10 Dec 2022 15:15:19 +0300 Subject: [PATCH 062/156] fix: format Signed-off-by: David Lapshin --- curated/everforest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curated/everforest.json b/curated/everforest.json index 11f70d8..dc5b738 100644 --- a/curated/everforest.json +++ b/curated/everforest.json @@ -105,4 +105,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} From ee16a4467ec219a6cb963c5612d53e327883b6dc Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sun, 11 Dec 2022 18:18:14 +0300 Subject: [PATCH 063/156] feat: Update `curated.json` Add all new curated presets --- curated.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/curated.json b/curated.json index 8beff2a..50127ec 100644 --- a/curated.json +++ b/curated.json @@ -2,12 +2,14 @@ "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", + "Alpha Tritanopia": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-tritanopia.json", "Apprentice": "https://github.com/GradienceTeam/Community/raw/next/curated/apprentice.json", "Catppuccin Frappé": "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", + "Everforest Medium Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/everforest.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", @@ -33,4 +35,4 @@ "Yaru Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/yaru-dark.json", "Yaru": "https://github.com/GradienceTeam/Community/raw/next/curated/yaru.json", "Zenburn": "https://github.com/GradienceTeam/Community/raw/next/curated/zenburn.json" -} +} \ No newline at end of file From 74b491b7ec0b1926ac16c3037abc0530a22c6722 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sun, 11 Dec 2022 18:21:54 +0300 Subject: [PATCH 064/156] fix: Newline --- experiment.json | 2 +- official.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/experiment.json b/experiment.json index fc45de6..9509f11 100644 --- a/experiment.json +++ b/experiment.json @@ -3,4 +3,4 @@ "with-variants": { "solarized": "https://github.com/GradienceTeam/preset.solarized/raw/main/preset.json" } -} +} \ No newline at end of file diff --git a/official.json b/official.json index 9a4b411..d810ff3 100644 --- a/official.json +++ b/official.json @@ -24,4 +24,4 @@ "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" -} +} \ No newline at end of file From 71a49816651f1d42e52f7094c5ea66e064578547 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Tue, 10 Jan 2023 21:43:58 +0300 Subject: [PATCH 065/156] feat: Add Adwaita Black --- curated.json | 1 + curated/adwaita-black.json | 108 +++++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+) create mode 100644 curated/adwaita-black.json diff --git a/curated.json b/curated.json index 50127ec..b4bf074 100644 --- a/curated.json +++ b/curated.json @@ -1,4 +1,5 @@ { + "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", diff --git a/curated/adwaita-black.json b/curated/adwaita-black.json new file mode 100644 index 0000000..6f5c79c --- /dev/null +++ b/curated/adwaita-black.json @@ -0,0 +1,108 @@ +{ + "name": "Adwaita Black", + "variables": { + "accent_color": "#78aeed", + "accent_bg_color": "#3584e4", + "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(0,0,0)", + "window_fg_color": "#ffffff", + "view_bg_color": "@window_bg_color", + "view_fg_color": "#ffffff", + "headerbar_bg_color": "#1d1d1d", + "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": "#1d1d1d", + "dialog_fg_color": "#ffffff", + "popover_bg_color": "#1d1d1d", + "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": "window {\n\noutline-color: alpha(currentColor, 0.5);\n\n}", + "gtk3": "" + }, + "plugins": {} +} \ No newline at end of file From 5591a9fdf3d76479b4475e8c3ca13a4eaec07a80 Mon Sep 17 00:00:00 2001 From: Emanuel Serpa Date: Fri, 13 Jan 2023 23:43:23 -0300 Subject: [PATCH 066/156] feat: Add Dracula Dark --- curated/dracula-dark.json | 148 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 curated/dracula-dark.json diff --git a/curated/dracula-dark.json b/curated/dracula-dark.json new file mode 100644 index 0000000..6f6df71 --- /dev/null +++ b/curated/dracula-dark.json @@ -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": {} +} \ No newline at end of file From 2199ec836eee8bb05c087ce0345732fc6ddfaace Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sat, 14 Jan 2023 20:56:51 +0300 Subject: [PATCH 067/156] misc: Update presets list --- curated.json | 1 + 1 file changed, 1 insertion(+) diff --git a/curated.json b/curated.json index b4bf074..d913046 100644 --- a/curated.json +++ b/curated.json @@ -10,6 +10,7 @@ "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", "Everforest Medium Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/everforest.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", From 9d330547f95c9fdaaf158d7946abfd9b8b6dee2a Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sat, 14 Jan 2023 22:17:44 +0300 Subject: [PATCH 068/156] misc: Naming change (remove `-light`) from presets --- curated.json | 12 +- curated/{layan-light.json => layan.json} | 2 +- curated/{pop-light.json => pop.json} | 2 +- .../{solarized-light.json => solarized.json} | 2 +- official.json | 16 +-- official/{builder-light.json => builder.json} | 2 +- official/{classic-light.json => classic.json} | 0 official/{cobalt-light.json => cobalt.json} | 0 official/everforest-dark.json | 108 ++++++++++++++++++ official/everforest.json | 108 ++++++++++++++++++ official/{gruvbox-light.json => gruvbox.json} | 2 +- official/{kate-light.json => kate.json} | 0 .../{peninsula-light.json => peninsula.json} | 0 .../{solarized-light.json => solarized.json} | 0 ...{tokyonight-light.json => tokyonight.json} | 2 +- 15 files changed, 236 insertions(+), 20 deletions(-) rename curated/{layan-light.json => layan.json} (99%) rename curated/{pop-light.json => pop.json} (99%) rename curated/{solarized-light.json => solarized.json} (98%) rename official/{builder-light.json => builder.json} (99%) rename official/{classic-light.json => classic.json} (100%) rename official/{cobalt-light.json => cobalt.json} (100%) create mode 100644 official/everforest-dark.json create mode 100644 official/everforest.json rename official/{gruvbox-light.json => gruvbox.json} (99%) rename official/{kate-light.json => kate.json} (100%) rename official/{peninsula-light.json => peninsula.json} (100%) rename official/{solarized-light.json => solarized.json} (100%) rename official/{tokyonight-light.json => tokyonight.json} (98%) diff --git a/curated.json b/curated.json index d913046..98475de 100644 --- a/curated.json +++ b/curated.json @@ -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" } \ No newline at end of file diff --git a/curated/layan-light.json b/curated/layan.json similarity index 99% rename from curated/layan-light.json rename to curated/layan.json index b20a069..7ebf32e 100644 --- a/curated/layan-light.json +++ b/curated/layan.json @@ -1,5 +1,5 @@ { - "name": "Layan Light", + "name": "Layan", "variables": { "accent_color": "#868bf5", "accent_bg_color": "#5657f5", diff --git a/curated/pop-light.json b/curated/pop.json similarity index 99% rename from curated/pop-light.json rename to curated/pop.json index 0c9e5dd..67150df 100644 --- a/curated/pop-light.json +++ b/curated/pop.json @@ -1,5 +1,5 @@ { - "name": "Pop Light", + "name": "Pop", "variables": { "accent_color": "rgb(225,160,22)", "accent_bg_color": "rgb(255,173,0)", diff --git a/curated/solarized-light.json b/curated/solarized.json similarity index 98% rename from curated/solarized-light.json rename to curated/solarized.json index 9ac9b14..5a9e500 100644 --- a/curated/solarized-light.json +++ b/curated/solarized.json @@ -1,5 +1,5 @@ { - "name": "Solarized Light", + "name": "Solarized", "variables": { "accent_color": "#268bd2", "accent_bg_color": "#268bd2", diff --git a/official.json b/official.json index d810ff3..7b3d871 100644 --- a/official.json +++ b/official.json @@ -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" } \ No newline at end of file diff --git a/official/builder-light.json b/official/builder.json similarity index 99% rename from official/builder-light.json rename to official/builder.json index 5b7f5f8..1714753 100644 --- a/official/builder-light.json +++ b/official/builder.json @@ -1,5 +1,5 @@ { - "name": "Builder Light", + "name": "Builder", "variables": { "accent_color": "#75aac1", "accent_bg_color": "#0077aa", diff --git a/official/classic-light.json b/official/classic.json similarity index 100% rename from official/classic-light.json rename to official/classic.json diff --git a/official/cobalt-light.json b/official/cobalt.json similarity index 100% rename from official/cobalt-light.json rename to official/cobalt.json diff --git a/official/everforest-dark.json b/official/everforest-dark.json new file mode 100644 index 0000000..7dd12f8 --- /dev/null +++ b/official/everforest-dark.json @@ -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": {} +} \ No newline at end of file diff --git a/official/everforest.json b/official/everforest.json new file mode 100644 index 0000000..2d77042 --- /dev/null +++ b/official/everforest.json @@ -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": {} +} \ No newline at end of file diff --git a/official/gruvbox-light.json b/official/gruvbox.json similarity index 99% rename from official/gruvbox-light.json rename to official/gruvbox.json index 7430ac4..9007cb2 100644 --- a/official/gruvbox-light.json +++ b/official/gruvbox.json @@ -1,5 +1,5 @@ { - "name": "Gruvbox Light", + "name": "Gruvbox", "variables": { "accent_color": "#282828", "accent_bg_color": "#3c3836", diff --git a/official/kate-light.json b/official/kate.json similarity index 100% rename from official/kate-light.json rename to official/kate.json diff --git a/official/peninsula-light.json b/official/peninsula.json similarity index 100% rename from official/peninsula-light.json rename to official/peninsula.json diff --git a/official/solarized-light.json b/official/solarized.json similarity index 100% rename from official/solarized-light.json rename to official/solarized.json diff --git a/official/tokyonight-light.json b/official/tokyonight.json similarity index 98% rename from official/tokyonight-light.json rename to official/tokyonight.json index 79c8f29..941efd2 100644 --- a/official/tokyonight-light.json +++ b/official/tokyonight.json @@ -1,5 +1,5 @@ { - "name": "Tokyo Night Light", + "name": "Tokyo Night", "variables": { "accent_color": "#3b4261", "accent_bg_color": "#3b4261", From f1407f21df7bb820e4741832d3bb2c8089735413 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sat, 14 Jan 2023 22:25:57 +0300 Subject: [PATCH 069/156] preset: Add Everforest presets --- presets.json | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 presets.json diff --git a/presets.json b/presets.json new file mode 100644 index 0000000..c410b73 --- /dev/null +++ b/presets.json @@ -0,0 +1,67 @@ +{ + "Builder": "https://github.com/GradienceTeam/Community/raw/next/official/builder.json", + "Builder Dark": "https://github.com/GradienceTeam/Community/raw/next/official/builder-dark.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", + "Cobalt": "https://github.com/GradienceTeam/Community/raw/next/official/cobalt.json", + "Cobalt Dark": "https://github.com/GradienceTeam/Community/raw/next/official/cobalt-dark.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", + "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", + "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", + "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", + "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", + "Alpha Tritanopia": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-tritanopia.json", + "Apprentice": "https://github.com/GradienceTeam/Community/raw/next/curated/apprentice.json", + "Catppuccin Frappé": "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", + "Everforest Medium Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/everforest.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", + "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", + "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", + "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", + "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", + "Windows 95": "https://github.com/GradienceTeam/Community/raw/next/curated/windows-95.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" +} \ No newline at end of file From 3dcdb3b5a710883bec7acc7cbf0ee4d22c9fc847 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sat, 14 Jan 2023 22:28:10 +0300 Subject: [PATCH 070/156] fix: Previous commit --- official.json | 2 ++ presets.json | 67 --------------------------------------------------- 2 files changed, 2 insertions(+), 67 deletions(-) delete mode 100644 presets.json diff --git a/official.json b/official.json index 7b3d871..2337c6d 100644 --- a/official.json +++ b/official.json @@ -9,6 +9,8 @@ "Classic Dark": "https://github.com/GradienceTeam/Community/raw/next/official/classic-dark.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", + "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", diff --git a/presets.json b/presets.json deleted file mode 100644 index c410b73..0000000 --- a/presets.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "Builder": "https://github.com/GradienceTeam/Community/raw/next/official/builder.json", - "Builder Dark": "https://github.com/GradienceTeam/Community/raw/next/official/builder-dark.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", - "Cobalt": "https://github.com/GradienceTeam/Community/raw/next/official/cobalt.json", - "Cobalt Dark": "https://github.com/GradienceTeam/Community/raw/next/official/cobalt-dark.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", - "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", - "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", - "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", - "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", - "Alpha Tritanopia": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-tritanopia.json", - "Apprentice": "https://github.com/GradienceTeam/Community/raw/next/curated/apprentice.json", - "Catppuccin Frappé": "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", - "Everforest Medium Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/everforest.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", - "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", - "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", - "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", - "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", - "Windows 95": "https://github.com/GradienceTeam/Community/raw/next/curated/windows-95.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" -} \ No newline at end of file From ec949def89d439bac74b925543eb9b4d919fba36 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sun, 22 Jan 2023 13:08:41 +0300 Subject: [PATCH 071/156] Fix CyberHack preset being a Crystal Clear --- curated/cyberhack.json | 70 +++++++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/curated/cyberhack.json b/curated/cyberhack.json index ba69706..c1518a5 100644 --- a/curated/cyberhack.json +++ b/curated/cyberhack.json @@ -1,39 +1,39 @@ { - "name": "Cyberhack", + "name": "CyberHack", "variables": { - "accent_color": "rgb(142,40,176)", - "accent_bg_color": "rgb(169,0,255)", - "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)", + "accent_color": "rgb(86,192,46)", + "accent_bg_color": "rgb(18,71,58)", + "accent_fg_color": "rgb(76,206,9)", + "destructive_color": "rgb(191,29,46)", + "destructive_bg_color": "rgb(96,15,56)", + "destructive_fg_color": "rgb(217,89,89)", + "success_color": "rgb(86,211,27)", + "success_bg_color": "rgb(9,52,41)", + "success_fg_color": "rgb(28,186,9)", + "warning_color": "rgb(197,171,0)", + "warning_bg_color": "rgb(247,136,12)", + "warning_fg_color": "rgb(243,209,81)", "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)", - "view_fg_color": "rgb(255,255,255)", - "headerbar_bg_color": "rgb(36,31,49)", - "headerbar_fg_color": "rgb(255,255,255)", - "headerbar_border_color": "rgba(0,0,0,0)", + "error_bg_color": "rgb(50,42,44)", + "error_fg_color": "rgb(255,180,169)", + "window_bg_color": "rgb(1,36,40)", + "window_fg_color": "rgb(100,243,248)", + "view_bg_color": "rgb(10,51,55)", + "view_fg_color": "rgb(100,243,248)", + "headerbar_bg_color": "rgb(1,36,40)", + "headerbar_fg_color": "rgb(86,192,46)", + "headerbar_border_color": "rgb(79,221,132)", "headerbar_backdrop_color": "@window_bg_color", - "headerbar_shade_color": "rgba(0,0,0,0.25)", - "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)", - "dialog_fg_color": "#ffffff", - "popover_bg_color": "rgb(36,31,49)", - "popover_fg_color": "#ffffff", - "shade_color": "rgba(0,0,0,0.36)", - "scrollbar_outline_color": "rgb(0,0,0)" + "headerbar_shade_color": "rgb(79,221,132)", + "card_bg_color": "rgba(255, 255, 255, 0.08)", + "card_fg_color": "rgb(100,243,248)", + "card_shade_color": "rgba(79,221,132,0.25)", + "dialog_bg_color": "rgb(1,36,40)", + "dialog_fg_color": "rgb(100,243,248)", + "popover_bg_color": "rgb(1,36,40)", + "popover_fg_color": "rgb(100,243,248)", + "shade_color": "rgba(79,221,132,0.25)", + "scrollbar_outline_color": "rgba(79,221,132,0.25)" }, "palette": { "blue_": { @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "", - "gtk3": "" + "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: #ff267c;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n background-color: shade(#ff267c,1.3);\n}\n\nbutton.titlebutton.maximize, button.titlebutton.maximize:hover:backdrop,\nwindowcontrols > button.maximize,\nwindowcontrols > button.maximize:hover:backdrop {\n background-color: #00ff02;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n background-color: shade(#00ff02,1.3);\n}\n\nbutton.titlebutton.minimize, button.titlebutton.minimize:hover:backdrop,\nwindowcontrols > button.minimize,\nwindowcontrols > button.minimize:hover:backdrop {\n background-color: #ffcc00;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n background-color: shade(#ffcc00,1.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": ".terminal-window.root headerbar button:not(.titlebutton),\n.terminal-window.remote headerbar button:not(.titlebutton) {\n min-width: 16px;\n background: transparent;\n border: 1px solid transparent;\n}\n\n.terminal-window.root headerbar button:not(.titlebutton):hover,\n.terminal-window.remote headerbar button:not(.titlebutton):hover,\n.terminal-window.root headerbar button:not(.titlebutton):checked,\n.terminal-window.remote headerbar button:not(.titlebutton):checked,\n.terminal-window.root headerbar button.titlebutton,\n.terminal-window.remote headerbar button.titlebutton {\n background: alpha(white, 0.12);\n}\n\n.terminal-window.root headerbar button:not(.titlebutton):active,\n.terminal-window.remote headerbar button:not(.titlebutton):active,\n.terminal-window.root headerbar button:not(.titlebutton):checked:hover,\n.terminal-window.remote headerbar button:not(.titlebutton):checked:hover,\n.terminal-window.root headerbar button.titlebutton:hover,\n.terminal-window.remote headerbar button.titlebutton:hover {\n background: alpha(white, 0.18);\n}\n\n.terminal-window.root headerbar button.titlebutton:active,\n.terminal-window.remote headerbar button.titlebutton:active {\n background: alpha(white, 0.3);\n}\n\n.csd.popup decoration { \nborder-radius: 12px; \nbox-shadow: 0 2px 2.4px -1px rgba(0, 0, 0, 0.2), 0 4px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12);\n}\n\n\nmenu, .menu, .context-menu { \n margin: 4px; \n padding: 6px 6px; \n}\n \n.csd menu, .csd .menu, .csd .context-menu { \n border: none; \n border-radius: 12px; \n}\n \nmenu menuitem, .menu menuitem, .context-menu menuitem {\n margin: 0;\n border-radius: 6px;\n padding: 7px 6px;\n}\n \nmenu separator {margin: 6px 0}\n\nmenubar menu, wxMenu {\n padding: 6px;\n border-radius: 12px\n}\n\nmenu menuitem arrow, .menu menuitem arrow, .context-menu menuitem arrow {\ncolor: #c2c2c2;\n}\n\ndecoration {\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: #ff267c;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n background-color: shade(#ff267c,1.3);\n}\n\nbutton.titlebutton.maximize, button.titlebutton.maximize:hover:backdrop,\nwindowcontrols > button.maximize,\nwindowcontrols > button.maximize:hover:backdrop {\n background-color: #00ff02;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n background-color: shade(#00ff02,1.3);\n}\n\nbutton.titlebutton.minimize, button.titlebutton.minimize:hover:backdrop,\nwindowcontrols > button.minimize,\nwindowcontrols > button.minimize:hover:backdrop {\n background-color: #ffcc00;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n background-color: shade(#ffcc00,1.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}" } -} +} \ No newline at end of file From e1a72eb1db7c5fb049f2904fe3563cc3f55c5f1a Mon Sep 17 00:00:00 2001 From: halfmexican <103920890+halfmexican@users.noreply.github.com> Date: Wed, 25 Jan 2023 22:29:28 -0600 Subject: [PATCH 072/156] Pop: Make Scrollbar Change color when dragged Matches the same behavior of the gtk theme now --- curated/pop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curated/pop.json b/curated/pop.json index 67150df..6eb25fe 100644 --- a/curated/pop.json +++ b/curated/pop.json @@ -101,7 +101,7 @@ } }, "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}", + "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} scrollbar range trough slider:active {color:#94ebeb;}", "gtk3": "" } } From f656c2181273e3df38368ccb02ec9c8714bc4264 Mon Sep 17 00:00:00 2001 From: halfmexican <103920890+halfmexican@users.noreply.github.com> Date: Wed, 25 Jan 2023 22:30:50 -0600 Subject: [PATCH 073/156] Pop: Make Scrollbar Change color when dragged --- curated/pop-dark.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curated/pop-dark.json b/curated/pop-dark.json index 352cbb0..e66440c 100644 --- a/curated/pop-dark.json +++ b/curated/pop-dark.json @@ -101,7 +101,7 @@ } }, "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}", + "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} scrollbar range trough slider:active {color:#94ebeb;}", "gtk3": "" } } From 97a5c29138a6770ed64224c643f6ee67eae2b555 Mon Sep 17 00:00:00 2001 From: halfmexican <103920890+halfmexican@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:35:55 -0600 Subject: [PATCH 074/156] Pop: Tabs, Cards, and Color Changes Makes tabs, viewswitchers, and other widgets closer to their GTK3 counterpart --- curated/pop.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/curated/pop.json b/curated/pop.json index 6eb25fe..43eaed1 100644 --- a/curated/pop.json +++ b/curated/pop.json @@ -101,7 +101,8 @@ } }, "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} scrollbar range trough slider:active {color:#94ebeb;}", + "gtk4": "\n/*****************\n *WINDOW CONTROLS*\n *****************/\n\n/* Transparent background and reduce size to GTK3 levels*/\nwindowcontrols image {\n\tbackground-color: transparent;\n\tbackground-clip: content-box;\n}\n\n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar windowcontrols button.close image {\n\tbackground-color: #f28c2a;\n}\nheaderbar windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\nheaderbar windowcontrols button.close image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar:backdrop windowcontrols button.close image {\n\tbackground-color: transparent;\n}\nheaderbar:backdrop windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\n\n/*****************\n *CONTROL WIDGETS*\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}\n\n/*****************\n *CARDS/BOXEDLIST*\n *****************/\n\n/*Borders to seperate foreground from background */\n.card {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list row:not(:last-child):not(:first-child):only-child{\n\tborder-radius: 0px;\n}\n\n/*nested rows are wierd and don't have a color*/\nlist.boxed-list row.expander row:last-child:not(:only-child) {\n\tbackground-color: #f6f6f6;\n}\n\n/*middle rows are straight*/\nlist.boxed-list row:not(:last-child):not(:first-child):hover{\n\tborder-radius: 0px;\n}\n\n/*end rows are rounded at the bottom*/\nlist.boxed-list row:last-child, list.boxed-list row:last-child:hover {\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\n/*begining rows are rounded at the top*/\nlist.boxed-list row:first-child,list.boxed-list row:first-child:hover {\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n\tborder-bottom-left-radius: 0px;\n\tborder-bottom-right-radius: 0px;\n}\n\nlist.boxed-list row.activatable:not(:last-child):not(:first-child):selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-radius: 0px;\n}\n\nlist.boxed-list row.activatable:last-child:selected{\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\nlist.boxed-list row.activatable:first-child:selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\nrow.activatable:selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n}\n\n\nlist row.entry:only-child,list row.entry:only-child:hover {\n\tborder-radius: 5px;\n}\nwindow {\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\n/*Fixed Dialog Buttons */\nwindow.background.csd.messagedialog .response-area button:first-child {\n\tborder-bottom-left-radius: 5px;\n}\n\nwindow.background.csd.messagedialog .response-area button:last-child {\n\tborder-bottom-right-radius: 5px;\n}\n\nscrollbar range trough slider:active {\n\tcolor: #3de2ff;\n}\n\n\n/***************\n *Viewswitcher *\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\nviewswitcher button.flat.horizontal.toggle box, viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 2px;\n}\n\n\nrevealer viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 5px;\n}\n\nviewswitcher button.flat.vertical.toggle {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\nviewswitcher 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\nviewswitcher button.flat.vertical.toggle:checked {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\n/*When view switcher is at the bottom and narrow*/\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\n/*******\n *TABS *\n *******/\ntabboxchild {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\ntabboxchild tab {\n\tborder-radius: 0px;\n}\n\ntabboxchild tab:selected {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\ntabboxchild tab:hover:not(:selected) {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px darker(@headerbar_bg_color);\n}\n\ntabthumbnail picture {\n\tborder-radius: 5px;\n}\n\npopover contents {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n", "gtk3": "" - } + }, + "plugins": {} } From 71b4892038d37775b5bca9006f2dce4f193f3032 Mon Sep 17 00:00:00 2001 From: halfmexican <103920890+halfmexican@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:37:18 -0600 Subject: [PATCH 075/156] Pop Dark: Tabs, Cards, and Color Changes --- curated/pop-dark.json | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/curated/pop-dark.json b/curated/pop-dark.json index e66440c..1136c74 100644 --- a/curated/pop-dark.json +++ b/curated/pop-dark.json @@ -1,9 +1,9 @@ { "name": "Pop Dark", "variables": { - "accent_color": "rgb(242,140,42)", - "accent_bg_color": "rgb(251,184,108)", - "accent_fg_color": "rgb(48,48,48)", + "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", @@ -15,25 +15,25 @@ "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)", + "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_bg_color": "rgb(43, 43, 43)", "view_fg_color": "#ffffff", - "headerbar_bg_color": "rgb(54,54,54)", + "headerbar_bg_color": "rgb(54, 54, 54)", "headerbar_fg_color": "#ffffff", "headerbar_border_color": "#ffffff", - "headerbar_backdrop_color": "rgb(54,54,54)", + "headerbar_backdrop_color": "rgb(54, 54, 54)", "headerbar_shade_color": "rgba(0, 0, 0, 0.36)", - "card_bg_color": "rgb(39,39,39)", + "card_bg_color": "rgb(39, 39, 39)", "card_fg_color": "#ffffff", - "card_shade_color": "rgba(0,0,0,0.36)", + "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_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)" + "shade_color": "rgba(0, 0, 0, 0.36)", + "scrollbar_outline_color": "rgba(0, 0, 0, 0.5)" }, "palette": { "blue_": { @@ -101,7 +101,8 @@ } }, "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} scrollbar range trough slider:active {color:#94ebeb;}", + "gtk4": "/*****************\n *WINDOW CONTROLS*\n *****************/\n\n/* Transparent background and reduce size to GTK3 levels*/\nwindowcontrols image {\n\tbackground-color: transparent;\n\tbackground-clip: content-box;\n}\n\n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar windowcontrols button.close image {\n\tbackground-color: #f28c2a;\n}\nheaderbar windowcontrols button.close image:hover {\n\tbackground-color: #5e5e5e;\n}\nheaderbar windowcontrols button.close image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar:backdrop windowcontrols button.close image {\n\tbackground-color: transparent;\n}\nheaderbar:backdrop windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\n\n/*****************\n *CONTROL WIDGETS*\n *****************/\nswitch slider {\n\tbackground-color: #363636;\n}\nswitch {\n\tbackground-color: #686868;\n}\nswitch:checked {\n\tbackground-color: @accent_bg_color;\n}\n\ncheckbutton check:checked {\n\tcolor: #363636;\n\tbackground-color: @accent_bg_color;\n}\n\nscale highlight {\n\tbackground-color: #94ebeb;\n\n}\n\nscale slider {\n\tbackground-color: #94ebeb;\n}\n\n/*****************\n *CARDS/BOXEDLIST*\n *****************/\n\n/*Borders to seperate foreground from background */\n.card {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list row:not(:last-child):not(:first-child):only-child{\n\tborder-radius: 0px;\n}\n\n/*nested rows are wierd and don't have a color*/\nlist.boxed-list row.expander row:last-child:not(:only-child) {\n\tbackground-color: #202020;\n}\n\n/*middle rows are straight*/\nlist.boxed-list row:not(:last-child):not(:first-child):hover{\n\tborder-radius: 0px;\n}\n\n/*end rows are rounded at the bottom*/\nlist.boxed-list row:last-child, list.boxed-list row:last-child:hover {\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\n/*begining rows are rounded at the top*/\nlist.boxed-list row:first-child,list.boxed-list row:first-child:hover {\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n\tborder-bottom-left-radius: 0px;\n\tborder-bottom-right-radius: 0px;\n}\n\nlist.boxed-list row.activatable:not(:last-child):not(:first-child):selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-radius: 0px;\n}\n\nlist.boxed-list row.activatable:last-child:selected{\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\nlist.boxed-list row.activatable:first-child:selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\nrow.activatable:selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n}\n\n\nlist row.entry:only-child,list row.entry:only-child:hover {\n\tborder-radius: 5px;\n}\nwindow {\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\n/*Fixed Dialog Buttons */\nwindow.background.csd.messagedialog .response-area button:first-child {\n\tborder-bottom-left-radius: 5px;\n}\n\nwindow.background.csd.messagedialog .response-area button:last-child {\n\tborder-bottom-right-radius: 5px;\n}\n\nscrollbar range trough slider:active {\n\tcolor: #3de2ff;\n}\n\n\n/***************\n *Viewswitcher *\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\nviewswitcher button.flat.horizontal.toggle box, viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 2px;\n}\n\n\nrevealer viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 5px;\n}\n\nviewswitcher button.flat.vertical.toggle {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\nviewswitcher 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\nviewswitcher button.flat.vertical.toggle:checked {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\n/*When view switcher is at the bottom and narrow*/\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\n/*******\n *TABS *\n *******/\ntabboxchild {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\ntabboxchild tab {\n\tborder-radius: 0px;\n}\n\ntabboxchild tab:selected {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\ntabboxchild tab:hover:not(:selected) {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px darker(@headerbar_bg_color);\n}\n\ntabthumbnail picture {\n\tborder-radius: 5px;\n}\n\npopover contents {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}", "gtk3": "" - } + }, + "plugins": {} } From af7b0308e8a56ba92574390cae83f91badd235db Mon Sep 17 00:00:00 2001 From: halfmexican <103920890+halfmexican@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:43:08 -0600 Subject: [PATCH 076/156] fix scrollbar color --- curated/pop-dark.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curated/pop-dark.json b/curated/pop-dark.json index 1136c74..4035eef 100644 --- a/curated/pop-dark.json +++ b/curated/pop-dark.json @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "/*****************\n *WINDOW CONTROLS*\n *****************/\n\n/* Transparent background and reduce size to GTK3 levels*/\nwindowcontrols image {\n\tbackground-color: transparent;\n\tbackground-clip: content-box;\n}\n\n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar windowcontrols button.close image {\n\tbackground-color: #f28c2a;\n}\nheaderbar windowcontrols button.close image:hover {\n\tbackground-color: #5e5e5e;\n}\nheaderbar windowcontrols button.close image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar:backdrop windowcontrols button.close image {\n\tbackground-color: transparent;\n}\nheaderbar:backdrop windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\n\n/*****************\n *CONTROL WIDGETS*\n *****************/\nswitch slider {\n\tbackground-color: #363636;\n}\nswitch {\n\tbackground-color: #686868;\n}\nswitch:checked {\n\tbackground-color: @accent_bg_color;\n}\n\ncheckbutton check:checked {\n\tcolor: #363636;\n\tbackground-color: @accent_bg_color;\n}\n\nscale highlight {\n\tbackground-color: #94ebeb;\n\n}\n\nscale slider {\n\tbackground-color: #94ebeb;\n}\n\n/*****************\n *CARDS/BOXEDLIST*\n *****************/\n\n/*Borders to seperate foreground from background */\n.card {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list row:not(:last-child):not(:first-child):only-child{\n\tborder-radius: 0px;\n}\n\n/*nested rows are wierd and don't have a color*/\nlist.boxed-list row.expander row:last-child:not(:only-child) {\n\tbackground-color: #202020;\n}\n\n/*middle rows are straight*/\nlist.boxed-list row:not(:last-child):not(:first-child):hover{\n\tborder-radius: 0px;\n}\n\n/*end rows are rounded at the bottom*/\nlist.boxed-list row:last-child, list.boxed-list row:last-child:hover {\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\n/*begining rows are rounded at the top*/\nlist.boxed-list row:first-child,list.boxed-list row:first-child:hover {\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n\tborder-bottom-left-radius: 0px;\n\tborder-bottom-right-radius: 0px;\n}\n\nlist.boxed-list row.activatable:not(:last-child):not(:first-child):selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-radius: 0px;\n}\n\nlist.boxed-list row.activatable:last-child:selected{\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\nlist.boxed-list row.activatable:first-child:selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\nrow.activatable:selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n}\n\n\nlist row.entry:only-child,list row.entry:only-child:hover {\n\tborder-radius: 5px;\n}\nwindow {\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\n/*Fixed Dialog Buttons */\nwindow.background.csd.messagedialog .response-area button:first-child {\n\tborder-bottom-left-radius: 5px;\n}\n\nwindow.background.csd.messagedialog .response-area button:last-child {\n\tborder-bottom-right-radius: 5px;\n}\n\nscrollbar range trough slider:active {\n\tcolor: #3de2ff;\n}\n\n\n/***************\n *Viewswitcher *\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\nviewswitcher button.flat.horizontal.toggle box, viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 2px;\n}\n\n\nrevealer viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 5px;\n}\n\nviewswitcher button.flat.vertical.toggle {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\nviewswitcher 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\nviewswitcher button.flat.vertical.toggle:checked {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\n/*When view switcher is at the bottom and narrow*/\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\n/*******\n *TABS *\n *******/\ntabboxchild {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\ntabboxchild tab {\n\tborder-radius: 0px;\n}\n\ntabboxchild tab:selected {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\ntabboxchild tab:hover:not(:selected) {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px darker(@headerbar_bg_color);\n}\n\ntabthumbnail picture {\n\tborder-radius: 5px;\n}\n\npopover contents {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}", + "gtk4": "/*****************\n *WINDOW CONTROLS*\n *****************/\n\n/* Transparent background and reduce size to GTK3 levels*/\nwindowcontrols image {\n\tbackground-color: transparent;\n\tbackground-clip: content-box;\n}\n\n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar windowcontrols button.close image {\n\tbackground-color: #f28c2a;\n}\nheaderbar windowcontrols button.close image:hover {\n\tbackground-color: #5e5e5e;\n}\nheaderbar windowcontrols button.close image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar:backdrop windowcontrols button.close image {\n\tbackground-color: transparent;\n}\nheaderbar:backdrop windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\n\n/*****************\n *CONTROL WIDGETS*\n *****************/\nswitch slider {\n\tbackground-color: #363636;\n}\nswitch {\n\tbackground-color: #686868;\n}\nswitch:checked {\n\tbackground-color: @accent_bg_color;\n}\n\ncheckbutton check:checked {\n\tcolor: #363636;\n\tbackground-color: @accent_bg_color;\n}\n\nscale highlight {\n\tbackground-color: #94ebeb;\n\n}\n\nscale slider {\n\tbackground-color: #94ebeb;\n}\n\n/*****************\n *CARDS/BOXEDLIST*\n *****************/\n\n/*Borders to seperate foreground from background */\n.card {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list row:not(:last-child):not(:first-child):only-child{\n\tborder-radius: 0px;\n}\n\n/*nested rows are wierd and don't have a color*/\nlist.boxed-list row.expander row:last-child:not(:only-child) {\n\tbackground-color: #202020;\n}\n\n/*middle rows are straight*/\nlist.boxed-list row:not(:last-child):not(:first-child):hover{\n\tborder-radius: 0px;\n}\n\n/*end rows are rounded at the bottom*/\nlist.boxed-list row:last-child, list.boxed-list row:last-child:hover {\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\n/*begining rows are rounded at the top*/\nlist.boxed-list row:first-child,list.boxed-list row:first-child:hover {\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n\tborder-bottom-left-radius: 0px;\n\tborder-bottom-right-radius: 0px;\n}\n\nlist.boxed-list row.activatable:not(:last-child):not(:first-child):selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-radius: 0px;\n}\n\nlist.boxed-list row.activatable:last-child:selected{\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\nlist.boxed-list row.activatable:first-child:selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\nrow.activatable:selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n}\n\n\nlist row.entry:only-child,list row.entry:only-child:hover {\n\tborder-radius: 5px;\n}\nwindow {\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\n/*Fixed Dialog Buttons */\nwindow.background.csd.messagedialog .response-area button:first-child {\n\tborder-bottom-left-radius: 5px;\n}\n\nwindow.background.csd.messagedialog .response-area button:last-child {\n\tborder-bottom-right-radius: 5px;\n}\n\nscrollbar range trough slider:active {\n\tcolor: #94ebeb;\n}\n\n\n/***************\n *Viewswitcher *\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\nviewswitcher button.flat.horizontal.toggle box, viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 2px;\n}\n\n\nrevealer viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 5px;\n}\n\nviewswitcher button.flat.vertical.toggle {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\nviewswitcher 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\nviewswitcher button.flat.vertical.toggle:checked {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\n/*When view switcher is at the bottom and narrow*/\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\n/*******\n *TABS *\n *******/\ntabboxchild {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\ntabboxchild tab {\n\tborder-radius: 0px;\n}\n\ntabboxchild tab:selected {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\ntabboxchild tab:hover:not(:selected) {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px darker(@headerbar_bg_color);\n}\n\ntabthumbnail picture {\n\tborder-radius: 5px;\n}\n\npopover contents {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}", "gtk3": "" }, "plugins": {} From 116485295758074719c7347a0ef528707d9d3f3a Mon Sep 17 00:00:00 2001 From: halfmexican <103920890+halfmexican@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:43:58 -0600 Subject: [PATCH 077/156] Fix scrollbar color --- curated/pop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curated/pop.json b/curated/pop.json index 43eaed1..136ca0c 100644 --- a/curated/pop.json +++ b/curated/pop.json @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "\n/*****************\n *WINDOW CONTROLS*\n *****************/\n\n/* Transparent background and reduce size to GTK3 levels*/\nwindowcontrols image {\n\tbackground-color: transparent;\n\tbackground-clip: content-box;\n}\n\n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar windowcontrols button.close image {\n\tbackground-color: #f28c2a;\n}\nheaderbar windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\nheaderbar windowcontrols button.close image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar:backdrop windowcontrols button.close image {\n\tbackground-color: transparent;\n}\nheaderbar:backdrop windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\n\n/*****************\n *CONTROL WIDGETS*\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}\n\n/*****************\n *CARDS/BOXEDLIST*\n *****************/\n\n/*Borders to seperate foreground from background */\n.card {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list row:not(:last-child):not(:first-child):only-child{\n\tborder-radius: 0px;\n}\n\n/*nested rows are wierd and don't have a color*/\nlist.boxed-list row.expander row:last-child:not(:only-child) {\n\tbackground-color: #f6f6f6;\n}\n\n/*middle rows are straight*/\nlist.boxed-list row:not(:last-child):not(:first-child):hover{\n\tborder-radius: 0px;\n}\n\n/*end rows are rounded at the bottom*/\nlist.boxed-list row:last-child, list.boxed-list row:last-child:hover {\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\n/*begining rows are rounded at the top*/\nlist.boxed-list row:first-child,list.boxed-list row:first-child:hover {\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n\tborder-bottom-left-radius: 0px;\n\tborder-bottom-right-radius: 0px;\n}\n\nlist.boxed-list row.activatable:not(:last-child):not(:first-child):selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-radius: 0px;\n}\n\nlist.boxed-list row.activatable:last-child:selected{\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\nlist.boxed-list row.activatable:first-child:selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\nrow.activatable:selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n}\n\n\nlist row.entry:only-child,list row.entry:only-child:hover {\n\tborder-radius: 5px;\n}\nwindow {\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\n/*Fixed Dialog Buttons */\nwindow.background.csd.messagedialog .response-area button:first-child {\n\tborder-bottom-left-radius: 5px;\n}\n\nwindow.background.csd.messagedialog .response-area button:last-child {\n\tborder-bottom-right-radius: 5px;\n}\n\nscrollbar range trough slider:active {\n\tcolor: #3de2ff;\n}\n\n\n/***************\n *Viewswitcher *\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\nviewswitcher button.flat.horizontal.toggle box, viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 2px;\n}\n\n\nrevealer viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 5px;\n}\n\nviewswitcher button.flat.vertical.toggle {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\nviewswitcher 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\nviewswitcher button.flat.vertical.toggle:checked {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\n/*When view switcher is at the bottom and narrow*/\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\n/*******\n *TABS *\n *******/\ntabboxchild {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\ntabboxchild tab {\n\tborder-radius: 0px;\n}\n\ntabboxchild tab:selected {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\ntabboxchild tab:hover:not(:selected) {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px darker(@headerbar_bg_color);\n}\n\ntabthumbnail picture {\n\tborder-radius: 5px;\n}\n\npopover contents {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n", + "gtk4": "\n/*****************\n *WINDOW CONTROLS*\n *****************/\n\n/* Transparent background and reduce size to GTK3 levels*/\nwindowcontrols image {\n\tbackground-color: transparent;\n\tbackground-clip: content-box;\n}\n\n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar windowcontrols button.close image {\n\tbackground-color: #f28c2a;\n}\nheaderbar windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\nheaderbar windowcontrols button.close image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar:backdrop windowcontrols button.close image {\n\tbackground-color: transparent;\n}\nheaderbar:backdrop windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\n\n/*****************\n *CONTROL WIDGETS*\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}\n\n/*****************\n *CARDS/BOXEDLIST*\n *****************/\n\n/*Borders to seperate foreground from background */\n.card {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list row:not(:last-child):not(:first-child):only-child{\n\tborder-radius: 0px;\n}\n\n/*nested rows are wierd and don't have a color*/\nlist.boxed-list row.expander row:last-child:not(:only-child) {\n\tbackground-color: #f6f6f6;\n}\n\n/*middle rows are straight*/\nlist.boxed-list row:not(:last-child):not(:first-child):hover{\n\tborder-radius: 0px;\n}\n\n/*end rows are rounded at the bottom*/\nlist.boxed-list row:last-child, list.boxed-list row:last-child:hover {\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\n/*begining rows are rounded at the top*/\nlist.boxed-list row:first-child,list.boxed-list row:first-child:hover {\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n\tborder-bottom-left-radius: 0px;\n\tborder-bottom-right-radius: 0px;\n}\n\nlist.boxed-list row.activatable:not(:last-child):not(:first-child):selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-radius: 0px;\n}\n\nlist.boxed-list row.activatable:last-child:selected{\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\nlist.boxed-list row.activatable:first-child:selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\nrow.activatable:selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n}\n\n\nlist row.entry:only-child,list row.entry:only-child:hover {\n\tborder-radius: 5px;\n}\nwindow {\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\n/*Fixed Dialog Buttons */\nwindow.background.csd.messagedialog .response-area button:first-child {\n\tborder-bottom-left-radius: 5px;\n}\n\nwindow.background.csd.messagedialog .response-area button:last-child {\n\tborder-bottom-right-radius: 5px;\n}\n\nscrollbar range trough slider:active {\n\tcolor: #48b9c7;\n}\n\n\n/***************\n *Viewswitcher *\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\nviewswitcher button.flat.horizontal.toggle box, viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 2px;\n}\n\n\nrevealer viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 5px;\n}\n\nviewswitcher button.flat.vertical.toggle {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\nviewswitcher 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\nviewswitcher button.flat.vertical.toggle:checked {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\n/*When view switcher is at the bottom and narrow*/\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\n/*******\n *TABS *\n *******/\ntabboxchild {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\ntabboxchild tab {\n\tborder-radius: 0px;\n}\n\ntabboxchild tab:selected {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\ntabboxchild tab:hover:not(:selected) {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px darker(@headerbar_bg_color);\n}\n\ntabthumbnail picture {\n\tborder-radius: 5px;\n}\n\npopover contents {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n", "gtk3": "" }, "plugins": {} From a33f1ee4daabb43f86d9d04ad775a7363a6610de Mon Sep 17 00:00:00 2001 From: halfmexican <103920890+halfmexican@users.noreply.github.com> Date: Fri, 3 Mar 2023 12:10:25 -0600 Subject: [PATCH 078/156] change -4 to 4 --- curated/pop-dark.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curated/pop-dark.json b/curated/pop-dark.json index 4035eef..165ac9b 100644 --- a/curated/pop-dark.json +++ b/curated/pop-dark.json @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "/*****************\n *WINDOW CONTROLS*\n *****************/\n\n/* Transparent background and reduce size to GTK3 levels*/\nwindowcontrols image {\n\tbackground-color: transparent;\n\tbackground-clip: content-box;\n}\n\n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar windowcontrols button.close image {\n\tbackground-color: #f28c2a;\n}\nheaderbar windowcontrols button.close image:hover {\n\tbackground-color: #5e5e5e;\n}\nheaderbar windowcontrols button.close image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar:backdrop windowcontrols button.close image {\n\tbackground-color: transparent;\n}\nheaderbar:backdrop windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\n\n/*****************\n *CONTROL WIDGETS*\n *****************/\nswitch slider {\n\tbackground-color: #363636;\n}\nswitch {\n\tbackground-color: #686868;\n}\nswitch:checked {\n\tbackground-color: @accent_bg_color;\n}\n\ncheckbutton check:checked {\n\tcolor: #363636;\n\tbackground-color: @accent_bg_color;\n}\n\nscale highlight {\n\tbackground-color: #94ebeb;\n\n}\n\nscale slider {\n\tbackground-color: #94ebeb;\n}\n\n/*****************\n *CARDS/BOXEDLIST*\n *****************/\n\n/*Borders to seperate foreground from background */\n.card {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list row:not(:last-child):not(:first-child):only-child{\n\tborder-radius: 0px;\n}\n\n/*nested rows are wierd and don't have a color*/\nlist.boxed-list row.expander row:last-child:not(:only-child) {\n\tbackground-color: #202020;\n}\n\n/*middle rows are straight*/\nlist.boxed-list row:not(:last-child):not(:first-child):hover{\n\tborder-radius: 0px;\n}\n\n/*end rows are rounded at the bottom*/\nlist.boxed-list row:last-child, list.boxed-list row:last-child:hover {\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\n/*begining rows are rounded at the top*/\nlist.boxed-list row:first-child,list.boxed-list row:first-child:hover {\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n\tborder-bottom-left-radius: 0px;\n\tborder-bottom-right-radius: 0px;\n}\n\nlist.boxed-list row.activatable:not(:last-child):not(:first-child):selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-radius: 0px;\n}\n\nlist.boxed-list row.activatable:last-child:selected{\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\nlist.boxed-list row.activatable:first-child:selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\nrow.activatable:selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n}\n\n\nlist row.entry:only-child,list row.entry:only-child:hover {\n\tborder-radius: 5px;\n}\nwindow {\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\n/*Fixed Dialog Buttons */\nwindow.background.csd.messagedialog .response-area button:first-child {\n\tborder-bottom-left-radius: 5px;\n}\n\nwindow.background.csd.messagedialog .response-area button:last-child {\n\tborder-bottom-right-radius: 5px;\n}\n\nscrollbar range trough slider:active {\n\tcolor: #94ebeb;\n}\n\n\n/***************\n *Viewswitcher *\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\nviewswitcher button.flat.horizontal.toggle box, viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 2px;\n}\n\n\nrevealer viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 5px;\n}\n\nviewswitcher button.flat.vertical.toggle {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\nviewswitcher 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\nviewswitcher button.flat.vertical.toggle:checked {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\n/*When view switcher is at the bottom and narrow*/\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\n/*******\n *TABS *\n *******/\ntabboxchild {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\ntabboxchild tab {\n\tborder-radius: 0px;\n}\n\ntabboxchild tab:selected {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\ntabboxchild tab:hover:not(:selected) {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px darker(@headerbar_bg_color);\n}\n\ntabthumbnail picture {\n\tborder-radius: 5px;\n}\n\npopover contents {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}", + "gtk4": "/*****************\n *WINDOW CONTROLS*\n *****************/\n\n/* Transparent background and reduce size to GTK3 levels*/\nwindowcontrols image {\n\tbackground-color: transparent;\n\tbackground-clip: content-box;\n}\n\n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar windowcontrols button.close image {\n\tbackground-color: #f28c2a;\n}\nheaderbar windowcontrols button.close image:hover {\n\tbackground-color: #5e5e5e;\n}\nheaderbar windowcontrols button.close image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar:backdrop windowcontrols button.close image {\n\tbackground-color: transparent;\n}\nheaderbar:backdrop windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\n\n/*****************\n *CONTROL WIDGETS*\n *****************/\nswitch slider {\n\tbackground-color: #363636;\n}\nswitch {\n\tbackground-color: #686868;\n}\nswitch:checked {\n\tbackground-color: @accent_bg_color;\n}\n\ncheckbutton check:checked {\n\tcolor: #363636;\n\tbackground-color: @accent_bg_color;\n}\n\nscale highlight {\n\tbackground-color: #94ebeb;\n\n}\n\nscale slider {\n\tbackground-color: #94ebeb;\n}\n\n/*****************\n *CARDS/BOXEDLIST*\n *****************/\n\n/*Borders to seperate foreground from background */\n.card {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list row:not(:last-child):not(:first-child):only-child{\n\tborder-radius: 0px;\n}\n\n/*nested rows are wierd and don't have a color*/\nlist.boxed-list row.expander row:last-child:not(:only-child) {\n\tbackground-color: #202020;\n}\n\n/*middle rows are straight*/\nlist.boxed-list row:not(:last-child):not(:first-child):hover{\n\tborder-radius: 0px;\n}\n\n/*end rows are rounded at the bottom*/\nlist.boxed-list row:last-child, list.boxed-list row:last-child:hover {\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\n/*begining rows are rounded at the top*/\nlist.boxed-list row:first-child,list.boxed-list row:first-child:hover {\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n\tborder-bottom-left-radius: 0px;\n\tborder-bottom-right-radius: 0px;\n}\n\nlist.boxed-list row.activatable:not(:last-child):not(:first-child):selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-radius: 0px;\n}\n\nlist.boxed-list row.activatable:last-child:selected{\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\nlist.boxed-list row.activatable:first-child:selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\nrow.activatable:selected {\n\tcolor: @dark_5;\n\tbackground-color: #94ebeb;\n}\n\n\nlist row.entry:only-child,list row.entry:only-child:hover {\n\tborder-radius: 5px;\n}\nwindow {\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\n/*Fixed Dialog Buttons */\nwindow.background.csd.messagedialog .response-area button:first-child {\n\tborder-bottom-left-radius: 5px;\n}\n\nwindow.background.csd.messagedialog .response-area button:last-child {\n\tborder-bottom-right-radius: 5px;\n}\n\nscrollbar range trough slider:active {\n\tcolor: #94ebeb;\n}\n\n\n/***************\n *Viewswitcher *\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\nviewswitcher button.flat.horizontal.toggle box, viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 2px;\n}\n\n\nrevealer viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 5px;\n}\n\nviewswitcher button.flat.vertical.toggle {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\nviewswitcher 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\nviewswitcher button.flat.vertical.toggle:checked {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\n/*When view switcher is at the bottom and narrow*/\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\n/*******\n *TABS *\n *******/\ntabboxchild {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\ntabboxchild tab {\n\tborder-radius: 0px;\n}\n\ntabboxchild tab:selected {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\ntabboxchild tab:hover:not(:selected) {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px darker(@headerbar_bg_color);\n}\n\ntabthumbnail picture {\n\tborder-radius: 5px;\n}\n\npopover contents {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}", "gtk3": "" }, "plugins": {} From 66b156af81d32a85145468bc034361b116f1a293 Mon Sep 17 00:00:00 2001 From: halfmexican <103920890+halfmexican@users.noreply.github.com> Date: Fri, 3 Mar 2023 12:11:38 -0600 Subject: [PATCH 079/156] change -4 to 4 --- curated/pop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curated/pop.json b/curated/pop.json index 136ca0c..55e5128 100644 --- a/curated/pop.json +++ b/curated/pop.json @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "\n/*****************\n *WINDOW CONTROLS*\n *****************/\n\n/* Transparent background and reduce size to GTK3 levels*/\nwindowcontrols image {\n\tbackground-color: transparent;\n\tbackground-clip: content-box;\n}\n\n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar windowcontrols button.close image {\n\tbackground-color: #f28c2a;\n}\nheaderbar windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\nheaderbar windowcontrols button.close image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar:backdrop windowcontrols button.close image {\n\tbackground-color: transparent;\n}\nheaderbar:backdrop windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\n\n/*****************\n *CONTROL WIDGETS*\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}\n\n/*****************\n *CARDS/BOXEDLIST*\n *****************/\n\n/*Borders to seperate foreground from background */\n.card {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list row:not(:last-child):not(:first-child):only-child{\n\tborder-radius: 0px;\n}\n\n/*nested rows are wierd and don't have a color*/\nlist.boxed-list row.expander row:last-child:not(:only-child) {\n\tbackground-color: #f6f6f6;\n}\n\n/*middle rows are straight*/\nlist.boxed-list row:not(:last-child):not(:first-child):hover{\n\tborder-radius: 0px;\n}\n\n/*end rows are rounded at the bottom*/\nlist.boxed-list row:last-child, list.boxed-list row:last-child:hover {\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\n/*begining rows are rounded at the top*/\nlist.boxed-list row:first-child,list.boxed-list row:first-child:hover {\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n\tborder-bottom-left-radius: 0px;\n\tborder-bottom-right-radius: 0px;\n}\n\nlist.boxed-list row.activatable:not(:last-child):not(:first-child):selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-radius: 0px;\n}\n\nlist.boxed-list row.activatable:last-child:selected{\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\nlist.boxed-list row.activatable:first-child:selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\nrow.activatable:selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n}\n\n\nlist row.entry:only-child,list row.entry:only-child:hover {\n\tborder-radius: 5px;\n}\nwindow {\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\n/*Fixed Dialog Buttons */\nwindow.background.csd.messagedialog .response-area button:first-child {\n\tborder-bottom-left-radius: 5px;\n}\n\nwindow.background.csd.messagedialog .response-area button:last-child {\n\tborder-bottom-right-radius: 5px;\n}\n\nscrollbar range trough slider:active {\n\tcolor: #48b9c7;\n}\n\n\n/***************\n *Viewswitcher *\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\nviewswitcher button.flat.horizontal.toggle box, viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 2px;\n}\n\n\nrevealer viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 5px;\n}\n\nviewswitcher button.flat.vertical.toggle {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\nviewswitcher 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\nviewswitcher button.flat.vertical.toggle:checked {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\n/*When view switcher is at the bottom and narrow*/\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\n/*******\n *TABS *\n *******/\ntabboxchild {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\ntabboxchild tab {\n\tborder-radius: 0px;\n}\n\ntabboxchild tab:selected {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\ntabboxchild tab:hover:not(:selected) {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px darker(@headerbar_bg_color);\n}\n\ntabthumbnail picture {\n\tborder-radius: 5px;\n}\n\npopover contents {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n", + "gtk4": "\n/*****************\n *WINDOW CONTROLS*\n *****************/\n\n/* Transparent background and reduce size to GTK3 levels*/\nwindowcontrols image {\n\tbackground-color: transparent;\n\tbackground-clip: content-box;\n}\n\n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar windowcontrols button.close image {\n\tbackground-color: #f28c2a;\n}\nheaderbar windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.16);\n}\nheaderbar windowcontrols button.close image:active {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\nheaderbar:backdrop windowcontrols button.close image {\n\tbackground-color: transparent;\n}\nheaderbar:backdrop windowcontrols button.close image:hover {\n\tbackground-color: alpha(@headerbar_fg_color, 0.10);\n}\n\n/*****************\n *CONTROL WIDGETS*\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}\n\n/*****************\n *CARDS/BOXEDLIST*\n *****************/\n\n/*Borders to seperate foreground from background */\n.card {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n\nlist.boxed-list row:not(:last-child):not(:first-child):only-child{\n\tborder-radius: 0px;\n}\n\n/*nested rows are wierd and don't have a color*/\nlist.boxed-list row.expander row:last-child:not(:only-child) {\n\tbackground-color: #f6f6f6;\n}\n\n/*middle rows are straight*/\nlist.boxed-list row:not(:last-child):not(:first-child):hover{\n\tborder-radius: 0px;\n}\n\n/*end rows are rounded at the bottom*/\nlist.boxed-list row:last-child, list.boxed-list row:last-child:hover {\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\n/*begining rows are rounded at the top*/\nlist.boxed-list row:first-child,list.boxed-list row:first-child:hover {\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n\tborder-bottom-left-radius: 0px;\n\tborder-bottom-right-radius: 0px;\n}\n\nlist.boxed-list row.activatable:not(:last-child):not(:first-child):selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-radius: 0px;\n}\n\nlist.boxed-list row.activatable:last-child:selected{\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-top-left-radius: 0px;\n\tborder-top-right-radius: 0px;\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n}\n\nlist.boxed-list row.activatable:first-child:selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\nrow.activatable:selected {\n\tcolor: @dark_5;\n\tbackground-color: #48b9c7;\n}\n\n\nlist row.entry:only-child,list row.entry:only-child:hover {\n\tborder-radius: 5px;\n}\nwindow {\n\tborder-bottom-left-radius: 5px;\n\tborder-bottom-right-radius: 5px;\n\tborder-top-left-radius: 5px;\n\tborder-top-right-radius: 5px;\n}\n\n/*Fixed Dialog Buttons */\nwindow.background.csd.messagedialog .response-area button:first-child {\n\tborder-bottom-left-radius: 5px;\n}\n\nwindow.background.csd.messagedialog .response-area button:last-child {\n\tborder-bottom-right-radius: 5px;\n}\n\nscrollbar range trough slider:active {\n\tcolor: #48b9c7;\n}\n\n\n/***************\n *Viewswitcher *\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\nviewswitcher button.flat.horizontal.toggle box, viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 2px;\n}\n\n\nrevealer viewswitcher button.flat.vertical.toggle box {\n\tmargin-top: 5px;\n}\n\nviewswitcher button.flat.vertical.toggle {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\nviewswitcher 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\nviewswitcher button.flat.vertical.toggle:checked {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\n/*When view switcher is at the bottom and narrow*/\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\n/*******\n *TABS *\n *******/\ntabboxchild {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\ntabboxchild tab {\n\tborder-radius: 0px;\n}\n\ntabboxchild tab:selected {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\ntabboxchild tab:hover:not(:selected) {\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px darker(@headerbar_bg_color);\n}\n\ntabthumbnail picture {\n\tborder-radius: 5px;\n}\n\npopover contents {\n\tborder-radius: 5px;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: @shade_color;\n}\n", "gtk3": "" }, "plugins": {} From 9eb7ac0eec257bdd06806e2531f546b0b56abf73 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Tue, 14 Mar 2023 02:32:34 +0300 Subject: [PATCH 080/156] misc: Update chat badges (bruh) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0acf5f..6978012 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Community -[![Chat on Matrix](https://img.shields.io/matrix/Gradience:matrix.org?label=matrix&logo=matrix)](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/4njFDtfGEZ) +[![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 From 53490c1f55a669f774110a18076a24e72841d3cc Mon Sep 17 00:00:00 2001 From: EliasOfWaffle <128154816+EliasOfWaffle@users.noreply.github.com> Date: Sat, 25 Mar 2023 19:56:58 -0300 Subject: [PATCH 081/156] Add Black Oled Signed-off-by: EliasOfWaffle <128154816+EliasOfWaffle@users.noreply.github.com> --- Black-Oled.json | 108 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 Black-Oled.json diff --git a/Black-Oled.json b/Black-Oled.json new file mode 100644 index 0000000..45a42b0 --- /dev/null +++ b/Black-Oled.json @@ -0,0 +1,108 @@ +{ + "name": "oledsystem", + "variables": { + "accent_color": "#3584e4", + "accent_bg_color": "#1a5fb4", + "accent_fg_color": "#ffffff", + "destructive_color": "#ed333b", + "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": "\n", + "gtk3": "" + }, + "plugins": {} +} \ No newline at end of file From d615bc8cc6cdbb502b11e8d4a61ad571faeb5b68 Mon Sep 17 00:00:00 2001 From: EliasOfWaffle <128154816+EliasOfWaffle@users.noreply.github.com> Date: Sat, 25 Mar 2023 20:25:42 -0300 Subject: [PATCH 082/156] Update Black-Oled.json Signed-off-by: EliasOfWaffle <128154816+EliasOfWaffle@users.noreply.github.com> --- Black-Oled.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Black-Oled.json b/Black-Oled.json index 45a42b0..c18d2b2 100644 --- a/Black-Oled.json +++ b/Black-Oled.json @@ -1,5 +1,5 @@ { - "name": "oledsystem", + "name": "black-oled", "variables": { "accent_color": "#3584e4", "accent_bg_color": "#1a5fb4", @@ -105,4 +105,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} From 6f333c3e4a649553d4ddd47d7d9e69e0a7b0f918 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Sun, 26 Mar 2023 02:28:01 +0300 Subject: [PATCH 083/156] feat: Change name and put preset to right folder --- Black-Oled.json | 108 ------------------------------------- curated/adwaita-black.json | 34 ++++++------ 2 files changed, 17 insertions(+), 125 deletions(-) delete mode 100644 Black-Oled.json diff --git a/Black-Oled.json b/Black-Oled.json deleted file mode 100644 index c18d2b2..0000000 --- a/Black-Oled.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "name": "black-oled", - "variables": { - "accent_color": "#3584e4", - "accent_bg_color": "#1a5fb4", - "accent_fg_color": "#ffffff", - "destructive_color": "#ed333b", - "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": "\n", - "gtk3": "" - }, - "plugins": {} -} diff --git a/curated/adwaita-black.json b/curated/adwaita-black.json index 6f5c79c..9969bc1 100644 --- a/curated/adwaita-black.json +++ b/curated/adwaita-black.json @@ -1,36 +1,36 @@ { "name": "Adwaita Black", "variables": { - "accent_color": "#78aeed", - "accent_bg_color": "#3584e4", + "accent_color": "#3584e4", + "accent_bg_color": "#1a5fb4", "accent_fg_color": "#ffffff", - "destructive_color": "#ff7b63", - "destructive_bg_color": "#c01c28", + "destructive_color": "#e01b24", + "destructive_bg_color": "#a51d2d", "destructive_fg_color": "#ffffff", - "success_color": "#8ff0a4", + "success_color": "#33d17a", "success_bg_color": "#26a269", "success_fg_color": "#ffffff", - "warning_color": "#f8e45c", - "warning_bg_color": "#cd9309", + "warning_color": "#f6d32d", + "warning_bg_color": "#e5a50a", "warning_fg_color": "rgba(0, 0, 0, 0.8)", - "error_color": "#ff7b63", - "error_bg_color": "#c01c28", + "error_color": "#ff7800", + "error_bg_color": "#c64600", "error_fg_color": "#ffffff", - "window_bg_color": "rgb(0,0,0)", + "window_bg_color": "#000000", "window_fg_color": "#ffffff", - "view_bg_color": "@window_bg_color", + "view_bg_color": "#1e1e1e", "view_fg_color": "#ffffff", - "headerbar_bg_color": "#1d1d1d", + "headerbar_bg_color": "#1e1e1e", "headerbar_fg_color": "#ffffff", - "headerbar_border_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": "#1d1d1d", + "dialog_bg_color": "#383838", "dialog_fg_color": "#ffffff", - "popover_bg_color": "#1d1d1d", + "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)" @@ -101,8 +101,8 @@ } }, "custom_css": { - "gtk4": "window {\n\noutline-color: alpha(currentColor, 0.5);\n\n}", + "gtk4": "", "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} From 5b45c9fc426b7f9f3a51bf19c0486a614d146240 Mon Sep 17 00:00:00 2001 From: dominichayesferen Date: Sun, 26 Mar 2023 02:25:56 +0100 Subject: [PATCH 084/156] Add Breeze palette --- curated/breeze-dark.json | 108 ++++++++++++++++++++++++++++++++++++++ curated/breeze-light.json | 108 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 216 insertions(+) create mode 100644 curated/breeze-dark.json create mode 100644 curated/breeze-light.json diff --git a/curated/breeze-dark.json b/curated/breeze-dark.json new file mode 100644 index 0000000..4388ae5 --- /dev/null +++ b/curated/breeze-dark.json @@ -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(255, 255, 255, 0.09)", + "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": {} +} \ No newline at end of file diff --git a/curated/breeze-light.json b/curated/breeze-light.json new file mode 100644 index 0000000..4583bde --- /dev/null +++ b/curated/breeze-light.json @@ -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": {} +} \ No newline at end of file From 6be590a6b04dedf5caaf0ab15fb45f9b14c08ac3 Mon Sep 17 00:00:00 2001 From: dominichayesferen Date: Sun, 26 Mar 2023 02:36:57 +0100 Subject: [PATCH 085/156] Added Feren OS 2020 palettes --- curated/feren-os-2020.json | 108 ++++++++++++++++++++++++++++++++ curated/feren-os-dark-2020.json | 108 ++++++++++++++++++++++++++++++++ 2 files changed, 216 insertions(+) create mode 100644 curated/feren-os-2020.json create mode 100644 curated/feren-os-dark-2020.json diff --git a/curated/feren-os-2020.json b/curated/feren-os-2020.json new file mode 100644 index 0000000..b5a919a --- /dev/null +++ b/curated/feren-os-2020.json @@ -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.09)", + "card_bg_color": "#f1f1f1", + "card_fg_color": "#000000", + "card_shade_color": "rgba(0, 0, 0, 0.09)", + "dialog_bg_color": "#dcdcdc", + "dialog_fg_color": "#000000", + "popover_bg_color": "#f1f1f1", + "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": "", + "gtk3": "" + }, + "plugins": {} +} diff --git a/curated/feren-os-dark-2020.json b/curated/feren-os-dark-2020.json new file mode 100644 index 0000000..e8793ae --- /dev/null +++ b/curated/feren-os-dark-2020.json @@ -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.09)", + "card_bg_color": "#323232", + "card_fg_color": "#ffffff", + "card_shade_color": "rgba(0, 0, 0, 0.09)", + "dialog_bg_color": "#222222", + "dialog_fg_color": "#ffffff", + "popover_bg_color": "#323232", + "popover_fg_color": "#ffffff", + "shade_color": "rgba(0, 0, 0, 0.09)", + "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": {} +} From 3785bcc0409bb132b2f609f2f1a545417aca5bb1 Mon Sep 17 00:00:00 2001 From: dominichayesferen Date: Sun, 26 Mar 2023 02:44:00 +0100 Subject: [PATCH 086/156] Add Zorin OS 16 palettes --- curated/zorin-os-16-blue-dark.json | 108 +++++++++++++++++++++++++++ curated/zorin-os-16-blue.json | 108 +++++++++++++++++++++++++++ curated/zorin-os-16-green-dark.json | 108 +++++++++++++++++++++++++++ curated/zorin-os-16-green.json | 108 +++++++++++++++++++++++++++ curated/zorin-os-16-grey-dark.json | 108 +++++++++++++++++++++++++++ curated/zorin-os-16-grey.json | 108 +++++++++++++++++++++++++++ curated/zorin-os-16-orange-dark.json | 108 +++++++++++++++++++++++++++ curated/zorin-os-16-orange.json | 108 +++++++++++++++++++++++++++ curated/zorin-os-16-purple-dark.json | 108 +++++++++++++++++++++++++++ curated/zorin-os-16-purple.json | 108 +++++++++++++++++++++++++++ curated/zorin-os-16-red-dark.json | 108 +++++++++++++++++++++++++++ curated/zorin-os-16-red.json | 108 +++++++++++++++++++++++++++ 12 files changed, 1296 insertions(+) create mode 100644 curated/zorin-os-16-blue-dark.json create mode 100644 curated/zorin-os-16-blue.json create mode 100644 curated/zorin-os-16-green-dark.json create mode 100644 curated/zorin-os-16-green.json create mode 100644 curated/zorin-os-16-grey-dark.json create mode 100644 curated/zorin-os-16-grey.json create mode 100644 curated/zorin-os-16-orange-dark.json create mode 100644 curated/zorin-os-16-orange.json create mode 100644 curated/zorin-os-16-purple-dark.json create mode 100644 curated/zorin-os-16-purple.json create mode 100644 curated/zorin-os-16-red-dark.json create mode 100644 curated/zorin-os-16-red.json diff --git a/curated/zorin-os-16-blue-dark.json b/curated/zorin-os-16-blue-dark.json new file mode 100644 index 0000000..2023bab --- /dev/null +++ b/curated/zorin-os-16-blue-dark.json @@ -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(189, 230, 251, 0.09)", + "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": {} +} diff --git a/curated/zorin-os-16-blue.json b/curated/zorin-os-16-blue.json new file mode 100644 index 0000000..298323f --- /dev/null +++ b/curated/zorin-os-16-blue.json @@ -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(18, 51, 84, 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": {} +} diff --git a/curated/zorin-os-16-green-dark.json b/curated/zorin-os-16-green-dark.json new file mode 100644 index 0000000..0b941b0 --- /dev/null +++ b/curated/zorin-os-16-green-dark.json @@ -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(187, 241, 221, 0.09)", + "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": {} +} diff --git a/curated/zorin-os-16-green.json b/curated/zorin-os-16-green.json new file mode 100644 index 0000000..af549a3 --- /dev/null +++ b/curated/zorin-os-16-green.json @@ -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(25, 72, 62, 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": {} +} diff --git a/curated/zorin-os-16-grey-dark.json b/curated/zorin-os-16-grey-dark.json new file mode 100644 index 0000000..4e090e7 --- /dev/null +++ b/curated/zorin-os-16-grey-dark.json @@ -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(255, 255, 255, 0.09)", + "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": {} +} diff --git a/curated/zorin-os-16-grey.json b/curated/zorin-os-16-grey.json new file mode 100644 index 0000000..9f7af00 --- /dev/null +++ b/curated/zorin-os-16-grey.json @@ -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(41, 41, 41, 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": {} +} diff --git a/curated/zorin-os-16-orange-dark.json b/curated/zorin-os-16-orange-dark.json new file mode 100644 index 0000000..09bc24c --- /dev/null +++ b/curated/zorin-os-16-orange-dark.json @@ -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(252, 200, 180, 0.09)", + "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": {} +} diff --git a/curated/zorin-os-16-orange.json b/curated/zorin-os-16-orange.json new file mode 100644 index 0000000..f21df14 --- /dev/null +++ b/curated/zorin-os-16-orange.json @@ -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(86, 59, 37, 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": {} +} diff --git a/curated/zorin-os-16-purple-dark.json b/curated/zorin-os-16-purple-dark.json new file mode 100644 index 0000000..a80f1be --- /dev/null +++ b/curated/zorin-os-16-purple-dark.json @@ -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(216, 196, 241, 0.09)", + "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": {} +} diff --git a/curated/zorin-os-16-purple.json b/curated/zorin-os-16-purple.json new file mode 100644 index 0000000..3ce17c4 --- /dev/null +++ b/curated/zorin-os-16-purple.json @@ -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(64, 43, 77, 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": {} +} diff --git a/curated/zorin-os-16-red-dark.json b/curated/zorin-os-16-red-dark.json new file mode 100644 index 0000000..007fd2e --- /dev/null +++ b/curated/zorin-os-16-red-dark.json @@ -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(253, 180, 180, 0.09)", + "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": {} +} diff --git a/curated/zorin-os-16-red.json b/curated/zorin-os-16-red.json new file mode 100644 index 0000000..f639cc4 --- /dev/null +++ b/curated/zorin-os-16-red.json @@ -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(87, 41, 32, 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": {} +} From 0795c207c17533e5da69ad79707f0cad6db57421 Mon Sep 17 00:00:00 2001 From: dominichayesferen Date: Sun, 26 Mar 2023 03:10:42 +0100 Subject: [PATCH 087/156] Added Norway --- curated/norway.json | 108 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 curated/norway.json diff --git a/curated/norway.json b/curated/norway.json new file mode 100644 index 0000000..6ca7065 --- /dev/null +++ b/curated/norway.json @@ -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": {} +} From 19b38568e6c4e71f13df1882f07fed87e3f0d7c8 Mon Sep 17 00:00:00 2001 From: Dominic Hayes - Feren OS Dev Date: Mon, 27 Mar 2023 17:18:41 +0100 Subject: [PATCH 088/156] Give dark border colours based off the GTK theme's Signed-off-by: Dominic Hayes - Feren OS Dev --- curated/feren-os-dark-2020.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/curated/feren-os-dark-2020.json b/curated/feren-os-dark-2020.json index e8793ae..668cec6 100644 --- a/curated/feren-os-dark-2020.json +++ b/curated/feren-os-dark-2020.json @@ -24,15 +24,15 @@ "headerbar_fg_color": "#ffffff", "headerbar_border_color": "#000000", "headerbar_backdrop_color": "#222222", - "headerbar_shade_color": "rgba(0, 0, 0, 0.09)", + "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.09)", + "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.09)", + "shade_color": "rgba(0, 0, 0, 0.19)", "scrollbar_outline_color": "rgba(0, 0, 0, 0.5)" }, "palette": { From 3afb9b42daa5463b38008f825b6b6d7c29d9426f Mon Sep 17 00:00:00 2001 From: Dominic Hayes - Feren OS Dev Date: Mon, 27 Mar 2023 17:19:00 +0100 Subject: [PATCH 089/156] Give light border colours based off the GTK theme's Signed-off-by: Dominic Hayes - Feren OS Dev --- curated/feren-os-2020.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/curated/feren-os-2020.json b/curated/feren-os-2020.json index b5a919a..b5f9b52 100644 --- a/curated/feren-os-2020.json +++ b/curated/feren-os-2020.json @@ -24,15 +24,15 @@ "headerbar_fg_color": "#000000", "headerbar_border_color": "#000000", "headerbar_backdrop_color": "#dcdcdc", - "headerbar_shade_color": "rgba(0, 0, 0, 0.09)", + "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.09)", + "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.09)", + "shade_color": "rgba(0, 0, 0, 0.19)", "scrollbar_outline_color": "#ffffff" }, "palette": { From d8b0ef7b7454f3b1e030eac33f0622c28253f3a8 Mon Sep 17 00:00:00 2001 From: Dominic Hayes - Feren OS Dev Date: Mon, 27 Mar 2023 22:23:49 +0100 Subject: [PATCH 090/156] Fix Dark's shade color Signed-off-by: Dominic Hayes - Feren OS Dev --- curated/breeze-dark.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curated/breeze-dark.json b/curated/breeze-dark.json index 4388ae5..61f5bae 100644 --- a/curated/breeze-dark.json +++ b/curated/breeze-dark.json @@ -32,7 +32,7 @@ "dialog_fg_color": "#fcfcfc", "popover_bg_color": "#1b1e20", "popover_fg_color": "#fcfcfc", - "shade_color": "rgba(255, 255, 255, 0.09)", + "shade_color": "rgba(0, 0, 0, 0.36)", "scrollbar_outline_color": "rgba(0, 0, 0, 0.5)" }, "palette": { @@ -105,4 +105,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} From 9a3710a2bd493df3a1825812a938d4a863b8d088 Mon Sep 17 00:00:00 2001 From: dominichayesferen Date: Mon, 27 Mar 2023 22:28:34 +0100 Subject: [PATCH 091/156] Fixed @shade_color on Zorin OS 16 palettes Initially I didn't realise where this colour was used, but now I know I reverted it back to how shadows appear in Zorin OS 16 --- curated/zorin-os-16-blue-dark.json | 2 +- curated/zorin-os-16-blue.json | 2 +- curated/zorin-os-16-green-dark.json | 2 +- curated/zorin-os-16-green.json | 2 +- curated/zorin-os-16-grey-dark.json | 2 +- curated/zorin-os-16-grey.json | 2 +- curated/zorin-os-16-orange-dark.json | 2 +- curated/zorin-os-16-orange.json | 2 +- curated/zorin-os-16-purple-dark.json | 2 +- curated/zorin-os-16-purple.json | 2 +- curated/zorin-os-16-red-dark.json | 2 +- curated/zorin-os-16-red.json | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/curated/zorin-os-16-blue-dark.json b/curated/zorin-os-16-blue-dark.json index 2023bab..f40a121 100644 --- a/curated/zorin-os-16-blue-dark.json +++ b/curated/zorin-os-16-blue-dark.json @@ -32,7 +32,7 @@ "dialog_fg_color": "#bde6fb", "popover_bg_color": "#171d20", "popover_fg_color": "#bde6fb", - "shade_color": "rgba(189, 230, 251, 0.09)", + "shade_color": "rgba(0, 0, 0, 0.36)", "scrollbar_outline_color": "rgba(23, 29, 32, 0.5)" }, "palette": { diff --git a/curated/zorin-os-16-blue.json b/curated/zorin-os-16-blue.json index 298323f..dd8e04a 100644 --- a/curated/zorin-os-16-blue.json +++ b/curated/zorin-os-16-blue.json @@ -32,7 +32,7 @@ "dialog_fg_color": "#123354", "popover_bg_color": "#ffffff", "popover_fg_color": "#123354", - "shade_color": "rgba(18, 51, 84, 0.09)", + "shade_color": "rgba(0, 0, 0, 0.07)", "scrollbar_outline_color": "#ffffff" }, "palette": { diff --git a/curated/zorin-os-16-green-dark.json b/curated/zorin-os-16-green-dark.json index 0b941b0..2ef0d7e 100644 --- a/curated/zorin-os-16-green-dark.json +++ b/curated/zorin-os-16-green-dark.json @@ -32,7 +32,7 @@ "dialog_fg_color": "#bbf1dd", "popover_bg_color": "#151c19", "popover_fg_color": "#bbf1dd", - "shade_color": "rgba(187, 241, 221, 0.09)", + "shade_color": "rgba(0, 0, 0, 0.36)", "scrollbar_outline_color": "rgba(21, 28, 25, 0.5)" }, "palette": { diff --git a/curated/zorin-os-16-green.json b/curated/zorin-os-16-green.json index af549a3..0b58ed4 100644 --- a/curated/zorin-os-16-green.json +++ b/curated/zorin-os-16-green.json @@ -32,7 +32,7 @@ "dialog_fg_color": "#19483e", "popover_bg_color": "#ffffff", "popover_fg_color": "#19483e", - "shade_color": "rgba(25, 72, 62, 0.09)", + "shade_color": "rgba(0, 0, 0, 0.07)", "scrollbar_outline_color": "#ffffff" }, "palette": { diff --git a/curated/zorin-os-16-grey-dark.json b/curated/zorin-os-16-grey-dark.json index 4e090e7..e483bb0 100644 --- a/curated/zorin-os-16-grey-dark.json +++ b/curated/zorin-os-16-grey-dark.json @@ -32,7 +32,7 @@ "dialog_fg_color": "#ffffff", "popover_bg_color": "#191919", "popover_fg_color": "#ffffff", - "shade_color": "rgba(255, 255, 255, 0.09)", + "shade_color": "rgba(0, 0, 0, 0.36)", "scrollbar_outline_color": "rgba(25, 25, 25, 0.5)" }, "palette": { diff --git a/curated/zorin-os-16-grey.json b/curated/zorin-os-16-grey.json index 9f7af00..a248f42 100644 --- a/curated/zorin-os-16-grey.json +++ b/curated/zorin-os-16-grey.json @@ -32,7 +32,7 @@ "dialog_fg_color": "#292929", "popover_bg_color": "#ffffff", "popover_fg_color": "#292929", - "shade_color": "rgba(41, 41, 41, 0.09)", + "shade_color": "rgba(0, 0, 0, 0.07)", "scrollbar_outline_color": "#ffffff" }, "palette": { diff --git a/curated/zorin-os-16-orange-dark.json b/curated/zorin-os-16-orange-dark.json index 09bc24c..a476cd2 100644 --- a/curated/zorin-os-16-orange-dark.json +++ b/curated/zorin-os-16-orange-dark.json @@ -32,7 +32,7 @@ "dialog_fg_color": "#fcc8b4", "popover_bg_color": "#1e1715", "popover_fg_color": "#fcc8b4", - "shade_color": "rgba(252, 200, 180, 0.09)", + "shade_color": "rgba(0, 0, 0, 0.36)", "scrollbar_outline_color": "rgba(30, 23, 21, 0.5)" }, "palette": { diff --git a/curated/zorin-os-16-orange.json b/curated/zorin-os-16-orange.json index f21df14..43eaf16 100644 --- a/curated/zorin-os-16-orange.json +++ b/curated/zorin-os-16-orange.json @@ -32,7 +32,7 @@ "dialog_fg_color": "#563b25", "popover_bg_color": "#ffffff", "popover_fg_color": "#563b25", - "shade_color": "rgba(86, 59, 37, 0.09)", + "shade_color": "rgba(0, 0, 0, 0.07)", "scrollbar_outline_color": "#ffffff" }, "palette": { diff --git a/curated/zorin-os-16-purple-dark.json b/curated/zorin-os-16-purple-dark.json index a80f1be..27a14c9 100644 --- a/curated/zorin-os-16-purple-dark.json +++ b/curated/zorin-os-16-purple-dark.json @@ -32,7 +32,7 @@ "dialog_fg_color": "#d8c4f1", "popover_bg_color": "#1a181e", "popover_fg_color": "#d8c4f1", - "shade_color": "rgba(216, 196, 241, 0.09)", + "shade_color": "rgba(0, 0, 0, 0.36)", "scrollbar_outline_color": "rgba(26, 24, 30, 0.5)" }, "palette": { diff --git a/curated/zorin-os-16-purple.json b/curated/zorin-os-16-purple.json index 3ce17c4..832c9d0 100644 --- a/curated/zorin-os-16-purple.json +++ b/curated/zorin-os-16-purple.json @@ -32,7 +32,7 @@ "dialog_fg_color": "#402b4d", "popover_bg_color": "#ffffff", "popover_fg_color": "#402b4d", - "shade_color": "rgba(64, 43, 77, 0.09)", + "shade_color": "rgba(0, 0, 0, 0.07)", "scrollbar_outline_color": "#ffffff" }, "palette": { diff --git a/curated/zorin-os-16-red-dark.json b/curated/zorin-os-16-red-dark.json index 007fd2e..6a3a19d 100644 --- a/curated/zorin-os-16-red-dark.json +++ b/curated/zorin-os-16-red-dark.json @@ -32,7 +32,7 @@ "dialog_fg_color": "#fdb4b4", "popover_bg_color": "#1e1515", "popover_fg_color": "#fdb4b4", - "shade_color": "rgba(253, 180, 180, 0.09)", + "shade_color": "rgba(0, 0, 0, 0.36)", "scrollbar_outline_color": "rgba(30, 21, 21, 0.5)" }, "palette": { diff --git a/curated/zorin-os-16-red.json b/curated/zorin-os-16-red.json index f639cc4..91abbde 100644 --- a/curated/zorin-os-16-red.json +++ b/curated/zorin-os-16-red.json @@ -32,7 +32,7 @@ "dialog_fg_color": "#572920", "popover_bg_color": "#ffffff", "popover_fg_color": "#572920", - "shade_color": "rgba(87, 41, 32, 0.09)", + "shade_color": "rgba(0, 0, 0, 0.07)", "scrollbar_outline_color": "#ffffff" }, "palette": { From be5b57a24038c79af4ea9a166233ad55ab144e45 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Tue, 28 Mar 2023 02:43:54 +0300 Subject: [PATCH 092/156] feat: Automatic preset list generation --- .github/workflows/check.yml | 31 ----------------- .github/workflows/update.yml | 64 ++++++++++++++++++++++++------------ README.md | 4 +++ curated.json | 35 +++++++++++++++----- experiment.json | 6 ---- official.json | 2 +- scripts/update-curated.py | 42 +++++++++++++++++++++++ scripts/update-official.py | 42 +++++++++++++++++++++++ scripts/update.sh | 38 --------------------- 9 files changed, 158 insertions(+), 106 deletions(-) delete mode 100644 .github/workflows/check.yml delete mode 100644 experiment.json create mode 100755 scripts/update-curated.py create mode 100755 scripts/update-official.py delete mode 100755 scripts/update.sh diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml deleted file mode 100644 index 2804a46..0000000 --- a/.github/workflows/check.yml +++ /dev/null @@ -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' diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index a8ecd04..8e2f39f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,32 +1,54 @@ -name: Update from gradience-presets org +# 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 . + +# Scripts are created by @dominichayesferen for Gradience Team + + +name: Generate preset lists + on: push: branches: [ "next" ] - - workflow_dispatch: - + paths: scripts/update-curated.py + paths: scripts/update-official.py schedule: - - cron: '0 * * * *' - + - cron: '0 0,12 * * *' + workflow_dispatch: jobs: - update: - # The type of runner that the job will run on + build: 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 - # Runs a single command using the runners shell - - name: Run a one-line script - run: ./scripts/update.sh + - uses: actions/setup-python@v4 + with: + python-version: '3.10' - - name: Commmit - run: | - git config user.name "GradienceBot" - git config user.email "AdwCustomizerTeam@proton.me" - git add . - # added | true so, the worklow will not fail if there is nothing to committ - git commit -m "ci: update presets for their repo" | true + - name: Run the script + run: python3 scripts/update-curated.py && python3 scripts/update-official.py + + - name: Generate preset lists + uses: peter-evans/create-pull-request@v4 + with: + title: "ci: Generate preset lists" + copyright: "Gradience Team" + license: "GNU GPLv3" + author: "Gradience Team" + commiter: "Gradience Bot" + commiter_email: "AdwCustomizerTeam@proton.me" + env: + GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index 6978012..46781e4 100644 --- a/README.md +++ b/README.md @@ -144,3 +144,7 @@ Add a link to your `repo` in `Preferences` > `Repo` } } ``` + +# Credits + +Special thanks to [@dominichayesferen](https://github.com/dominichayesferen) for creating script for automatic preset list generation diff --git a/curated.json b/curated.json index 98475de..6b78af1 100644 --- a/curated.json +++ b/curated.json @@ -5,29 +5,34 @@ "Alpha Mac": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-mac.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", - "Catppuccin Frappé": "https://github.com/GradienceTeam/Community/raw/next/curated/catppuccin-frappe.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", + "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", + "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", "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", "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", - "Nord": "https://github.com/GradienceTeam/Community/raw/next/curated/nord-semi-light.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.json", - "Nord Semi-Light": "https://github.com/GradienceTeam/Community/raw/next/curated/nord-light.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", "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é 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\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", @@ -36,5 +41,17 @@ "Windows 95": "https://github.com/GradienceTeam/Community/raw/next/curated/windows-95.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" + "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" } \ No newline at end of file diff --git a/experiment.json b/experiment.json deleted file mode 100644 index 9509f11..0000000 --- a/experiment.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/official.json b/official.json index 2337c6d..4326243 100644 --- a/official.json +++ b/official.json @@ -1,7 +1,7 @@ { "Builder": "https://github.com/GradienceTeam/Community/raw/next/official/builder.json", "Builder Dark": "https://github.com/GradienceTeam/Community/raw/next/official/builder-dark.json", - "Catppuccin Frappé": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-frappé.json", + "Catppuccin Frapp\u00e9": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-frapp\u00e9.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", diff --git a/scripts/update-curated.py b/scripts/update-curated.py new file mode 100755 index 0000000..ece51df --- /dev/null +++ b/scripts/update-curated.py @@ -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 . + +# 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 diff --git a/scripts/update-official.py b/scripts/update-official.py new file mode 100755 index 0000000..6a9057a --- /dev/null +++ b/scripts/update-official.py @@ -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 . + +# 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 diff --git a/scripts/update.sh b/scripts/update.sh deleted file mode 100755 index 0606d2c..0000000 --- a/scripts/update.sh +++ /dev/null @@ -1,38 +0,0 @@ -curated=("yaru" "tango" "alpha-black" "alpha-mac" "alpha-dark" "catppuccin-frappe" "catppuccin-latte" "cyberhack" "crystal-clear" "dracula" "nord" "gruvbox" "pop-dark" "pop-light") -official=("tango") - -BASE_URL="https://raw.githubusercontent.com/gradience-presets" -BRANCH="main" -DEFAULT_FILENAME="preset.json" - -mkdir -p curated - -echo "{" > curated.json -i=0 -for preset in "${curated[@]}"; do - i=$((i+1)) - url="$BASE_URL/$preset/$BRANCH/$DEFAULT_FILENAME" - wget "$url" -O "curated/${preset}.json" - if [[ $i == "${#curated[@]}" ]]; then - echo " \"$preset\": \"$url\"" >> curated.json - else - echo " \"$preset\": \"$url\"," >> curated.json - fi -done -echo "}" >> curated.json - -mkdir -p official - -echo "{" > official.json -i=0 -for preset in "${official[@]}"; do - i=$((i+1)) - url="$BASE_URL/$preset/$BRANCH/$DEFAULT_FILENAME" - wget "$url" -O "official/${preset}.json" - if [[ $i == "${#official[@]}" ]]; then - echo " \"$preset\": \"$url\"" >> official.json - else - echo " \"$preset\": \"$url\"," >> official.json - fi -done -echo "}" >> official.json From c5f713d29da222b25256a782f0d2b7afe7d68234 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Tue, 28 Mar 2023 02:53:59 +0300 Subject: [PATCH 093/156] fix: preset list generation action Signed-off-by: David Lapshin --- .github/workflows/update.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 8e2f39f..c44f23b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,8 +22,6 @@ name: Generate preset lists on: push: branches: [ "next" ] - paths: scripts/update-curated.py - paths: scripts/update-official.py schedule: - cron: '0 0,12 * * *' workflow_dispatch: @@ -51,4 +49,4 @@ jobs: commiter: "Gradience Bot" commiter_email: "AdwCustomizerTeam@proton.me" env: - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} From 21699b4fe654a219aa1dbe23185adfc29842dc5c Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Tue, 28 Mar 2023 03:05:38 +0300 Subject: [PATCH 094/156] Update update.yml Signed-off-by: David Lapshin --- .github/workflows/update.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c44f23b..9efb379 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -50,3 +50,32 @@ jobs: commiter_email: "AdwCustomizerTeam@proton.me" env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} + + +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: python3 scripts/update-curated.py && python3 scripts/update-official.py + - name: Commit report + run: | + git config --global user.name 'Gradience Team' + git config --global user.email 'AdwCustomizerTeam@proton.me' + git commit -am "ci: Generate preset lists" + git push From 2351e2067b110dfaf923350c660057a2b9706dff Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Tue, 28 Mar 2023 03:06:05 +0300 Subject: [PATCH 095/156] Update update.yml Signed-off-by: David Lapshin --- .github/workflows/update.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 9efb379..bc92fef 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,41 +17,6 @@ # 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: python3 scripts/update-curated.py && python3 scripts/update-official.py - - - name: Generate preset lists - uses: peter-evans/create-pull-request@v4 - with: - title: "ci: Generate preset lists" - copyright: "Gradience Team" - license: "GNU GPLv3" - author: "Gradience Team" - commiter: "Gradience Bot" - commiter_email: "AdwCustomizerTeam@proton.me" - env: - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} - - name: Generate preset lists on: From 2f37a26f45d55b25d9ade373bc98a6de398d7940 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Tue, 28 Mar 2023 03:07:01 +0300 Subject: [PATCH 096/156] Update update.yml Signed-off-by: David Lapshin --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index bc92fef..29174da 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -38,7 +38,7 @@ jobs: - name: Run the script run: python3 scripts/update-curated.py && python3 scripts/update-official.py - - name: Commit report + - name: Generate preset lists run: | git config --global user.name 'Gradience Team' git config --global user.email 'AdwCustomizerTeam@proton.me' From 5c5c1eef327ce294aca5318697e81293fca19aab Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Tue, 28 Mar 2023 03:07:31 +0300 Subject: [PATCH 097/156] feat: Test GH action --- curated.json | 57 --------------------------------------------------- official.json | 29 -------------------------- 2 files changed, 86 deletions(-) delete mode 100644 curated.json delete mode 100644 official.json diff --git a/curated.json b/curated.json deleted file mode 100644 index 6b78af1..0000000 --- a/curated.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "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", - "Alpha Tritanopia": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-tritanopia.json", - "Apprentice": "https://github.com/GradienceTeam/Community/raw/next/curated/apprentice.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", - "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", - "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", - "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", - "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", - "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", - "Windows 95": "https://github.com/GradienceTeam/Community/raw/next/curated/windows-95.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", - "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" -} \ No newline at end of file diff --git a/official.json b/official.json deleted file mode 100644 index 4326243..0000000 --- a/official.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "Builder": "https://github.com/GradienceTeam/Community/raw/next/official/builder.json", - "Builder Dark": "https://github.com/GradienceTeam/Community/raw/next/official/builder-dark.json", - "Catppuccin Frapp\u00e9": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-frapp\u00e9.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": "https://github.com/GradienceTeam/Community/raw/next/official/cobalt.json", - "Cobalt Dark": "https://github.com/GradienceTeam/Community/raw/next/official/cobalt-dark.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", - "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", - "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", - "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" -} \ No newline at end of file From f5ffdde817def5c90f87e0a95aeaf9c0f1f440b3 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Tue, 28 Mar 2023 03:10:55 +0300 Subject: [PATCH 098/156] fix: workflow Signed-off-by: David Lapshin --- .github/workflows/update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 29174da..7086a28 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -42,5 +42,6 @@ jobs: run: | git config --global user.name 'Gradience Team' git config --global user.email 'AdwCustomizerTeam@proton.me' - git commit -am "ci: Generate preset lists" + git add -A + git commit -m "ci: Generate preset lists" git push From 3a7e8f85178f29e3a40fef57444ad573549a104a Mon Sep 17 00:00:00 2001 From: Gradience Team Date: Tue, 28 Mar 2023 00:11:09 +0000 Subject: [PATCH 099/156] ci: Generate preset lists --- curated.json | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++ official.json | 29 ++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 curated.json create mode 100644 official.json diff --git a/curated.json b/curated.json new file mode 100644 index 0000000..6b78af1 --- /dev/null +++ b/curated.json @@ -0,0 +1,57 @@ +{ + "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", + "Alpha Tritanopia": "https://github.com/GradienceTeam/Community/raw/next/curated/alpha-tritanopia.json", + "Apprentice": "https://github.com/GradienceTeam/Community/raw/next/curated/apprentice.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", + "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", + "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", + "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", + "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", + "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", + "Windows 95": "https://github.com/GradienceTeam/Community/raw/next/curated/windows-95.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", + "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" +} \ No newline at end of file diff --git a/official.json b/official.json new file mode 100644 index 0000000..4326243 --- /dev/null +++ b/official.json @@ -0,0 +1,29 @@ +{ + "Builder": "https://github.com/GradienceTeam/Community/raw/next/official/builder.json", + "Builder Dark": "https://github.com/GradienceTeam/Community/raw/next/official/builder-dark.json", + "Catppuccin Frapp\u00e9": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-frapp\u00e9.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": "https://github.com/GradienceTeam/Community/raw/next/official/cobalt.json", + "Cobalt Dark": "https://github.com/GradienceTeam/Community/raw/next/official/cobalt-dark.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", + "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", + "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", + "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" +} \ No newline at end of file From e8f289bea3b051b0064b1165eab9d58b2c0d5f3b Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Tue, 28 Mar 2023 03:42:00 +0300 Subject: [PATCH 100/156] feat: Rename workflow file --- .github/workflows/{update.yml => generate-preset-lists.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{update.yml => generate-preset-lists.yml} (100%) diff --git a/.github/workflows/update.yml b/.github/workflows/generate-preset-lists.yml similarity index 100% rename from .github/workflows/update.yml rename to .github/workflows/generate-preset-lists.yml From 1145293ec484a4f83e4c481ce807e468b86ef6f5 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Tue, 28 Mar 2023 03:54:19 +0300 Subject: [PATCH 101/156] feat: Move commands from workflow to script --- .github/workflows/generate-preset-lists.yml | 9 +-------- scripts/generate-preset-lists.sh | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 8 deletions(-) create mode 100755 scripts/generate-preset-lists.sh diff --git a/.github/workflows/generate-preset-lists.yml b/.github/workflows/generate-preset-lists.yml index 7086a28..0d55678 100644 --- a/.github/workflows/generate-preset-lists.yml +++ b/.github/workflows/generate-preset-lists.yml @@ -37,11 +37,4 @@ jobs: python-version: '3.10' - name: Run the script - run: python3 scripts/update-curated.py && python3 scripts/update-official.py - - name: Generate preset lists - run: | - git config --global user.name 'Gradience Team' - git config --global user.email 'AdwCustomizerTeam@proton.me' - git add -A - git commit -m "ci: Generate preset lists" - git push + run: sh scripts/generate-preset-lists.sh diff --git a/scripts/generate-preset-lists.sh b/scripts/generate-preset-lists.sh new file mode 100755 index 0000000..3f08e1d --- /dev/null +++ b/scripts/generate-preset-lists.sh @@ -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 presets.json +git commit -m "ci: Generate preset list" +git push From 864b5758bc68926a12b53c594337237e83bb1801 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Tue, 28 Mar 2023 20:03:54 +0300 Subject: [PATCH 102/156] Update README.md Signed-off-by: David Lapshin --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 46781e4..173383f 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ Your Preset can be stored in: 1. this `repo` 2. in your `repo` -## Preset stored in the official `repo` (recommended) +## Preset stored in the official repo (this one, recommended) In your Pull Request, add your Preset in the `curated` folder -Don't touch to `curated.json` because it's automatically generated. +Don't edit `curated.json`, as it is automatically generated. -## Preset stored somewhere else + # Preset example + ```json { // The name should be written as shown, in PascalCase, but with spaces between words From a047ab2e229842d7c4bdd57d782b8c1b7b8a2e37 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Tue, 28 Mar 2023 20:05:19 +0300 Subject: [PATCH 103/156] Update README.md Signed-off-by: David Lapshin --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 173383f..3db45f3 100644 --- a/README.md +++ b/README.md @@ -18,21 +18,6 @@ In your Pull Request, add your Preset in the `curated` folder Don't edit `curated.json`, as it is automatically generated. - - # Preset example ```json From 42f7afc2b233a526cac51c1ffea424c418460c2d Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Tue, 28 Mar 2023 20:05:58 +0300 Subject: [PATCH 104/156] Update README.md Signed-off-by: David Lapshin --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 3db45f3..80ebf91 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,6 @@ 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 (this one, recommended) - In your Pull Request, add your Preset in the `curated` folder Don't edit `curated.json`, as it is automatically generated. From 83aca3b715d21d12b8e38bb5c21d3e9bb305b4fd Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Tue, 28 Mar 2023 20:08:01 +0300 Subject: [PATCH 105/156] Update README.md Signed-off-by: David Lapshin --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 80ebf91..9bdb1bc 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Don't edit `curated.json`, as it is automatically generated. # Preset example +
Click to expand + ```json { // The name should be written as shown, in PascalCase, but with spaces between words @@ -123,6 +125,7 @@ Don't edit `curated.json`, as it is automatically generated. } } ``` +
# Credits From 2536a163b08ef4e772ca0bac0f68a4fa8e1d78d8 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Sun, 2 Apr 2023 02:54:38 +0300 Subject: [PATCH 106/156] fix: missing "plugins" tag to old official presets --- official/builder-dark.json | 4 ++-- official/builder.json | 3 ++- official/classic-dark.json | 3 ++- official/classic.json | 3 ++- official/cobalt-dark.json | 3 ++- official/cobalt.json | 3 ++- official/everforest-dark.json | 2 +- official/everforest.json | 2 +- official/gruvbox-dark.json | 2 +- official/kate-dark.json | 3 ++- official/kate.json | 3 ++- official/oblivion.json | 3 ++- official/peninsula-dark.json | 3 ++- official/peninsula.json | 3 ++- official/pretty-purple.json | 33 ++++++++++++++++----------------- official/solarized-dark.json | 3 ++- official/solarized.json | 3 ++- official/tango.json | 3 ++- official/tokyonight-dark.json | 2 +- official/tokyonight-moon.json | 2 +- official/tokyonight-storm.json | 2 +- official/tokyonight.json | 2 +- 22 files changed, 51 insertions(+), 39 deletions(-) diff --git a/official/builder-dark.json b/official/builder-dark.json index d9dd4cd..3087106 100644 --- a/official/builder-dark.json +++ b/official/builder-dark.json @@ -1,6 +1,5 @@ { "name": "Builder Dark", - "badges": ["classic"], "variables": { "accent_color": "#41606f", "accent_bg_color": "#4186a8", @@ -104,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/builder.json b/official/builder.json index 1714753..18cad01 100644 --- a/official/builder.json +++ b/official/builder.json @@ -103,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/classic-dark.json b/official/classic-dark.json index 411493d..481dabd 100644 --- a/official/classic-dark.json +++ b/official/classic-dark.json @@ -103,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/classic.json b/official/classic.json index 58ce454..8162655 100644 --- a/official/classic.json +++ b/official/classic.json @@ -103,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/cobalt-dark.json b/official/cobalt-dark.json index a8335c4..a52c367 100644 --- a/official/cobalt-dark.json +++ b/official/cobalt-dark.json @@ -103,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/cobalt.json b/official/cobalt.json index 63011e4..cebdff0 100644 --- a/official/cobalt.json +++ b/official/cobalt.json @@ -103,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/everforest-dark.json b/official/everforest-dark.json index 7dd12f8..67f1bf3 100644 --- a/official/everforest-dark.json +++ b/official/everforest-dark.json @@ -105,4 +105,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} diff --git a/official/everforest.json b/official/everforest.json index 2d77042..48308dc 100644 --- a/official/everforest.json +++ b/official/everforest.json @@ -105,4 +105,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} diff --git a/official/gruvbox-dark.json b/official/gruvbox-dark.json index a2a1fc8..862ff3f 100644 --- a/official/gruvbox-dark.json +++ b/official/gruvbox-dark.json @@ -105,4 +105,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} diff --git a/official/kate-dark.json b/official/kate-dark.json index 792ab60..864e93a 100644 --- a/official/kate-dark.json +++ b/official/kate-dark.json @@ -103,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/kate.json b/official/kate.json index f2f202b..5432f9d 100644 --- a/official/kate.json +++ b/official/kate.json @@ -103,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/oblivion.json b/official/oblivion.json index 152c995..86dc8a8 100644 --- a/official/oblivion.json +++ b/official/oblivion.json @@ -103,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/peninsula-dark.json b/official/peninsula-dark.json index e349243..4ea56ec 100644 --- a/official/peninsula-dark.json +++ b/official/peninsula-dark.json @@ -103,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/peninsula.json b/official/peninsula.json index e29fcfe..d7eae6d 100644 --- a/official/peninsula.json +++ b/official/peninsula.json @@ -103,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/pretty-purple.json b/official/pretty-purple.json index 9662c59..353f0dd 100644 --- a/official/pretty-purple.json +++ b/official/pretty-purple.json @@ -1,10 +1,8 @@ { "name": "Pretty Purple", - "description": "Something really pretty", - "badges": ["favourite", "editor-choice"], "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", @@ -18,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": "#241f31", "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": "rgba(0,0,0,0.36)", - "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_": { @@ -105,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/solarized-dark.json b/official/solarized-dark.json index a5a3977..1e1f9d1 100644 --- a/official/solarized-dark.json +++ b/official/solarized-dark.json @@ -103,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/solarized.json b/official/solarized.json index 4b56738..1799bdf 100644 --- a/official/solarized.json +++ b/official/solarized.json @@ -103,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/tango.json b/official/tango.json index 3e27e04..3621a85 100644 --- a/official/tango.json +++ b/official/tango.json @@ -103,5 +103,6 @@ "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } diff --git a/official/tokyonight-dark.json b/official/tokyonight-dark.json index d68ba8a..24c85b1 100644 --- a/official/tokyonight-dark.json +++ b/official/tokyonight-dark.json @@ -105,4 +105,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} diff --git a/official/tokyonight-moon.json b/official/tokyonight-moon.json index 662bd5d..9fc9023 100644 --- a/official/tokyonight-moon.json +++ b/official/tokyonight-moon.json @@ -105,4 +105,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} diff --git a/official/tokyonight-storm.json b/official/tokyonight-storm.json index 7fa38ee..211c414 100644 --- a/official/tokyonight-storm.json +++ b/official/tokyonight-storm.json @@ -105,4 +105,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} diff --git a/official/tokyonight.json b/official/tokyonight.json index 941efd2..1797358 100644 --- a/official/tokyonight.json +++ b/official/tokyonight.json @@ -105,4 +105,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} From 1679bf8d40642b8ed7f17bd5a6ab51b0ea11b9ce Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sun, 2 Apr 2023 02:57:51 +0300 Subject: [PATCH 107/156] misc: Update preset example in README Signed-off-by: David Lapshin --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9bdb1bc..be25cfa 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ Don't edit `curated.json`, as it is automatically generated. ```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", @@ -35,11 +35,11 @@ Don't edit `curated.json`, as it is automatically generated. "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", @@ -47,12 +47,12 @@ Don't edit `curated.json`, as it is automatically generated. "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_": { @@ -122,8 +122,10 @@ Don't edit `curated.json`, as it is automatically generated. "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } + ``` From 3c051d7a15dd28526a23f422e280066cb2e9ebe9 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Tue, 2 May 2023 23:55:53 +0300 Subject: [PATCH 108/156] preset: Night Owl --- official/night-owl.json | 110 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 official/night-owl.json diff --git a/official/night-owl.json b/official/night-owl.json new file mode 100644 index 0000000..cc16edf --- /dev/null +++ b/official/night-owl.json @@ -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": {} +} \ No newline at end of file From 47e2cbb5d66f20929205f545bda85df134e76d78 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Wed, 3 May 2023 00:04:14 +0300 Subject: [PATCH 109/156] fix: Preset list generator Signed-off-by: David Lapshin --- scripts/generate-preset-lists.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-preset-lists.sh b/scripts/generate-preset-lists.sh index 3f08e1d..b350478 100755 --- a/scripts/generate-preset-lists.sh +++ b/scripts/generate-preset-lists.sh @@ -9,6 +9,6 @@ python3 scripts/update-curated.py git config --global user.name 'Gradience Team' git config --global user.email 'AdwCustomizerTeam@proton.me' -git add presets.json +git add official.json curated.json git commit -m "ci: Generate preset list" git push From f10f9137da44e23d390e91eb2726b7c4c75923c1 Mon Sep 17 00:00:00 2001 From: Gradience Team Date: Tue, 2 May 2023 21:04:29 +0000 Subject: [PATCH 110/156] ci: Generate preset list --- official.json | 1 + 1 file changed, 1 insertion(+) diff --git a/official.json b/official.json index 4326243..1c55349 100644 --- a/official.json +++ b/official.json @@ -15,6 +15,7 @@ "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": "https://github.com/GradienceTeam/Community/raw/next/official/peninsula.json", "Peninsula Dark": "https://github.com/GradienceTeam/Community/raw/next/official/peninsula-dark.json", From 5f7361b70b2cbbbe0ee0fc1574fef30004662d2e Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Sat, 6 May 2023 12:08:09 +0200 Subject: [PATCH 111/156] ci: add codeberg mirror Signed-off-by: 0xMRTT <0xMRTT@proton.me> --- .github/workflows/codeberg.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/codeberg.yml diff --git a/.github/workflows/codeberg.yml b/.github/workflows/codeberg.yml new file mode 100644 index 0000000..6a1edb8 --- /dev/null +++ b/.github/workflows/codeberg.yml @@ -0,0 +1,19 @@ +# Sync repo to the Codeberg mirror +name: Mirror Sync +on: + push: + branches: ["main"] + workflow_dispatch: # Manual dispatch + schedule: + - cron: "0 */6 * * *" +jobs: + codeberg: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - uses: pixta-dev/repository-mirroring-action@v1 + with: + target_repo_url: "git@codeberg.org:GradienceTeam/Community.git" + ssh_private_key: ${{ secrets.CODEBERG_SSH }} From 21d8ff3649e732917f811ab23cc23e45fcac2b90 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Sat, 6 May 2023 12:10:09 +0200 Subject: [PATCH 112/156] ci: fix branch Signed-off-by: 0xMRTT <0xMRTT@proton.me> --- .github/workflows/codeberg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeberg.yml b/.github/workflows/codeberg.yml index 6a1edb8..e94d628 100644 --- a/.github/workflows/codeberg.yml +++ b/.github/workflows/codeberg.yml @@ -2,7 +2,7 @@ name: Mirror Sync on: push: - branches: ["main"] + branches: ["next"] workflow_dispatch: # Manual dispatch schedule: - cron: "0 */6 * * *" From 29193463add7a03b93bbf59ffa5f224d2982463d Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Mon, 8 May 2023 10:49:59 +0200 Subject: [PATCH 113/156] ci: remove workflow for codeberg since i found a better way Signed-off-by: 0xMRTT <0xMRTT@proton.me> --- .github/workflows/codeberg.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/codeberg.yml diff --git a/.github/workflows/codeberg.yml b/.github/workflows/codeberg.yml deleted file mode 100644 index e94d628..0000000 --- a/.github/workflows/codeberg.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Sync repo to the Codeberg mirror -name: Mirror Sync -on: - push: - branches: ["next"] - workflow_dispatch: # Manual dispatch - schedule: - - cron: "0 */6 * * *" -jobs: - codeberg: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: pixta-dev/repository-mirroring-action@v1 - with: - target_repo_url: "git@codeberg.org:GradienceTeam/Community.git" - ssh_private_key: ${{ secrets.CODEBERG_SSH }} From 34d4518cf101d49f8f746fa7e86ebd9774d5a6dd Mon Sep 17 00:00:00 2001 From: Asutosh Variar <96536388+asutoshvariar@users.noreply.github.com> Date: Sun, 14 May 2023 12:37:39 +0400 Subject: [PATCH 114/156] Port Yaru Bark (Light + Dark) Signed-off-by: Asutosh Variar <96536388+asutoshvariar@users.noreply.github.com> --- curated/yaru-bark-dark.json | 108 ++++++++++++++++++++++++++++++++++++ curated/yaru-bark.json | 108 ++++++++++++++++++++++++++++++++++++ 2 files changed, 216 insertions(+) create mode 100644 curated/yaru-bark-dark.json create mode 100644 curated/yaru-bark.json diff --git a/curated/yaru-bark-dark.json b/curated/yaru-bark-dark.json new file mode 100644 index 0000000..1fefd51 --- /dev/null +++ b/curated/yaru-bark-dark.json @@ -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": {} +} \ No newline at end of file diff --git a/curated/yaru-bark.json b/curated/yaru-bark.json new file mode 100644 index 0000000..1e5166c --- /dev/null +++ b/curated/yaru-bark.json @@ -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": "#000000", + "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": {} +} \ No newline at end of file From cc6e4aff10d74f570868cb7e17809c53aede3fea Mon Sep 17 00:00:00 2001 From: Gradience Team Date: Tue, 16 May 2023 18:42:34 +0000 Subject: [PATCH 115/156] ci: Generate preset list --- curated.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/curated.json b/curated.json index 6b78af1..3596827 100644 --- a/curated.json +++ b/curated.json @@ -40,6 +40,8 @@ "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": "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", From aec0823f7150f0bd12476c7d023c5acca39854a1 Mon Sep 17 00:00:00 2001 From: Daudix_UFO Date: Tue, 16 May 2023 21:43:29 +0300 Subject: [PATCH 116/156] fix: Yaru Bark @card_shade_color --- curated/yaru-bark.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curated/yaru-bark.json b/curated/yaru-bark.json index 1e5166c..3c63fc3 100644 --- a/curated/yaru-bark.json +++ b/curated/yaru-bark.json @@ -27,7 +27,7 @@ "headerbar_shade_color": "rgba(0, 0, 0, 0.07)", "card_bg_color": "#ffffff", "card_fg_color": "#000000", - "card_shade_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", From bd67088de9b87cf9ff224c423ee27180b47e2866 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Sat, 27 May 2023 13:14:13 +0200 Subject: [PATCH 117/156] fix: pretty purple view bg color Signed-off-by: 0xMRTT <0xMRTT@proton.me> --- official/pretty-purple.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/pretty-purple.json b/official/pretty-purple.json index 353f0dd..8cb60fc 100644 --- a/official/pretty-purple.json +++ b/official/pretty-purple.json @@ -18,7 +18,7 @@ "error_fg_color": "#ffffff", "window_bg_color": "#241f31", "window_fg_color": "#ffffff", - "view_bg_color": "#241f31", + "view_bg_color": "#363141", "view_fg_color": "#ffffff", "headerbar_bg_color": "#241f31", "headerbar_fg_color": "#ffffff", From 6b2b331781f7a91d126120716f4d5691ee8e23ad Mon Sep 17 00:00:00 2001 From: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> Date: Tue, 13 Jun 2023 18:08:16 +0300 Subject: [PATCH 118/156] Add files via upload Signed-off-by: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> --- curated/abyssal-elementals.json | 108 ++++++++++++++++++++++++++++++++ curated/astral-elementals.json | 108 ++++++++++++++++++++++++++++++++ 2 files changed, 216 insertions(+) create mode 100644 curated/abyssal-elementals.json create mode 100644 curated/astral-elementals.json diff --git a/curated/abyssal-elementals.json b/curated/abyssal-elementals.json new file mode 100644 index 0000000..bdc5dba --- /dev/null +++ b/curated/abyssal-elementals.json @@ -0,0 +1,108 @@ +{ + "name": "Abyssal Elementals", + "variables": { + "accent_color": "@red_1", + "accent_bg_color": "@red_2", + "accent_fg_color": "#fff", + "destructive_color": "@error_color", + "destructive_bg_color": "@error_bg_color", + "destructive_fg_color": "@error_fg_color", + "success_color": "@green_1", + "success_bg_color": "@green_2", + "success_fg_color": "#fff", + "warning_color": "@yellow_3", + "warning_bg_color": "@yellow_4", + "warning_fg_color": "#fff", + "error_color": "@purple_2", + "error_bg_color": "@purple_3", + "error_fg_color": "#fff", + "window_bg_color": "@dark_5", + "window_fg_color": "@light_2", + "view_bg_color": "shade(@card_bg_color , 1.06)", + "view_fg_color": "@card_fg_color", + "headerbar_bg_color": "shade(@window_bg_color , .96)", + "headerbar_fg_color": "@light_1", + "headerbar_border_color": "@borders", + "headerbar_backdrop_color": "@headerbar_shade_color", + "headerbar_shade_color": "darker(@headerbar_bg_color)", + "card_bg_color": "shade(mix(@brown_5 , @window_bg_color , .24) , 1.36)", + "card_fg_color": "@window_fg_color", + "card_shade_color": "darker(@card_bg_color)", + "dialog_bg_color": "@card_bg_color", + "dialog_fg_color": "@card_fg_color", + "popover_bg_color": "@view_bg_color", + "popover_fg_color": "@view_fg_color", + "shade_color": "darker(@window_bg_color)", + "scrollbar_outline_color": "@borders" + }, + "palette": { + "blue_": { + "1": "rgb(140,213,255)", + "2": "rgb(100,186,255)", + "3": "rgb(54,137,230)", + "4": "rgb(13,82,191)", + "5": "rgb(0,46,153)" + }, + "green_": { + "1": "rgb(209,255,130)", + "2": "rgb(155,219,77)", + "3": "rgb(104,183,35)", + "4": "rgb(58,145,4)", + "5": "rgb(32,107,0)" + }, + "yellow_": { + "1": "rgb(255,243,148)", + "2": "rgb(255,225,107)", + "3": "rgb(249,196,64)", + "4": "rgb(212,142,21)", + "5": "rgb(173,95,0)" + }, + "orange_": { + "1": "rgb(255,194,125)", + "2": "rgb(255,161,84)", + "3": "rgb(243,115,41)", + "4": "rgb(204,59,2)", + "5": "rgb(166,33,0)" + }, + "red_": { + "1": "rgb(255,140,130)", + "2": "rgb(237,83,83)", + "3": "rgb(198,38,46)", + "4": "rgb(161,7,5)", + "5": "rgb(122,0,0)" + }, + "purple_": { + "1": "rgb(228,198,250)", + "2": "rgb(205,158,247)", + "3": "rgb(165,109,226)", + "4": "rgb(114,57,179)", + "5": "rgb(69,41,129)" + }, + "brown_": { + "1": "rgb(163,144,124)", + "2": "rgb(138,113,94)", + "3": "rgb(113,83,68)", + "4": "rgb(87,57,45)", + "5": "rgb(61,33,27)" + }, + "light_": { + "1": "rgb(250,250,250)", + "2": "rgb(212,212,212)", + "3": "rgb(171,172,174)", + "4": "rgb(126,128,135)", + "5": "rgb(72,90,108)" + }, + "dark_": { + "1": "rgb(149,163,171)", + "2": "rgb(102,102,102)", + "3": "rgb(77,77,77)", + "4": "rgb(51,51,51)", + "5": "rgb(26,26,26)" + } + }, + "custom_css": { + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/\n omega @destructive_color ; @define-color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk3": "" + }, + "plugins": {} +} \ No newline at end of file diff --git a/curated/astral-elementals.json b/curated/astral-elementals.json new file mode 100644 index 0000000..d7d0edb --- /dev/null +++ b/curated/astral-elementals.json @@ -0,0 +1,108 @@ +{ + "name": "Astral Elementals", + "variables": { + "accent_color": "@red_2", + "accent_bg_color": "@red_1", + "accent_fg_color": "#000", + "destructive_color": "@error_color", + "destructive_bg_color": "@error_bg_color", + "destructive_fg_color": "@error_fg_color", + "success_color": "@green_2", + "success_bg_color": "@green_1", + "success_fg_color": "#000", + "warning_color": "@yellow_4", + "warning_bg_color": "@yellow_3", + "warning_fg_color": "#000", + "error_color": "@purple_3", + "error_bg_color": "@purple_2", + "error_fg_color": "#000", + "window_bg_color": "@light_1", + "window_fg_color": "@dark_4", + "view_bg_color": "shade(@card_bg_color , 1.06)", + "view_fg_color": "@card_fg_color", + "headerbar_bg_color": "shade(@window_bg_color , .96)", + "headerbar_fg_color": "@dark_5", + "headerbar_border_color": "@borders", + "headerbar_backdrop_color": "@headerbar_shade_color", + "headerbar_shade_color": "darker(@headerbar_bg_color)", + "card_bg_color": "shade(mix(@brown_1 , @window_bg_color , .24) , 1.36)", + "card_fg_color": "@window_fg_color", + "card_shade_color": "darker(@card_bg_color)", + "dialog_bg_color": "@card_bg_color", + "dialog_fg_color": "@card_fg_color", + "popover_bg_color": "@view_bg_color", + "popover_fg_color": "@view_fg_color", + "shade_color": "darker(@window_bg_color)", + "scrollbar_outline_color": "@borders" + }, + "palette": { + "blue_": { + "1": "rgb(140,213,255)", + "2": "rgb(100,186,255)", + "3": "rgb(54,137,230)", + "4": "rgb(13,82,191)", + "5": "rgb(0,46,153)" + }, + "green_": { + "1": "rgb(137,255,221)", + "2": "rgb(67,214,181)", + "3": "rgb(40,188,163)", + "4": "rgb(14,154,131)", + "5": "rgb(0,115,103)" + }, + "yellow_": { + "1": "rgb(255,243,148)", + "2": "rgb(255,225,107)", + "3": "rgb(249,196,64)", + "4": "rgb(212,142,21)", + "5": "rgb(173,95,0)" + }, + "orange_": { + "1": "rgb(255,194,125)", + "2": "rgb(255,161,84)", + "3": "rgb(243,115,41)", + "4": "rgb(204,59,2)", + "5": "rgb(166,33,0)" + }, + "red_": { + "1": "rgb(254,154,184)", + "2": "rgb(244,103,157)", + "3": "rgb(222,62,128)", + "4": "rgb(188,36,93)", + "5": "rgb(145,14,56)" + }, + "purple_": { + "1": "rgb(228,198,250)", + "2": "rgb(205,158,247)", + "3": "rgb(165,109,226)", + "4": "rgb(114,57,179)", + "5": "rgb(69,41,129)" + }, + "brown_": { + "1": "rgb(163,144,124)", + "2": "rgb(138,113,94)", + "3": "rgb(113,83,68)", + "4": "rgb(87,57,45)", + "5": "rgb(61,33,27)" + }, + "light_": { + "1": "rgb(250,250,250)", + "2": "rgb(212,212,212)", + "3": "rgb(171,172,174)", + "4": "rgb(126,128,135)", + "5": "rgb(72,90,108)" + }, + "dark_": { + "1": "rgb(149,163,171)", + "2": "rgb(102,102,102)", + "3": "rgb(77,77,77)", + "4": "rgb(51,51,51)", + "5": "rgb(26,26,26)" + } + }, + "custom_css": { + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/\n omega @destructive_color ; @define-color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk3": "" + }, + "plugins": {} +} \ No newline at end of file From f6b7693830deafca8d8ffb900c61493bc6b8a904 Mon Sep 17 00:00:00 2001 From: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> Date: Tue, 13 Jun 2023 18:34:43 +0300 Subject: [PATCH 119/156] Add files via upload Signed-off-by: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> --- curated/abyssal-elementals.json | 2 +- curated/astral-elementals.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curated/abyssal-elementals.json b/curated/abyssal-elementals.json index bdc5dba..3f9cd27 100644 --- a/curated/abyssal-elementals.json +++ b/curated/abyssal-elementals.json @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/\n omega @destructive_color ; @define-color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", "gtk3": "" }, "plugins": {} diff --git a/curated/astral-elementals.json b/curated/astral-elementals.json index d7d0edb..7e73178 100644 --- a/curated/astral-elementals.json +++ b/curated/astral-elementals.json @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/\n omega @destructive_color ; @define-color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", "gtk3": "" }, "plugins": {} From 2e041f5b40ea35554cd04884fb69a16f9f8a5de1 Mon Sep 17 00:00:00 2001 From: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> Date: Tue, 13 Jun 2023 19:39:36 +0300 Subject: [PATCH 120/156] Add files via upload Signed-off-by: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> --- curated/abyssal-elementals.json | 6 +++--- curated/astral-elementals.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/curated/abyssal-elementals.json b/curated/abyssal-elementals.json index 3f9cd27..6d296f7 100644 --- a/curated/abyssal-elementals.json +++ b/curated/abyssal-elementals.json @@ -90,12 +90,12 @@ "2": "rgb(212,212,212)", "3": "rgb(171,172,174)", "4": "rgb(126,128,135)", - "5": "rgb(72,90,108)" + "5": "rgb(85,87,97)" }, "dark_": { "1": "rgb(149,163,171)", - "2": "rgb(102,102,102)", - "3": "rgb(77,77,77)", + "2": "rgb(102,120,133)", + "3": "rgb(72,90,108)", "4": "rgb(51,51,51)", "5": "rgb(26,26,26)" } diff --git a/curated/astral-elementals.json b/curated/astral-elementals.json index 7e73178..0d54489 100644 --- a/curated/astral-elementals.json +++ b/curated/astral-elementals.json @@ -90,11 +90,11 @@ "2": "rgb(212,212,212)", "3": "rgb(171,172,174)", "4": "rgb(126,128,135)", - "5": "rgb(72,90,108)" + "5": "rgb(102,120,133)" }, "dark_": { - "1": "rgb(149,163,171)", - "2": "rgb(102,102,102)", + "1": "rgb(102,120,133)", + "2": "rgb(85,87,97)", "3": "rgb(77,77,77)", "4": "rgb(51,51,51)", "5": "rgb(26,26,26)" @@ -105,4 +105,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} From 0aa84c1e0a16a7279fcb8b7909c0585d0460d846 Mon Sep 17 00:00:00 2001 From: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> Date: Tue, 13 Jun 2023 19:45:44 +0300 Subject: [PATCH 121/156] Add files via upload Signed-off-by: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> --- curated/astral-elementals.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/curated/astral-elementals.json b/curated/astral-elementals.json index 0d54489..b573424 100644 --- a/curated/astral-elementals.json +++ b/curated/astral-elementals.json @@ -90,12 +90,12 @@ "2": "rgb(212,212,212)", "3": "rgb(171,172,174)", "4": "rgb(126,128,135)", - "5": "rgb(102,120,133)" + "5": "rgb(85,87,97)" }, "dark_": { - "1": "rgb(102,120,133)", - "2": "rgb(85,87,97)", - "3": "rgb(77,77,77)", + "1": "rgb(149,163,171)", + "2": "rgb(102,120,133)", + "3": "rgb(72,90,108)", "4": "rgb(51,51,51)", "5": "rgb(26,26,26)" } From c33b9b5276d2bc200d84276b0f9bb52758097e55 Mon Sep 17 00:00:00 2001 From: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> Date: Tue, 13 Jun 2023 19:53:06 +0300 Subject: [PATCH 122/156] Add files via upload Signed-off-by: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> --- curated/abyssal-elementals.json | 2 +- curated/astral-elementals.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/curated/abyssal-elementals.json b/curated/abyssal-elementals.json index 6d296f7..4f04bbc 100644 --- a/curated/abyssal-elementals.json +++ b/curated/abyssal-elementals.json @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", "gtk3": "" }, "plugins": {} diff --git a/curated/astral-elementals.json b/curated/astral-elementals.json index b573424..28e92c6 100644 --- a/curated/astral-elementals.json +++ b/curated/astral-elementals.json @@ -101,8 +101,8 @@ } }, "custom_css": { - "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", "gtk3": "" }, "plugins": {} -} +} \ No newline at end of file From 7ecca77c6ad7c39528e7c02fc14f8800076a496c Mon Sep 17 00:00:00 2001 From: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> Date: Tue, 13 Jun 2023 20:02:18 +0300 Subject: [PATCH 123/156] Add files via upload Signed-off-by: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> --- curated/abyssal-elementals.json | 2 +- curated/astral-elementals.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curated/abyssal-elementals.json b/curated/abyssal-elementals.json index 4f04bbc..6240212 100644 --- a/curated/abyssal-elementals.json +++ b/curated/abyssal-elementals.json @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, check:checked\n, radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", "gtk3": "" }, "plugins": {} diff --git a/curated/astral-elementals.json b/curated/astral-elementals.json index 28e92c6..bf351e1 100644 --- a/curated/astral-elementals.json +++ b/curated/astral-elementals.json @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, check:checked\n, radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", "gtk3": "" }, "plugins": {} From 5aa5b6b339e3c5628203794f412f2ff12edc60a6 Mon Sep 17 00:00:00 2001 From: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> Date: Tue, 13 Jun 2023 20:52:25 +0300 Subject: [PATCH 124/156] Add files via upload Signed-off-by: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> --- curated/abyssal-elementals.json | 4 ++-- curated/astral-elementals.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/curated/abyssal-elementals.json b/curated/abyssal-elementals.json index 6240212..57393e5 100644 --- a/curated/abyssal-elementals.json +++ b/curated/abyssal-elementals.json @@ -20,7 +20,7 @@ "window_fg_color": "@light_2", "view_bg_color": "shade(@card_bg_color , 1.06)", "view_fg_color": "@card_fg_color", - "headerbar_bg_color": "shade(@window_bg_color , .96)", + "headerbar_bg_color": "shade(@window_bg_color , .96)", "headerbar_fg_color": "@light_1", "headerbar_border_color": "@borders", "headerbar_backdrop_color": "@headerbar_shade_color", @@ -105,4 +105,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} diff --git a/curated/astral-elementals.json b/curated/astral-elementals.json index bf351e1..c71f82e 100644 --- a/curated/astral-elementals.json +++ b/curated/astral-elementals.json @@ -20,7 +20,7 @@ "window_fg_color": "@dark_4", "view_bg_color": "shade(@card_bg_color , 1.06)", "view_fg_color": "@card_fg_color", - "headerbar_bg_color": "shade(@window_bg_color , .96)", + "headerbar_bg_color": "shade(@window_bg_color , .96)", "headerbar_fg_color": "@dark_5", "headerbar_border_color": "@borders", "headerbar_backdrop_color": "@headerbar_shade_color", @@ -105,4 +105,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} From 1bb4f90cedcc95b6a07ca467221935a27b0c59ad Mon Sep 17 00:00:00 2001 From: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> Date: Wed, 14 Jun 2023 15:49:35 +0300 Subject: [PATCH 125/156] Add files via upload Signed-off-by: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> --- curated/abyssal-elementals.json | 4 ++-- curated/astral-elementals.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/curated/abyssal-elementals.json b/curated/abyssal-elementals.json index 57393e5..63e8d7a 100644 --- a/curated/abyssal-elementals.json +++ b/curated/abyssal-elementals.json @@ -101,8 +101,8 @@ } }, "custom_css": { - "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, check:checked\n, radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, checkbutton\n check:checked , checkbutton\n radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", "gtk3": "" }, "plugins": {} -} +} \ No newline at end of file diff --git a/curated/astral-elementals.json b/curated/astral-elementals.json index c71f82e..43bb98d 100644 --- a/curated/astral-elementals.json +++ b/curated/astral-elementals.json @@ -101,8 +101,8 @@ } }, "custom_css": { - "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, check:checked\n, radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, checkbutton\n check:checked , checkbutton\n radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", "gtk3": "" }, "plugins": {} -} +} \ No newline at end of file From 0750e900d3209c10e79d9df245e629ff4e023bbc Mon Sep 17 00:00:00 2001 From: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> Date: Wed, 14 Jun 2023 22:08:03 +0300 Subject: [PATCH 126/156] Add files via upload Signed-off-by: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> --- abyssal-elementals.json | 108 ++++++++++++++++++++++++++++++++++++++++ astral-elementals.json | 108 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 216 insertions(+) create mode 100644 abyssal-elementals.json create mode 100644 astral-elementals.json diff --git a/abyssal-elementals.json b/abyssal-elementals.json new file mode 100644 index 0000000..ef9e5e9 --- /dev/null +++ b/abyssal-elementals.json @@ -0,0 +1,108 @@ +{ + "name": "Abyssal Elementals", + "variables": { + "accent_color": "@red_1", + "accent_bg_color": "@red_2", + "accent_fg_color": "@light_1", + "destructive_color": "@error_color", + "destructive_bg_color": "@error_bg_color", + "destructive_fg_color": "@error_fg_color", + "success_color": "@green_1", + "success_bg_color": "@green_2", + "success_fg_color": "@light_1", + "warning_color": "@yellow_3", + "warning_bg_color": "@yellow_4", + "warning_fg_color": "@light_1", + "error_color": "@purple_2", + "error_bg_color": "@purple_3", + "error_fg_color": "@light_1", + "window_bg_color": "@dark_5", + "window_fg_color": "@light_2", + "view_bg_color": "mix(@card_bg_color , @light_1 , .06)", + "view_fg_color": "@card_fg_color", + "headerbar_bg_color": "shade(@window_bg_color , .96)", + "headerbar_fg_color": "@light_1", + "headerbar_border_color": "@borders", + "headerbar_backdrop_color": "@headerbar_shade_color", + "headerbar_shade_color": "darker(@headerbar_bg_color)", + "card_bg_color": "shade(mix(@brown_5 , @window_bg_color , .24) , 1.24)", + "card_fg_color": "@window_fg_color", + "card_shade_color": "darker(@card_bg_color)", + "dialog_bg_color": "@card_bg_color", + "dialog_fg_color": "@card_fg_color", + "popover_bg_color": "@view_bg_color", + "popover_fg_color": "@view_fg_color", + "shade_color": "darker(@window_bg_color)", + "scrollbar_outline_color": "@borders" + }, + "palette": { + "blue_": { + "1": "rgb(140,213,255)", + "2": "rgb(100,186,255)", + "3": "rgb(54,137,230)", + "4": "rgb(13,82,191)", + "5": "rgb(0,46,153)" + }, + "green_": { + "1": "rgb(209,255,130)", + "2": "rgb(155,219,77)", + "3": "rgb(104,183,35)", + "4": "rgb(58,145,4)", + "5": "rgb(32,107,0)" + }, + "yellow_": { + "1": "rgb(255,243,148)", + "2": "rgb(255,225,107)", + "3": "rgb(249,196,64)", + "4": "rgb(212,142,21)", + "5": "rgb(173,95,0)" + }, + "orange_": { + "1": "rgb(255,194,125)", + "2": "rgb(255,161,84)", + "3": "rgb(243,115,41)", + "4": "rgb(204,59,2)", + "5": "rgb(166,33,0)" + }, + "red_": { + "1": "rgb(255,140,130)", + "2": "rgb(237,83,83)", + "3": "rgb(198,38,46)", + "4": "rgb(161,7,5)", + "5": "rgb(122,0,0)" + }, + "purple_": { + "1": "rgb(228,198,250)", + "2": "rgb(205,158,247)", + "3": "rgb(165,109,226)", + "4": "rgb(114,57,179)", + "5": "rgb(69,41,129)" + }, + "brown_": { + "1": "rgb(163,144,124)", + "2": "rgb(138,113,94)", + "3": "rgb(113,83,68)", + "4": "rgb(87,57,45)", + "5": "rgb(61,33,27)" + }, + "light_": { + "1": "rgb(250,250,250)", + "2": "rgb(212,212,212)", + "3": "rgb(171,172,174)", + "4": "rgb(126,128,135)", + "5": "rgb(85,87,97)" + }, + "dark_": { + "1": "rgb(149,163,171)", + "2": "rgb(102,120,133)", + "3": "rgb(72,90,108)", + "4": "rgb(51,51,51)", + "5": "rgb(26,26,26)" + } + }, + "custom_css": { + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, checkbutton\n check:checked , checkbutton\n radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk3": "" + }, + "plugins": {} +} \ No newline at end of file diff --git a/astral-elementals.json b/astral-elementals.json new file mode 100644 index 0000000..71aa311 --- /dev/null +++ b/astral-elementals.json @@ -0,0 +1,108 @@ +{ + "name": "Astral Elementals", + "variables": { + "accent_color": "@red_2", + "accent_bg_color": "@red_1", + "accent_fg_color": "@dark_5", + "destructive_color": "@error_color", + "destructive_bg_color": "@error_bg_color", + "destructive_fg_color": "@error_fg_color", + "success_color": "@green_2", + "success_bg_color": "@green_1", + "success_fg_color": "@dark_5", + "warning_color": "@yellow_4", + "warning_bg_color": "@yellow_3", + "warning_fg_color": "@dark_5", + "error_color": "@purple_3", + "error_bg_color": "@purple_2", + "error_fg_color": "@dark_5", + "window_bg_color": "@light_1", + "window_fg_color": "@dark_4", + "view_bg_color": "mix(@card_bg_color , @light_1 , .06)", + "view_fg_color": "@card_fg_color", + "headerbar_bg_color": "shade(@window_bg_color , .96)", + "headerbar_fg_color": "@dark_5", + "headerbar_border_color": "@borders", + "headerbar_backdrop_color": "@headerbar_shade_color", + "headerbar_shade_color": "darker(@headerbar_bg_color)", + "card_bg_color": "shade(mix(@brown_1 , @window_bg_color , .24) , 1.24)", + "card_fg_color": "@window_fg_color", + "card_shade_color": "darker(@card_bg_color)", + "dialog_bg_color": "@card_bg_color", + "dialog_fg_color": "@card_fg_color", + "popover_bg_color": "@view_bg_color", + "popover_fg_color": "@view_fg_color", + "shade_color": "darker(@window_bg_color)", + "scrollbar_outline_color": "@borders" + }, + "palette": { + "blue_": { + "1": "rgb(140,213,255)", + "2": "rgb(100,186,255)", + "3": "rgb(54,137,230)", + "4": "rgb(13,82,191)", + "5": "rgb(0,46,153)" + }, + "green_": { + "1": "rgb(137,255,221)", + "2": "rgb(67,214,181)", + "3": "rgb(40,188,163)", + "4": "rgb(14,154,131)", + "5": "rgb(0,115,103)" + }, + "yellow_": { + "1": "rgb(255,243,148)", + "2": "rgb(255,225,107)", + "3": "rgb(249,196,64)", + "4": "rgb(212,142,21)", + "5": "rgb(173,95,0)" + }, + "orange_": { + "1": "rgb(255,194,125)", + "2": "rgb(255,161,84)", + "3": "rgb(243,115,41)", + "4": "rgb(204,59,2)", + "5": "rgb(166,33,0)" + }, + "red_": { + "1": "rgb(254,154,184)", + "2": "rgb(244,103,157)", + "3": "rgb(222,62,128)", + "4": "rgb(188,36,93)", + "5": "rgb(145,14,56)" + }, + "purple_": { + "1": "rgb(228,198,250)", + "2": "rgb(205,158,247)", + "3": "rgb(165,109,226)", + "4": "rgb(114,57,179)", + "5": "rgb(69,41,129)" + }, + "brown_": { + "1": "rgb(163,144,124)", + "2": "rgb(138,113,94)", + "3": "rgb(113,83,68)", + "4": "rgb(87,57,45)", + "5": "rgb(61,33,27)" + }, + "light_": { + "1": "rgb(250,250,250)", + "2": "rgb(212,212,212)", + "3": "rgb(171,172,174)", + "4": "rgb(126,128,135)", + "5": "rgb(85,87,97)" + }, + "dark_": { + "1": "rgb(149,163,171)", + "2": "rgb(102,120,133)", + "3": "rgb(72,90,108)", + "4": "rgb(51,51,51)", + "5": "rgb(26,26,26)" + } + }, + "custom_css": { + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, checkbutton\n check:checked , checkbutton\n radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk3": "" + }, + "plugins": {} +} \ No newline at end of file From 821c60d311e30e160d2b64c3d26256002d672c80 Mon Sep 17 00:00:00 2001 From: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> Date: Wed, 14 Jun 2023 22:09:31 +0300 Subject: [PATCH 127/156] Delete abyssal-elementals.json Signed-off-by: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> --- abyssal-elementals.json | 108 ---------------------------------------- 1 file changed, 108 deletions(-) delete mode 100644 abyssal-elementals.json diff --git a/abyssal-elementals.json b/abyssal-elementals.json deleted file mode 100644 index ef9e5e9..0000000 --- a/abyssal-elementals.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "name": "Abyssal Elementals", - "variables": { - "accent_color": "@red_1", - "accent_bg_color": "@red_2", - "accent_fg_color": "@light_1", - "destructive_color": "@error_color", - "destructive_bg_color": "@error_bg_color", - "destructive_fg_color": "@error_fg_color", - "success_color": "@green_1", - "success_bg_color": "@green_2", - "success_fg_color": "@light_1", - "warning_color": "@yellow_3", - "warning_bg_color": "@yellow_4", - "warning_fg_color": "@light_1", - "error_color": "@purple_2", - "error_bg_color": "@purple_3", - "error_fg_color": "@light_1", - "window_bg_color": "@dark_5", - "window_fg_color": "@light_2", - "view_bg_color": "mix(@card_bg_color , @light_1 , .06)", - "view_fg_color": "@card_fg_color", - "headerbar_bg_color": "shade(@window_bg_color , .96)", - "headerbar_fg_color": "@light_1", - "headerbar_border_color": "@borders", - "headerbar_backdrop_color": "@headerbar_shade_color", - "headerbar_shade_color": "darker(@headerbar_bg_color)", - "card_bg_color": "shade(mix(@brown_5 , @window_bg_color , .24) , 1.24)", - "card_fg_color": "@window_fg_color", - "card_shade_color": "darker(@card_bg_color)", - "dialog_bg_color": "@card_bg_color", - "dialog_fg_color": "@card_fg_color", - "popover_bg_color": "@view_bg_color", - "popover_fg_color": "@view_fg_color", - "shade_color": "darker(@window_bg_color)", - "scrollbar_outline_color": "@borders" - }, - "palette": { - "blue_": { - "1": "rgb(140,213,255)", - "2": "rgb(100,186,255)", - "3": "rgb(54,137,230)", - "4": "rgb(13,82,191)", - "5": "rgb(0,46,153)" - }, - "green_": { - "1": "rgb(209,255,130)", - "2": "rgb(155,219,77)", - "3": "rgb(104,183,35)", - "4": "rgb(58,145,4)", - "5": "rgb(32,107,0)" - }, - "yellow_": { - "1": "rgb(255,243,148)", - "2": "rgb(255,225,107)", - "3": "rgb(249,196,64)", - "4": "rgb(212,142,21)", - "5": "rgb(173,95,0)" - }, - "orange_": { - "1": "rgb(255,194,125)", - "2": "rgb(255,161,84)", - "3": "rgb(243,115,41)", - "4": "rgb(204,59,2)", - "5": "rgb(166,33,0)" - }, - "red_": { - "1": "rgb(255,140,130)", - "2": "rgb(237,83,83)", - "3": "rgb(198,38,46)", - "4": "rgb(161,7,5)", - "5": "rgb(122,0,0)" - }, - "purple_": { - "1": "rgb(228,198,250)", - "2": "rgb(205,158,247)", - "3": "rgb(165,109,226)", - "4": "rgb(114,57,179)", - "5": "rgb(69,41,129)" - }, - "brown_": { - "1": "rgb(163,144,124)", - "2": "rgb(138,113,94)", - "3": "rgb(113,83,68)", - "4": "rgb(87,57,45)", - "5": "rgb(61,33,27)" - }, - "light_": { - "1": "rgb(250,250,250)", - "2": "rgb(212,212,212)", - "3": "rgb(171,172,174)", - "4": "rgb(126,128,135)", - "5": "rgb(85,87,97)" - }, - "dark_": { - "1": "rgb(149,163,171)", - "2": "rgb(102,120,133)", - "3": "rgb(72,90,108)", - "4": "rgb(51,51,51)", - "5": "rgb(26,26,26)" - } - }, - "custom_css": { - "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, checkbutton\n check:checked , checkbutton\n radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", - "gtk3": "" - }, - "plugins": {} -} \ No newline at end of file From a285cca02f87245e255fccb5c17abbd5ff0c4609 Mon Sep 17 00:00:00 2001 From: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> Date: Wed, 14 Jun 2023 22:09:45 +0300 Subject: [PATCH 128/156] Delete astral-elementals.json Signed-off-by: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> --- astral-elementals.json | 108 ----------------------------------------- 1 file changed, 108 deletions(-) delete mode 100644 astral-elementals.json diff --git a/astral-elementals.json b/astral-elementals.json deleted file mode 100644 index 71aa311..0000000 --- a/astral-elementals.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "name": "Astral Elementals", - "variables": { - "accent_color": "@red_2", - "accent_bg_color": "@red_1", - "accent_fg_color": "@dark_5", - "destructive_color": "@error_color", - "destructive_bg_color": "@error_bg_color", - "destructive_fg_color": "@error_fg_color", - "success_color": "@green_2", - "success_bg_color": "@green_1", - "success_fg_color": "@dark_5", - "warning_color": "@yellow_4", - "warning_bg_color": "@yellow_3", - "warning_fg_color": "@dark_5", - "error_color": "@purple_3", - "error_bg_color": "@purple_2", - "error_fg_color": "@dark_5", - "window_bg_color": "@light_1", - "window_fg_color": "@dark_4", - "view_bg_color": "mix(@card_bg_color , @light_1 , .06)", - "view_fg_color": "@card_fg_color", - "headerbar_bg_color": "shade(@window_bg_color , .96)", - "headerbar_fg_color": "@dark_5", - "headerbar_border_color": "@borders", - "headerbar_backdrop_color": "@headerbar_shade_color", - "headerbar_shade_color": "darker(@headerbar_bg_color)", - "card_bg_color": "shade(mix(@brown_1 , @window_bg_color , .24) , 1.24)", - "card_fg_color": "@window_fg_color", - "card_shade_color": "darker(@card_bg_color)", - "dialog_bg_color": "@card_bg_color", - "dialog_fg_color": "@card_fg_color", - "popover_bg_color": "@view_bg_color", - "popover_fg_color": "@view_fg_color", - "shade_color": "darker(@window_bg_color)", - "scrollbar_outline_color": "@borders" - }, - "palette": { - "blue_": { - "1": "rgb(140,213,255)", - "2": "rgb(100,186,255)", - "3": "rgb(54,137,230)", - "4": "rgb(13,82,191)", - "5": "rgb(0,46,153)" - }, - "green_": { - "1": "rgb(137,255,221)", - "2": "rgb(67,214,181)", - "3": "rgb(40,188,163)", - "4": "rgb(14,154,131)", - "5": "rgb(0,115,103)" - }, - "yellow_": { - "1": "rgb(255,243,148)", - "2": "rgb(255,225,107)", - "3": "rgb(249,196,64)", - "4": "rgb(212,142,21)", - "5": "rgb(173,95,0)" - }, - "orange_": { - "1": "rgb(255,194,125)", - "2": "rgb(255,161,84)", - "3": "rgb(243,115,41)", - "4": "rgb(204,59,2)", - "5": "rgb(166,33,0)" - }, - "red_": { - "1": "rgb(254,154,184)", - "2": "rgb(244,103,157)", - "3": "rgb(222,62,128)", - "4": "rgb(188,36,93)", - "5": "rgb(145,14,56)" - }, - "purple_": { - "1": "rgb(228,198,250)", - "2": "rgb(205,158,247)", - "3": "rgb(165,109,226)", - "4": "rgb(114,57,179)", - "5": "rgb(69,41,129)" - }, - "brown_": { - "1": "rgb(163,144,124)", - "2": "rgb(138,113,94)", - "3": "rgb(113,83,68)", - "4": "rgb(87,57,45)", - "5": "rgb(61,33,27)" - }, - "light_": { - "1": "rgb(250,250,250)", - "2": "rgb(212,212,212)", - "3": "rgb(171,172,174)", - "4": "rgb(126,128,135)", - "5": "rgb(85,87,97)" - }, - "dark_": { - "1": "rgb(149,163,171)", - "2": "rgb(102,120,133)", - "3": "rgb(72,90,108)", - "4": "rgb(51,51,51)", - "5": "rgb(26,26,26)" - } - }, - "custom_css": { - "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, checkbutton\n check:checked , checkbutton\n radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", - "gtk3": "" - }, - "plugins": {} -} \ No newline at end of file From d57c179f89e7cd2b8771ae34d1023a4bd33db2fe Mon Sep 17 00:00:00 2001 From: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> Date: Wed, 14 Jun 2023 22:10:04 +0300 Subject: [PATCH 129/156] Add files via upload Signed-off-by: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> --- curated/abyssal-elementals.json | 12 ++++++------ curated/astral-elementals.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/curated/abyssal-elementals.json b/curated/abyssal-elementals.json index 63e8d7a..ef9e5e9 100644 --- a/curated/abyssal-elementals.json +++ b/curated/abyssal-elementals.json @@ -3,29 +3,29 @@ "variables": { "accent_color": "@red_1", "accent_bg_color": "@red_2", - "accent_fg_color": "#fff", + "accent_fg_color": "@light_1", "destructive_color": "@error_color", "destructive_bg_color": "@error_bg_color", "destructive_fg_color": "@error_fg_color", "success_color": "@green_1", "success_bg_color": "@green_2", - "success_fg_color": "#fff", + "success_fg_color": "@light_1", "warning_color": "@yellow_3", "warning_bg_color": "@yellow_4", - "warning_fg_color": "#fff", + "warning_fg_color": "@light_1", "error_color": "@purple_2", "error_bg_color": "@purple_3", - "error_fg_color": "#fff", + "error_fg_color": "@light_1", "window_bg_color": "@dark_5", "window_fg_color": "@light_2", - "view_bg_color": "shade(@card_bg_color , 1.06)", + "view_bg_color": "mix(@card_bg_color , @light_1 , .06)", "view_fg_color": "@card_fg_color", "headerbar_bg_color": "shade(@window_bg_color , .96)", "headerbar_fg_color": "@light_1", "headerbar_border_color": "@borders", "headerbar_backdrop_color": "@headerbar_shade_color", "headerbar_shade_color": "darker(@headerbar_bg_color)", - "card_bg_color": "shade(mix(@brown_5 , @window_bg_color , .24) , 1.36)", + "card_bg_color": "shade(mix(@brown_5 , @window_bg_color , .24) , 1.24)", "card_fg_color": "@window_fg_color", "card_shade_color": "darker(@card_bg_color)", "dialog_bg_color": "@card_bg_color", diff --git a/curated/astral-elementals.json b/curated/astral-elementals.json index 43bb98d..71aa311 100644 --- a/curated/astral-elementals.json +++ b/curated/astral-elementals.json @@ -3,29 +3,29 @@ "variables": { "accent_color": "@red_2", "accent_bg_color": "@red_1", - "accent_fg_color": "#000", + "accent_fg_color": "@dark_5", "destructive_color": "@error_color", "destructive_bg_color": "@error_bg_color", "destructive_fg_color": "@error_fg_color", "success_color": "@green_2", "success_bg_color": "@green_1", - "success_fg_color": "#000", + "success_fg_color": "@dark_5", "warning_color": "@yellow_4", "warning_bg_color": "@yellow_3", - "warning_fg_color": "#000", + "warning_fg_color": "@dark_5", "error_color": "@purple_3", "error_bg_color": "@purple_2", - "error_fg_color": "#000", + "error_fg_color": "@dark_5", "window_bg_color": "@light_1", "window_fg_color": "@dark_4", - "view_bg_color": "shade(@card_bg_color , 1.06)", + "view_bg_color": "mix(@card_bg_color , @light_1 , .06)", "view_fg_color": "@card_fg_color", "headerbar_bg_color": "shade(@window_bg_color , .96)", "headerbar_fg_color": "@dark_5", "headerbar_border_color": "@borders", "headerbar_backdrop_color": "@headerbar_shade_color", "headerbar_shade_color": "darker(@headerbar_bg_color)", - "card_bg_color": "shade(mix(@brown_1 , @window_bg_color , .24) , 1.36)", + "card_bg_color": "shade(mix(@brown_1 , @window_bg_color , .24) , 1.24)", "card_fg_color": "@window_fg_color", "card_shade_color": "darker(@card_bg_color)", "dialog_bg_color": "@card_bg_color", From 2e638e73ee57f70bc3fa272d0ee6db9c48f3d0e6 Mon Sep 17 00:00:00 2001 From: Gradience Team Date: Wed, 14 Jun 2023 23:56:06 +0000 Subject: [PATCH 130/156] ci: Generate preset list --- curated.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/curated.json b/curated.json index 3596827..627b210 100644 --- a/curated.json +++ b/curated.json @@ -1,10 +1,12 @@ { + "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", "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", "Catppuccin Frapp\u00e9": "https://github.com/GradienceTeam/Community/raw/next/curated/catppuccin-frappe.json", From 5ead54228bdc84dfd0c3e3d4675d7879da3b02f6 Mon Sep 17 00:00:00 2001 From: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> Date: Thu, 15 Jun 2023 03:04:18 +0300 Subject: [PATCH 131/156] Add files via upload Signed-off-by: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> --- curated/abyssal-elementals.json | 2 +- curated/astral-elementals.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curated/abyssal-elementals.json b/curated/abyssal-elementals.json index ef9e5e9..3c158ca 100644 --- a/curated/abyssal-elementals.json +++ b/curated/abyssal-elementals.json @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, checkbutton\n check:checked , checkbutton\n radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n gamma @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { background\n : @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { background\n : shade(@view_bg_color , .96)\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, checkbutton\n > check:checked , checkbutton\n > radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @gamma\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform\n : rotateZ(.125turn) ; -gtk-icon-transform :\n rotateZ(-.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", "gtk3": "" }, "plugins": {} diff --git a/curated/astral-elementals.json b/curated/astral-elementals.json index 71aa311..1db231b 100644 --- a/curated/astral-elementals.json +++ b/curated/astral-elementals.json @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n omega @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color ; background :\n @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { color\n : @card_fg_color ; background :\n @card_bg_color\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, checkbutton\n check:checked , checkbutton\n radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @omega\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform : rotateZ(-.125turn)\n ; -gtk-icon-transform : rotateZ(.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n gamma @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { background\n : @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { background\n : shade(@view_bg_color , .96)\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, checkbutton\n > check:checked , checkbutton\n > radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @gamma\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform\n : rotateZ(.125turn) ; -gtk-icon-transform :\n rotateZ(-.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", "gtk3": "" }, "plugins": {} From 326f00d8b84b1a9daff02917248e684015de76f7 Mon Sep 17 00:00:00 2001 From: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> Date: Thu, 15 Jun 2023 20:50:29 +0300 Subject: [PATCH 132/156] Add files via upload Signed-off-by: rthrejheytjyrtj545 <130095917+rthrejheytjyrtj545@users.noreply.github.com> --- curated/abyssal-elementals.json | 158 ++++++++++++++++---------------- curated/astral-elementals.json | 158 ++++++++++++++++---------------- 2 files changed, 158 insertions(+), 158 deletions(-) diff --git a/curated/abyssal-elementals.json b/curated/abyssal-elementals.json index 3c158ca..3f80480 100644 --- a/curated/abyssal-elementals.json +++ b/curated/abyssal-elementals.json @@ -1,107 +1,107 @@ { "name": "Abyssal Elementals", "variables": { - "accent_color": "@red_1", - "accent_bg_color": "@red_2", - "accent_fg_color": "@light_1", - "destructive_color": "@error_color", - "destructive_bg_color": "@error_bg_color", - "destructive_fg_color": "@error_fg_color", - "success_color": "@green_1", - "success_bg_color": "@green_2", - "success_fg_color": "@light_1", - "warning_color": "@yellow_3", - "warning_bg_color": "@yellow_4", - "warning_fg_color": "@light_1", - "error_color": "@purple_2", - "error_bg_color": "@purple_3", - "error_fg_color": "@light_1", - "window_bg_color": "@dark_5", - "window_fg_color": "@light_2", - "view_bg_color": "mix(@card_bg_color , @light_1 , .06)", - "view_fg_color": "@card_fg_color", - "headerbar_bg_color": "shade(@window_bg_color , .96)", - "headerbar_fg_color": "@light_1", - "headerbar_border_color": "@borders", - "headerbar_backdrop_color": "@headerbar_shade_color", - "headerbar_shade_color": "darker(@headerbar_bg_color)", - "card_bg_color": "shade(mix(@brown_5 , @window_bg_color , .24) , 1.24)", - "card_fg_color": "@window_fg_color", - "card_shade_color": "darker(@card_bg_color)", - "dialog_bg_color": "@card_bg_color", - "dialog_fg_color": "@card_fg_color", - "popover_bg_color": "@view_bg_color", - "popover_fg_color": "@view_fg_color", - "shade_color": "darker(@window_bg_color)", - "scrollbar_outline_color": "@borders" + "accent_color": "@\\+a", + "accent_bg_color": "@\\+A", + "accent_fg_color": "@\\+f", + "destructive_color": "@\\+e", + "destructive_bg_color": "@\\+E", + "destructive_fg_color": "@\\+f", + "success_color": "@\\+s", + "success_bg_color": "@\\+S", + "success_fg_color": "@\\+f", + "warning_color": "@\\+w", + "warning_bg_color": "@\\+W", + "warning_fg_color": "@\\+f", + "error_color": "@\\+e", + "error_bg_color": "@\\+E", + "error_fg_color": "@\\+f", + "window_bg_color": "@\\+g", + "window_fg_color": "@\\+F", + "view_bg_color": "@\\+v", + "view_fg_color": "@\\+f", + "headerbar_bg_color": "@h", + "headerbar_fg_color": "@\\+f", + "headerbar_border_color": "@b", + "headerbar_backdrop_color": "@h", + "headerbar_shade_color": "@H", + "card_bg_color": "@\\+c", + "card_fg_color": "@\\+f", + "card_shade_color": "@C", + "dialog_bg_color": "@d", + "dialog_fg_color": "@\\+f", + "popover_bg_color": "@\\+c", + "popover_fg_color": "@\\+f", + "shade_color": "@G", + "scrollbar_outline_color": "@b" }, "palette": { "blue_": { - "1": "rgb(140,213,255)", - "2": "rgb(100,186,255)", - "3": "rgb(54,137,230)", - "4": "rgb(13,82,191)", - "5": "rgb(0,46,153)" + "1": "#8cd5ff", + "2": "#64baff", + "3": "#3689e6", + "4": "#0d52bf", + "5": "#002e99" }, "green_": { - "1": "rgb(209,255,130)", - "2": "rgb(155,219,77)", - "3": "rgb(104,183,35)", - "4": "rgb(58,145,4)", - "5": "rgb(32,107,0)" + "1": "#d1ff82", + "2": "#9bdb4d", + "3": "#68b723", + "4": "#3a9104", + "5": "#206b00" }, "yellow_": { - "1": "rgb(255,243,148)", - "2": "rgb(255,225,107)", - "3": "rgb(249,196,64)", - "4": "rgb(212,142,21)", - "5": "rgb(173,95,0)" + "1": "#fff394", + "2": "#ffe16b", + "3": "#f9c440", + "4": "#d48e15", + "5": "#ad5f00" }, "orange_": { - "1": "rgb(255,194,125)", - "2": "rgb(255,161,84)", - "3": "rgb(243,115,41)", - "4": "rgb(204,59,2)", - "5": "rgb(166,33,0)" + "1": "#ffc27d", + "2": "#ffa154", + "3": "#f37329", + "4": "#cc3b02", + "5": "#a62100" }, "red_": { - "1": "rgb(255,140,130)", - "2": "rgb(237,83,83)", - "3": "rgb(198,38,46)", - "4": "rgb(161,7,5)", - "5": "rgb(122,0,0)" + "1": "#ff8c82", + "2": "#ed5353", + "3": "#c6262e", + "4": "#a10705", + "5": "#7a0000" }, "purple_": { - "1": "rgb(228,198,250)", - "2": "rgb(205,158,247)", - "3": "rgb(165,109,226)", - "4": "rgb(114,57,179)", - "5": "rgb(69,41,129)" + "1": "#e4c6fa", + "2": "#cd9ef7", + "3": "#a56de2", + "4": "#7239b3", + "5": "#452981" }, "brown_": { - "1": "rgb(163,144,124)", - "2": "rgb(138,113,94)", - "3": "rgb(113,83,68)", - "4": "rgb(87,57,45)", - "5": "rgb(61,33,27)" + "1": "#a3907c", + "2": "#8a715e", + "3": "#715344", + "4": "#57392d", + "5": "#3d211b" }, "light_": { - "1": "rgb(250,250,250)", - "2": "rgb(212,212,212)", - "3": "rgb(171,172,174)", - "4": "rgb(126,128,135)", - "5": "rgb(85,87,97)" + "1": "#fafafa", + "2": "#d4d4d4", + "3": "#d4d4d4", + "4": "#7e8087", + "5": "#555761" }, "dark_": { - "1": "rgb(149,163,171)", - "2": "rgb(102,120,133)", - "3": "rgb(72,90,108)", - "4": "rgb(51,51,51)", - "5": "rgb(26,26,26)" + "1": "#666666", + "2": "#4d4d4d", + "3": "#333333", + "4": "#333333", + "5": "#1a1a1a" } }, "custom_css": { - "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n gamma @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { background\n : @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { background\n : shade(@view_bg_color , .96)\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, checkbutton\n > check:checked , checkbutton\n > radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @gamma\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform\n : rotateZ(.125turn) ; -gtk-icon-transform :\n rotateZ(-.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n \\+f @light_1 ; @define-color\n \\+F @light_2 ; @define-color\n \\+g @dark_5 ; @define-color\n \\-f @dark_5 ; @define-color\n \\-F @dark_4 ; @define-color\n \\-g @light_1 ; @define-color\n /*/*/G shade(@window_bg_color , .82) ; @define-color\n /*/*/b @borders /*/ [Caution] Marked as compat // [Note] Auto high contrast /*/ ; @define-color\n\n /*/*/h shade(@window_bg_color , .94) ; @define-color\n /*/*/H shade(@headerbar_bg_color , .82) ; @define-color\n\n /*/*/d shade(@window_bg_color , 1.3) ; @define-color\n\n \\+v shade(@brown_5 , 1.48) ; @define-color\n \\-v shade(@brown_1 , 1.54) ; @define-color\n\n \\+c shade(@brown_5 , 1.72) ; @define-color\n \\-c shade(@brown_1 , 1.66) ; @define-color\n /*/*/C shade(@card_bg_color , .82) ; @define-color\n\n \\+a @red_1 ; @define-color\n \\+A @red_2 ; @define-color\n \\-a @red_2 ; @define-color\n \\-A @red_1 ; @define-color\n \\+s @green_1 ; @define-color\n \\+S @green_2 ; @define-color\n \\-s @green_2 ; @define-color\n \\-S @green_1 ; @define-color\n \\+w @yellow_3 ; @define-color\n \\+W @yellow_4 ; @define-color\n \\-w @yellow_4 ; @define-color\n \\-W @yellow_3 ; @define-color\n \\+e @purple_2 ; @define-color\n \\+E @purple_3 ; @define-color\n \\-e @purple_3 ; @define-color\n \\-E @purple_2\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n; link\n, button.link\n > label\n { background-image : linear-gradient( /*/ [Lookup] It is not shown until in \u201c:hocus\u201d /*/\n #0000 calc(100% - 6px)\n , alpha(@accent_color , .66) 0\n ); background-size : 100% calc(1em + 6px) /*/ [Awaiting] \u201ctext-decoration-thickness\u201d property /*/\n ; line-height : 1em /*/ [Awaiting] \u201clh\u201d unit /*/\n ; background-origin : content-box\n ; background-clip : content-box\n ; color : inherit /*/ [Lookup] Do not work /*/\n ; text-decoration : none\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n;} box.vertical\n+ separator\n+ box.vertical\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color /*/ [Problem] Widget backgrounds in legacy apps while dark scheme /*/ ; background-color :\n @view_bg_color\n\n;} box.vertical\n+ separator\n+ box.vertical\n headerbar:not(.flat) , box.vertical + separator + box.vertical\n tabbar:not(.inline) , box.vertical + separator + box.vertical\n viewswitcherbar\n, .sidebar-pane\n headerbar:not(.flat) , .sidebar-pane\n tabbar:not(.inline) , .sidebar-pane\n viewswitcherbar\n, .navigation-sidebar\n headerbar:not(.flat) , .navigation-sidebar\n tabbar:not(.inline) , .navigation-sidebar\n viewswitcherbar\n { color\n : @view_fg_color ; background-color :\n shade(@view_bg_color , .94)\n\n;} .sidebar-pane\n .content-pane\n, .content-pane\n .sidebar-pane\n { color\n : @dialog_fg_color ; background-color :\n @dialog_bg_color\n\n;} .sidebar-pane\n .content-pane\n headerbar:not(.flat) , .sidebar-pane .content-pane\n tabbar:not(.inline) , .sidebar-pane .content-pane\n viewswitcherbar\n, .content-pane\n .sidebar-pane\n headerbar:not(.flat) , .content-pane .sidebar-pane\n tabbar:not(.inline) , .content-pane .sidebar-pane\n viewswitcherbar\n { color\n : @dialog_fg_color ; background-color :\n shade(@dialog_bg_color , .94)\n\n/*\\--------------------+\n # Interactables #\n +--------------------\\*/\n\n;} button.suggested-action\n, switch:checked\n, checkbutton /*/ [Caution] Inappropriate descendant combinators /*/\n > check:checked , checkbutton\n > radio:checked\n { box-shadow : inset 0 0 0\n 1px @accent_color\n\n;} button.opaque\n { box-shadow : inset 0 0 0\n 1px @borders\n\n;} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @error_color\n\n/*\\----------------+\n # Calendars #\n +----------------\\*/\n\n;} .view\n > calendar-view /*/ [Enhancement] :has() pseudo /*/\n { background-color : @window_bg_color\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand |\n | the motivation |\n +---------------\\*/\n\n;} :not(.selection-mode) /*/ [Awaiting] Correct \u201cchild:not(parent *)\u201d behavior /*/\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform /*/ [Todo] Replace with diagonal linear gradients at quarters and half radial gradients at corners /*/\n : rotateZ(.125turn) ; -gtk-icon-transform :\n rotateZ(-.125turn)\n\n;} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'\n\n/*\\-------------+\n # Chrome #\n +-------------\\*/\n\n);}* { caret-color : @accent_color ;}", "gtk3": "" }, "plugins": {} diff --git a/curated/astral-elementals.json b/curated/astral-elementals.json index 1db231b..a84374e 100644 --- a/curated/astral-elementals.json +++ b/curated/astral-elementals.json @@ -1,107 +1,107 @@ { "name": "Astral Elementals", "variables": { - "accent_color": "@red_2", - "accent_bg_color": "@red_1", - "accent_fg_color": "@dark_5", - "destructive_color": "@error_color", - "destructive_bg_color": "@error_bg_color", - "destructive_fg_color": "@error_fg_color", - "success_color": "@green_2", - "success_bg_color": "@green_1", - "success_fg_color": "@dark_5", - "warning_color": "@yellow_4", - "warning_bg_color": "@yellow_3", - "warning_fg_color": "@dark_5", - "error_color": "@purple_3", - "error_bg_color": "@purple_2", - "error_fg_color": "@dark_5", - "window_bg_color": "@light_1", - "window_fg_color": "@dark_4", - "view_bg_color": "mix(@card_bg_color , @light_1 , .06)", - "view_fg_color": "@card_fg_color", - "headerbar_bg_color": "shade(@window_bg_color , .96)", - "headerbar_fg_color": "@dark_5", - "headerbar_border_color": "@borders", - "headerbar_backdrop_color": "@headerbar_shade_color", - "headerbar_shade_color": "darker(@headerbar_bg_color)", - "card_bg_color": "shade(mix(@brown_1 , @window_bg_color , .24) , 1.24)", - "card_fg_color": "@window_fg_color", - "card_shade_color": "darker(@card_bg_color)", - "dialog_bg_color": "@card_bg_color", - "dialog_fg_color": "@card_fg_color", - "popover_bg_color": "@view_bg_color", - "popover_fg_color": "@view_fg_color", - "shade_color": "darker(@window_bg_color)", - "scrollbar_outline_color": "@borders" + "accent_color": "@\\-a", + "accent_bg_color": "@\\-A", + "accent_fg_color": "@\\-f", + "destructive_color": "@\\-e", + "destructive_bg_color": "@\\-E", + "destructive_fg_color": "@\\-f", + "success_color": "@\\-s", + "success_bg_color": "@\\-S", + "success_fg_color": "@\\-f", + "warning_color": "@\\-w", + "warning_bg_color": "@\\-W", + "warning_fg_color": "@\\-f", + "error_color": "@\\-e", + "error_bg_color": "@\\-E", + "error_fg_color": "@\\-f", + "window_bg_color": "@\\-g", + "window_fg_color": "@\\-F", + "view_bg_color": "@\\-v", + "view_fg_color": "@\\-f", + "headerbar_bg_color": "@h", + "headerbar_fg_color": "@\\-f", + "headerbar_border_color": "@b", + "headerbar_backdrop_color": "@h", + "headerbar_shade_color": "@H", + "card_bg_color": "@\\-c", + "card_fg_color": "@\\-f", + "card_shade_color": "@C", + "dialog_bg_color": "@d", + "dialog_fg_color": "@\\-f", + "popover_bg_color": "@\\-c", + "popover_fg_color": "@\\-f", + "shade_color": "@G", + "scrollbar_outline_color": "@b" }, "palette": { "blue_": { - "1": "rgb(140,213,255)", - "2": "rgb(100,186,255)", - "3": "rgb(54,137,230)", - "4": "rgb(13,82,191)", - "5": "rgb(0,46,153)" + "1": "#8cd5ff", + "2": "#64baff", + "3": "#3689e6", + "4": "#0d52bf", + "5": "#002e99" }, "green_": { - "1": "rgb(137,255,221)", - "2": "rgb(67,214,181)", - "3": "rgb(40,188,163)", - "4": "rgb(14,154,131)", - "5": "rgb(0,115,103)" + "1": "#89ffdd", + "2": "#43d6b5", + "3": "#28bca3", + "4": "#0e9a83", + "5": "#007367" }, "yellow_": { - "1": "rgb(255,243,148)", - "2": "rgb(255,225,107)", - "3": "rgb(249,196,64)", - "4": "rgb(212,142,21)", - "5": "rgb(173,95,0)" + "1": "#fff394", + "2": "#ffe16b", + "3": "#f9c440", + "4": "#d48e15", + "5": "#ad5f00" }, "orange_": { - "1": "rgb(255,194,125)", - "2": "rgb(255,161,84)", - "3": "rgb(243,115,41)", - "4": "rgb(204,59,2)", - "5": "rgb(166,33,0)" + "1": "#ffc27d", + "2": "#ffa154", + "3": "#f37329", + "4": "#cc3b02", + "5": "#a62100" }, "red_": { - "1": "rgb(254,154,184)", - "2": "rgb(244,103,157)", - "3": "rgb(222,62,128)", - "4": "rgb(188,36,93)", - "5": "rgb(145,14,56)" + "1": "#fe9ab8", + "2": "#f4679d", + "3": "#de3e80", + "4": "#bc245d", + "5": "#910e38" }, "purple_": { - "1": "rgb(228,198,250)", - "2": "rgb(205,158,247)", - "3": "rgb(165,109,226)", - "4": "rgb(114,57,179)", - "5": "rgb(69,41,129)" + "1": "#e4c6fa", + "2": "#cd9ef7", + "3": "#a56de2", + "4": "#7239b3", + "5": "#452981" }, "brown_": { - "1": "rgb(163,144,124)", - "2": "rgb(138,113,94)", - "3": "rgb(113,83,68)", - "4": "rgb(87,57,45)", - "5": "rgb(61,33,27)" + "1": "#a3907c", + "2": "#8a715e", + "3": "#715344", + "4": "#57392d", + "5": "#3d211b" }, "light_": { - "1": "rgb(250,250,250)", - "2": "rgb(212,212,212)", - "3": "rgb(171,172,174)", - "4": "rgb(126,128,135)", - "5": "rgb(85,87,97)" + "1": "#fafafa", + "2": "#d4d4d4", + "3": "#d4d4d4", + "4": "#7e8087", + "5": "#555761" }, "dark_": { - "1": "rgb(149,163,171)", - "2": "rgb(102,120,133)", - "3": "rgb(72,90,108)", - "4": "rgb(51,51,51)", - "5": "rgb(26,26,26)" + "1": "#666666", + "2": "#4d4d4d", + "3": "#333333", + "4": "#333333", + "5": "#1a1a1a" } }, "custom_css": { - "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n alpha @accent_color ; @define-color\n beta @borders /*/ for High Contrast Mode /*/ ; @define-color\n gamma @destructive_color\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n; box\n+ separator.sidebar\n+ box\n, .sidebar-pane\n, .navigation-sidebar\n { background\n : @view_bg_color\n\n} box\n+ separator.sidebar\n+ box\n headerbar\n, .sidebar-pane\n headerbar\n, .navigation-sidebar\n headerbar\n { background\n : shade(@view_bg_color , .96)\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n} link\n, button.link\n > label\n { background-image : linear-gradient(\n #0000 calc(100% - 6px)\n , alpha(@beta , .6) 0\n ); background-size : 100% calc(1em + 6px)\n\n/*\\ = Overrides = \\*/\n\n ; line-height : 1em\n ; background-origin : content-box\n ; background-clip : content-box\n\n} link\n, button.link\n, button.link\n > label\n { text-decoration : none /*/ from Adwaita /*/\n\n/*\\------------------------+\n # Buttons & Toggles #\n +------------------------\\*/\n\n} button.suggested-action\n, switch:checked\n, checkbutton\n > check:checked , checkbutton\n > radio:checked\n { box-shadow : inset 0 0 0\n 1px @alpha\n\n} button.opaque\n { box-shadow : inset 0 0 0\n 1px @beta\n\n} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @gamma\n\n/*\\-------------+\n # Inputs #\n +-------------\\*/\n\n} textview\n, label\n, entry\n, spinbutton\n { caret-color : @alpha /*/ from Adwaita /*/\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand. |\n +---------------\\*/\n\n} :not(.selection-mode)\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform\n : rotateZ(.125turn) ; -gtk-icon-transform :\n rotateZ(-.125turn)\n\n} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'", + "gtk4": "/*\\ = Aliases = \\*/\n\n @define-color\n \\+f @light_1 ; @define-color\n \\+F @light_2 ; @define-color\n \\+g @dark_5 ; @define-color\n \\-f @dark_5 ; @define-color\n \\-F @dark_4 ; @define-color\n \\-g @light_1 ; @define-color\n /*/*/G shade(@window_bg_color , .82) ; @define-color\n /*/*/b @borders /*/ [Caution] Marked as compat // [Note] Auto high contrast /*/ ; @define-color\n\n /*/*/h shade(@window_bg_color , .94) ; @define-color\n /*/*/H shade(@headerbar_bg_color , .82) ; @define-color\n\n /*/*/d shade(@window_bg_color , 1.3) ; @define-color\n\n \\+v shade(@brown_5 , 1.48) ; @define-color\n \\-v shade(@brown_1 , 1.54) ; @define-color\n\n \\+c shade(@brown_5 , 1.72) ; @define-color\n \\-c shade(@brown_1 , 1.66) ; @define-color\n /*/*/C shade(@card_bg_color , .82) ; @define-color\n\n \\+a @red_1 ; @define-color\n \\+A @red_2 ; @define-color\n \\-a @red_2 ; @define-color\n \\-A @red_1 ; @define-color\n \\+s @green_1 ; @define-color\n \\+S @green_2 ; @define-color\n \\-s @green_2 ; @define-color\n \\-S @green_1 ; @define-color\n \\+w @yellow_3 ; @define-color\n \\+W @yellow_4 ; @define-color\n \\-w @yellow_4 ; @define-color\n \\-W @yellow_3 ; @define-color\n \\+e @purple_2 ; @define-color\n \\+E @purple_3 ; @define-color\n \\-e @purple_3 ; @define-color\n \\-E @purple_2\n\n/*\\--------------+\n # Anchors #\n +--------------\\*/\n\n; link\n, button.link\n > label\n { background-image : linear-gradient( /*/ [Lookup] It is not shown until in \u201c:hocus\u201d /*/\n #0000 calc(100% - 6px)\n , alpha(@accent_color , .66) 0\n ); background-size : 100% calc(1em + 6px) /*/ [Awaiting] \u201ctext-decoration-thickness\u201d property /*/\n ; line-height : 1em /*/ [Awaiting] \u201clh\u201d unit /*/\n ; background-origin : content-box\n ; background-clip : content-box\n ; color : inherit /*/ [Lookup] Do not work /*/\n ; text-decoration : none\n\n/*\\-------------+\n # Asides #\n +-------------\\*/\n\n;} box.vertical\n+ separator\n+ box.vertical\n, .sidebar-pane\n, .navigation-sidebar\n { color\n : @view_fg_color /*/ [Problem] Widget backgrounds in legacy apps while dark scheme /*/ ; background-color :\n @view_bg_color\n\n;} box.vertical\n+ separator\n+ box.vertical\n headerbar:not(.flat) , box.vertical + separator + box.vertical\n tabbar:not(.inline) , box.vertical + separator + box.vertical\n viewswitcherbar\n, .sidebar-pane\n headerbar:not(.flat) , .sidebar-pane\n tabbar:not(.inline) , .sidebar-pane\n viewswitcherbar\n, .navigation-sidebar\n headerbar:not(.flat) , .navigation-sidebar\n tabbar:not(.inline) , .navigation-sidebar\n viewswitcherbar\n { color\n : @view_fg_color ; background-color :\n shade(@view_bg_color , .94)\n\n;} .sidebar-pane\n .content-pane\n, .content-pane\n .sidebar-pane\n { color\n : @dialog_fg_color ; background-color :\n @dialog_bg_color\n\n;} .sidebar-pane\n .content-pane\n headerbar:not(.flat) , .sidebar-pane .content-pane\n tabbar:not(.inline) , .sidebar-pane .content-pane\n viewswitcherbar\n, .content-pane\n .sidebar-pane\n headerbar:not(.flat) , .content-pane .sidebar-pane\n tabbar:not(.inline) , .content-pane .sidebar-pane\n viewswitcherbar\n { color\n : @dialog_fg_color ; background-color :\n shade(@dialog_bg_color , .94)\n\n/*\\--------------------+\n # Interactables #\n +--------------------\\*/\n\n;} button.suggested-action\n, switch:checked\n, checkbutton /*/ [Caution] Inappropriate descendant combinators /*/\n > check:checked , checkbutton\n > radio:checked\n { box-shadow : inset 0 0 0\n 1px @accent_color\n\n;} button.opaque\n { box-shadow : inset 0 0 0\n 1px @borders\n\n;} button.destructive-action\n { box-shadow : inset 0 0 0\n 1px @error_color\n\n/*\\----------------+\n # Calendars #\n +----------------\\*/\n\n;} .view\n > calendar-view /*/ [Enhancement] :has() pseudo /*/\n { background-color : @window_bg_color\n\n/*\\---------------+\n # Checks #\n +----------------+\n | Read \n | to understand |\n | the motivation |\n +---------------\\*/\n\n;} :not(.selection-mode) /*/ [Awaiting] Correct \u201cchild:not(parent *)\u201d behavior /*/\n > check , :not(.selection-mode)\n > radio\n { border-radius : 4px\n ; transform /*/ [Todo] Replace with diagonal linear gradients at quarters and half radial gradients at corners /*/\n : rotateZ(.125turn) ; -gtk-icon-transform :\n rotateZ(-.125turn)\n\n;} check:checked\n, radio:checked\n { -gtk-icon-source : -gtk-icontheme(\n 'object-select-symbolic'\n\n/*\\-------------+\n # Chrome #\n +-------------\\*/\n\n);}* { caret-color : @accent_color ;}", "gtk3": "" }, "plugins": {} From 0159b2edd9cb0dd918cc73e4ecb070638a42f6c0 Mon Sep 17 00:00:00 2001 From: Swapnil Devesh Date: Sun, 9 Jul 2023 09:29:32 -0700 Subject: [PATCH 133/156] Add Mica Blue --- curated/mica-blue.json | 110 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 curated/mica-blue.json diff --git a/curated/mica-blue.json b/curated/mica-blue.json new file mode 100644 index 0000000..1f3aadd --- /dev/null +++ b/curated/mica-blue.json @@ -0,0 +1,110 @@ +{ + "name": "Mica Blue", + "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": "#ffffff", + "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": "/*\nGenerated with Gradience\n\nIssues caused by theming should be reported to Gradience repository, and not upstream\n\nhttps://github.com/GradienceTeam/Gradience\n*/\n\n", + "gtk3": "" + }, + "plugins": {} +} From 3c74c5a457c85006760b7f26cad45c328d51d8ff Mon Sep 17 00:00:00 2001 From: Swapnil Devesh Date: Mon, 10 Jul 2023 10:41:05 +0530 Subject: [PATCH 134/156] Update mica-blue.json Signed-off-by: Swapnil Devesh --- curated/mica-blue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curated/mica-blue.json b/curated/mica-blue.json index 1f3aadd..67c8ccf 100644 --- a/curated/mica-blue.json +++ b/curated/mica-blue.json @@ -1,5 +1,5 @@ { - "name": "Mica Blue", + "name": "Mica Blue Dark", "variables": { "accent_color": "#4796d4", "accent_bg_color": "#0078d4", From 08027a6cf3dc58a83597ba02899553a606e3f27e Mon Sep 17 00:00:00 2001 From: Gradience Team Date: Mon, 10 Jul 2023 15:01:17 +0000 Subject: [PATCH 135/156] ci: Generate preset list --- curated.json | 1 + 1 file changed, 1 insertion(+) diff --git a/curated.json b/curated.json index 627b210..0af8708 100644 --- a/curated.json +++ b/curated.json @@ -24,6 +24,7 @@ "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", From 4d45ef7615df9c825e7cc56aab4ac88bd9ad5195 Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Wed, 12 Jul 2023 18:42:28 +0300 Subject: [PATCH 136/156] Create everblush.json Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com> --- curated/everblush.json | 108 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 curated/everblush.json diff --git a/curated/everblush.json b/curated/everblush.json new file mode 100644 index 0000000..73028bb --- /dev/null +++ b/curated/everblush.json @@ -0,0 +1,108 @@ +{ + "name": "Everblush", + "variables": { + "accent_color": "#232a2d", + "accent_bg_color": "#141b1e", + "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": {} +} From 32b0247cbf487722fc93ab9554dbc26cc9cacd4a Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Wed, 12 Jul 2023 18:49:58 +0300 Subject: [PATCH 137/156] Remove an unnecessary line in the checklist in pull_request_template.md As Daudix told me on Discord, adding the URL in `presets.json` isn't needed anymore. Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com> --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d115e0c..0399810 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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. From a15191a57d7e4c66c40e2844b24f5ac22c458bb5 Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Thu, 13 Jul 2023 14:57:20 +0300 Subject: [PATCH 138/156] feat: improve contrast for the accent colour Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com> --- curated/everblush.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curated/everblush.json b/curated/everblush.json index 73028bb..4bc6096 100644 --- a/curated/everblush.json +++ b/curated/everblush.json @@ -1,7 +1,7 @@ { "name": "Everblush", "variables": { - "accent_color": "#232a2d", + "accent_color": "#67b0e8", "accent_bg_color": "#141b1e", "accent_fg_color": "#dadada", "destructive_color": "#ff7b63", From 6316fb6f31a79f9c7d12178650043d23cac22095 Mon Sep 17 00:00:00 2001 From: Swapnil Devesh Date: Thu, 13 Jul 2023 06:28:16 -0700 Subject: [PATCH 139/156] Update Mica Blue Dark --- curated/mica-blue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curated/mica-blue.json b/curated/mica-blue.json index 67c8ccf..636accc 100644 --- a/curated/mica-blue.json +++ b/curated/mica-blue.json @@ -17,7 +17,7 @@ "error_bg_color": "#c01c28", "error_fg_color": "#ffffff", "window_bg_color": "#1a1F35", - "window_fg_color": "#ffffff", + "window_fg_color": "#fdfeff", "view_bg_color": "#1a1F35", "view_fg_color": "#ffffff", "headerbar_bg_color": "#1a1F35", From 169f9586d61f0547d27e63a17a7b9e41fcaf0670 Mon Sep 17 00:00:00 2001 From: Swapnil Devesh Date: Thu, 13 Jul 2023 06:44:04 -0700 Subject: [PATCH 140/156] Remove gtk4 custom css comment --- curated/mica-blue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curated/mica-blue.json b/curated/mica-blue.json index 636accc..1c9ddd3 100644 --- a/curated/mica-blue.json +++ b/curated/mica-blue.json @@ -103,7 +103,7 @@ } }, "custom_css": { - "gtk4": "/*\nGenerated with Gradience\n\nIssues caused by theming should be reported to Gradience repository, and not upstream\n\nhttps://github.com/GradienceTeam/Gradience\n*/\n\n", + "gtk4": "", "gtk3": "" }, "plugins": {} From 4ff5962d6657901a34f8f1222fb15112caf14a60 Mon Sep 17 00:00:00 2001 From: QwertyChouskie Date: Sat, 15 Jul 2023 23:35:39 -0700 Subject: [PATCH 141/156] Create "Canta Dark" preset Based on https://github.com/vinceliuice/Canta-theme Signed-off-by: QwertyChouskie --- curated/canta-dark.json | 107 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 curated/canta-dark.json diff --git a/curated/canta-dark.json b/curated/canta-dark.json new file mode 100644 index 0000000..eeabe8e --- /dev/null +++ b/curated/canta-dark.json @@ -0,0 +1,107 @@ +{ + "name": "Canta Dark", + "variables": { + "accent_color": "#78aeed", + "accent_bg_color": "rgb(0, 206, 153)", + "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": "rgb(60,66,65)", + "view_fg_color": "#fff", + "headerbar_bg_color": "rgb(59, 67, 66)", + "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": {} +} From 2f847b990fc76c53f3b163522da99b2967843fc1 Mon Sep 17 00:00:00 2001 From: QwertyChouskie Date: Sun, 16 Jul 2023 14:43:26 -0700 Subject: [PATCH 142/156] Update canta-dark.json with darker `@accent_bg_color` and proper `@accent_color` Not sure why the diff is so large here, since those two colors were the only things I changed. Signed-off-by: QwertyChouskie --- curated/canta-dark.json | 42 ++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/curated/canta-dark.json b/curated/canta-dark.json index eeabe8e..55cddcb 100644 --- a/curated/canta-dark.json +++ b/curated/canta-dark.json @@ -2,35 +2,36 @@ "name": "Canta Dark", "variables": { "accent_color": "#78aeed", - "accent_bg_color": "rgb(0, 206, 153)", - "accent_fg_color": "#fff", + "accent_bg_color": "rgb(0,206,153)", + "accent_fg_color": "#ffffff", "destructive_color": "#ff7b63", "destructive_bg_color": "#c01c28", - "destructive_fg_color": "#fff", + "destructive_fg_color": "#ffffff", "success_color": "#8ff0a4", "success_bg_color": "#26a269", - "success_fg_color": "#fff", + "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": "#fff", - "window_bg_color": "#343938", - "window_fg_color": "#fff", - "view_bg_color": "rgb(60,66,65)", - "view_fg_color": "#fff", - "headerbar_bg_color": "rgb(59, 67, 66)", - "headerbar_fg_color": "#fff", - "headerbar_border_color": "#fff", + "error_fg_color": "#ffffff", + "window_bg_color": "rgb(52,57,56)", + "window_fg_color": "#ffffff", + "view_bg_color": "#1e1e1e", + "view_fg_color": "#ffffff", + "headerbar_bg_color": "rgb(59,67,66)", + "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": "#fff", + "card_fg_color": "#ffffff", "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", + "dialog_bg_color": "#383838", + "dialog_fg_color": "#ffffff", + "popover_bg_color": "rgb(63,69,68)", + "popover_fg_color": "#ffffff", "shade_color": "#383838", "scrollbar_outline_color": "rgba(0, 0, 0, 0.5)" }, @@ -85,7 +86,7 @@ "5": "#63452c" }, "light_": { - "1": "#fff", + "1": "#ffffff", "2": "#f6f5f4", "3": "#deddda", "4": "#c0bfbc", @@ -96,12 +97,11 @@ "2": "#5e5c64", "3": "#3d3846", "4": "#241f31", - "5": "#000" + "5": "#000000" } }, "custom_css": { "gtk4": "", "gtk3": "" - }, - "plugins": {} + } } From c3675f1494e7d59c50e298eafb0647e80ce73c12 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Sun, 23 Jul 2023 22:36:55 +0300 Subject: [PATCH 143/156] feat: Fix contrast in catppuccin presets --- ...puccin-frappé.json => catppuccin-frappe.json} | 16 ++++++++-------- official/catppuccin-latte.json | 14 +++++++------- official/catppuccin-macchiato.json | 14 +++++++------- official/catppuccin-mocha.json | 14 +++++++------- 4 files changed, 29 insertions(+), 29 deletions(-) rename official/{catppuccin-frappé.json => catppuccin-frappe.json} (90%) diff --git a/official/catppuccin-frappé.json b/official/catppuccin-frappe.json similarity index 90% rename from official/catppuccin-frappé.json rename to official/catppuccin-frappe.json index e956a79..f2b298c 100644 --- a/official/catppuccin-frappé.json +++ b/official/catppuccin-frappe.json @@ -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": {} -} +} \ No newline at end of file diff --git a/official/catppuccin-latte.json b/official/catppuccin-latte.json index d5501fb..2bb8229 100644 --- a/official/catppuccin-latte.json +++ b/official/catppuccin-latte.json @@ -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": {} -} +} \ No newline at end of file diff --git a/official/catppuccin-macchiato.json b/official/catppuccin-macchiato.json index f2ae834..db41381 100644 --- a/official/catppuccin-macchiato.json +++ b/official/catppuccin-macchiato.json @@ -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": {} -} +} \ No newline at end of file diff --git a/official/catppuccin-mocha.json b/official/catppuccin-mocha.json index e70de14..bc3440a 100644 --- a/official/catppuccin-mocha.json +++ b/official/catppuccin-mocha.json @@ -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": {} -} +} \ No newline at end of file From 91d3c6b5defe3e4832625d71c455b0b50115a8cc Mon Sep 17 00:00:00 2001 From: Gradience Team Date: Sun, 23 Jul 2023 19:37:34 +0000 Subject: [PATCH 144/156] ci: Generate preset list --- official.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official.json b/official.json index 1c55349..e1d8577 100644 --- a/official.json +++ b/official.json @@ -1,7 +1,7 @@ { "Builder": "https://github.com/GradienceTeam/Community/raw/next/official/builder.json", "Builder Dark": "https://github.com/GradienceTeam/Community/raw/next/official/builder-dark.json", - "Catppuccin Frapp\u00e9": "https://github.com/GradienceTeam/Community/raw/next/official/catppuccin-frapp\u00e9.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", From 41a8d3657504d2319b7ecc360776a50a2d9b1f6c Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:29:36 +0300 Subject: [PATCH 145/156] feat: improve contrast of accent_bg_color Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com> --- curated/everblush.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curated/everblush.json b/curated/everblush.json index 4bc6096..013332d 100644 --- a/curated/everblush.json +++ b/curated/everblush.json @@ -2,7 +2,7 @@ "name": "Everblush", "variables": { "accent_color": "#67b0e8", - "accent_bg_color": "#141b1e", + "accent_bg_color": "#232a2d", "accent_fg_color": "#dadada", "destructive_color": "#ff7b63", "destructive_bg_color": "#e57474", From 95ef7842dfd4adb8b0b630b01ea9895accdcca0f Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Thu, 3 Aug 2023 18:51:58 +0300 Subject: [PATCH 146/156] feat: improve the accent background colour's contrast even more Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com> --- curated/everblush.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curated/everblush.json b/curated/everblush.json index 013332d..abe4fd5 100644 --- a/curated/everblush.json +++ b/curated/everblush.json @@ -2,7 +2,7 @@ "name": "Everblush", "variables": { "accent_color": "#67b0e8", - "accent_bg_color": "#232a2d", + "accent_bg_color": "#354146", "accent_fg_color": "#dadada", "destructive_color": "#ff7b63", "destructive_bg_color": "#e57474", From 7f2310256fd552a4ca22c35eed6a96de9c9c6425 Mon Sep 17 00:00:00 2001 From: Gradience Team Date: Thu, 3 Aug 2023 15:59:50 +0000 Subject: [PATCH 147/156] ci: Generate preset list --- curated.json | 1 + 1 file changed, 1 insertion(+) diff --git a/curated.json b/curated.json index 0af8708..6d14cc6 100644 --- a/curated.json +++ b/curated.json @@ -15,6 +15,7 @@ "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", From 5365396abc883e486ab71481f9e4cdb5387b8bb7 Mon Sep 17 00:00:00 2001 From: QwertyChouskie Date: Thu, 17 Aug 2023 19:53:38 -0700 Subject: [PATCH 148/156] canta-dark.json: fixed `@view_bg_color` and `@accent_color` Re-export seems to have changed some extra stuff, though the actual colors for these should be the same AFAIK. Signed-off-by: QwertyChouskie --- curated/canta-dark.json | 44 ++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/curated/canta-dark.json b/curated/canta-dark.json index 55cddcb..6c04a33 100644 --- a/curated/canta-dark.json +++ b/curated/canta-dark.json @@ -1,37 +1,36 @@ { "name": "Canta Dark", "variables": { - "accent_color": "#78aeed", - "accent_bg_color": "rgb(0,206,153)", - "accent_fg_color": "#ffffff", + "accent_color": "#00ffbd", + "accent_bg_color": "#00b788", + "accent_fg_color": "#fff", "destructive_color": "#ff7b63", "destructive_bg_color": "#c01c28", - "destructive_fg_color": "#ffffff", + "destructive_fg_color": "#fff", "success_color": "#8ff0a4", "success_bg_color": "#26a269", - "success_fg_color": "#ffffff", + "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": "#ffffff", - "window_bg_color": "rgb(52,57,56)", - "window_fg_color": "#ffffff", - "view_bg_color": "#1e1e1e", - "view_fg_color": "#ffffff", - "headerbar_bg_color": "rgb(59,67,66)", - "headerbar_fg_color": "#ffffff", - "headerbar_border_color": "#ffffff", - "headerbar_backdrop_color": "@window_bg_color", + "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": "#ffffff", + "card_fg_color": "#fff", "card_shade_color": "rgba(0, 0, 0, 0.36)", - "dialog_bg_color": "#383838", - "dialog_fg_color": "#ffffff", - "popover_bg_color": "rgb(63,69,68)", - "popover_fg_color": "#ffffff", + "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)" }, @@ -86,7 +85,7 @@ "5": "#63452c" }, "light_": { - "1": "#ffffff", + "1": "#fff", "2": "#f6f5f4", "3": "#deddda", "4": "#c0bfbc", @@ -97,11 +96,12 @@ "2": "#5e5c64", "3": "#3d3846", "4": "#241f31", - "5": "#000000" + "5": "#000" } }, "custom_css": { "gtk4": "", "gtk3": "" - } + }, + "plugins": {} } From 0d999b94aaf2acbc99c80abcdeefce7ad5710ad9 Mon Sep 17 00:00:00 2001 From: Gradience Team Date: Fri, 18 Aug 2023 02:59:33 +0000 Subject: [PATCH 149/156] ci: Generate preset list --- curated.json | 1 + 1 file changed, 1 insertion(+) diff --git a/curated.json b/curated.json index 6d14cc6..d9096e3 100644 --- a/curated.json +++ b/curated.json @@ -9,6 +9,7 @@ "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", From 282e08944604bfaaae1529f6487474a1fab18e2d Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Sat, 26 Aug 2023 23:26:01 +0300 Subject: [PATCH 150/156] fix: Alpha presets not having decorations on GTK3 --- curated/alpha-black.json | 9 +++++---- curated/alpha-dark.json | 9 +++++---- curated/alpha-mac.json | 10 ++++------ curated/alpha-tritanopia.json | 6 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/curated/alpha-black.json b/curated/alpha-black.json index cc8ea10..f6ba7f4 100644 --- a/curated/alpha-black.json +++ b/curated/alpha-black.json @@ -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": {} +} \ No newline at end of file diff --git a/curated/alpha-dark.json b/curated/alpha-dark.json index 526ddaa..373cc3e 100644 --- a/curated/alpha-dark.json +++ b/curated/alpha-dark.json @@ -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": {} +} \ No newline at end of file diff --git a/curated/alpha-mac.json b/curated/alpha-mac.json index 5987df7..6906d48 100644 --- a/curated/alpha-mac.json +++ b/curated/alpha-mac.json @@ -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": {} +} \ No newline at end of file diff --git a/curated/alpha-tritanopia.json b/curated/alpha-tritanopia.json index 7da85e6..1de858e 100644 --- a/curated/alpha-tritanopia.json +++ b/curated/alpha-tritanopia.json @@ -101,8 +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: #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": "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: #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": {} -} +} \ No newline at end of file From c933698f9ea45d43b8b2d7be957acc125e9b7707 Mon Sep 17 00:00:00 2001 From: djsime1 Date: Tue, 5 Sep 2023 12:40:31 -0500 Subject: [PATCH 151/156] Add Partii preset --- curated/partii.json | 108 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 curated/partii.json diff --git a/curated/partii.json b/curated/partii.json new file mode 100644 index 0000000..809e06b --- /dev/null +++ b/curated/partii.json @@ -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": {} +} From a2d93415f697907f4c5d1ef86ce01658cb7ab705 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Wed, 6 Sep 2023 18:50:43 +0200 Subject: [PATCH 152/156] add: ventura from lazyape Signed-off-by: 0xMRTT <0xMRTT@proton.me> --- curated/ventura.json | 108 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 curated/ventura.json diff --git a/curated/ventura.json b/curated/ventura.json new file mode 100644 index 0000000..b973586 --- /dev/null +++ b/curated/ventura.json @@ -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": {} +} \ No newline at end of file From d98005807156958dc7fc2a3cc92640ee13c66559 Mon Sep 17 00:00:00 2001 From: Gradience Team Date: Tue, 12 Sep 2023 20:02:37 +0000 Subject: [PATCH 153/156] ci: Generate preset list --- curated.json | 1 + 1 file changed, 1 insertion(+) diff --git a/curated.json b/curated.json index d9096e3..1d74000 100644 --- a/curated.json +++ b/curated.json @@ -43,6 +43,7 @@ "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", "Yaru": "https://github.com/GradienceTeam/Community/raw/next/curated/yaru.json", "Yaru Bark": "https://github.com/GradienceTeam/Community/raw/next/curated/yaru-bark.json", From 8bb6f5f8c1ab377f990e5dd9ab22887f5a2b643f Mon Sep 17 00:00:00 2001 From: Gradience Team Date: Tue, 12 Sep 2023 20:04:00 +0000 Subject: [PATCH 154/156] ci: Generate preset list --- curated.json | 1 + 1 file changed, 1 insertion(+) diff --git a/curated.json b/curated.json index 1d74000..008036f 100644 --- a/curated.json +++ b/curated.json @@ -33,6 +33,7 @@ "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", From 7fab23806dcbb274c690ce4910126e2bd1953cac Mon Sep 17 00:00:00 2001 From: PermaFreez Date: Thu, 21 Sep 2023 15:27:46 +0200 Subject: [PATCH 155/156] Added new preset: "Golden Foyer" --- curated/golden-foyer.json | 108 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 curated/golden-foyer.json diff --git a/curated/golden-foyer.json b/curated/golden-foyer.json new file mode 100644 index 0000000..923ceea --- /dev/null +++ b/curated/golden-foyer.json @@ -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": {} +} \ No newline at end of file From d8c930d49411e03c0e211042cea283cf88f820b2 Mon Sep 17 00:00:00 2001 From: Gradience Team Date: Fri, 22 Sep 2023 00:20:03 +0000 Subject: [PATCH 156/156] ci: Generate preset list --- curated.json | 1 + 1 file changed, 1 insertion(+) diff --git a/curated.json b/curated.json index 008036f..cab7169 100644 --- a/curated.json +++ b/curated.json @@ -20,6 +20,7 @@ "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",