From 069fd4fa76603a16bfdd72f834fe856b9ae6e6bc Mon Sep 17 00:00:00 2001 From: KF-Art Date: Sun, 12 Nov 2023 19:10:34 -0500 Subject: [PATCH] Make Graphite GTK theme to use the normal sidebar This is because the new sidebar design lacks good text contrast in most variants, which reduces readability. --- srcpkgs/Graphite-gtk-theme/template | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/srcpkgs/Graphite-gtk-theme/template b/srcpkgs/Graphite-gtk-theme/template index af5b337..d52ea8a 100644 --- a/srcpkgs/Graphite-gtk-theme/template +++ b/srcpkgs/Graphite-gtk-theme/template @@ -2,7 +2,7 @@ pkgname=Graphite-gtk-theme version=2023.05.17 date=${version//./-} -revision=1 +revision=2 repository="cereus-extra" wrksrc=Graphite-gtk-theme-${date} theme_dir=usr/share/themes @@ -25,7 +25,7 @@ ${pkgname}-nord-light ${pkgname}-nord-light-compact" short_desc="Material design inspired GTK theme with light and dark variants" -maintainer="Kevin F. " +maintainer="Kevin Figueroa " license="GPL-3.0" homepage="https://github.com/vinceliuice/Graphite-gtk-theme" distfiles="${homepage}/archive/refs/tags/${date}.tar.gz" @@ -36,7 +36,7 @@ Graphite-gtk-theme-black_package() { short_desc+=' - black variant' pkg_install() { vmkdir ${theme_dir} - ./install.sh -t all -c dark -s standard -n Graphite-black --tweaks rimless black -d ${wrksrc}/themes + ./install.sh -t all -c dark -s standard -n Graphite-black --tweaks normal rimless black -d ${wrksrc}/themes vcopy ${wrksrc}/themes/Graphite-* ${theme_dir} rm -r ${wrksrc}/themes/* vlicense LICENSE @@ -47,7 +47,7 @@ Graphite-gtk-theme-black-compact_package() { short_desc+=' - black-compact variant' pkg_install() { vmkdir ${theme_dir} - ./install.sh -t all -c dark -s compact -n Graphite-black --tweaks rimless black -d ${wrksrc}/themes + ./install.sh -t all -c dark -s compact -n Graphite-black --tweaks normal rimless black -d ${wrksrc}/themes vcopy ${wrksrc}/themes/Graphite-* ${theme_dir} rm -r ${wrksrc}/themes/* vlicense LICENSE @@ -58,7 +58,7 @@ Graphite-gtk-theme-dark_package() { short_desc+=' - dark variant' pkg_install() { vmkdir ${theme_dir} - ./install.sh -t all -c dark -s standard --tweaks rimless -d ${wrksrc}/themes + ./install.sh -t all -c dark -s standard --tweaks normal rimless -d ${wrksrc}/themes vcopy ${wrksrc}/themes/Graphite-* ${theme_dir} rm -r ${wrksrc}/themes/* vlicense LICENSE @@ -69,7 +69,7 @@ Graphite-gtk-theme-dark-compact_package() { short_desc+=' - dark-compact variant' pkg_install() { vmkdir ${theme_dir} - ./install.sh -t all -c dark -s compact --tweaks rimless -d ${wrksrc}/themes + ./install.sh -t all -c dark -s compact --tweaks normal rimless -d ${wrksrc}/themes vcopy ${wrksrc}/themes/Graphite-* ${theme_dir} rm -r ${wrksrc}/themes/* vlicense LICENSE @@ -80,7 +80,7 @@ Graphite-gtk-theme-light_package() { short_desc+=' - light variant' pkg_install() { vmkdir ${theme_dir} - ./install.sh -t all -c light -s standard --tweaks rimless -d ${wrksrc}/themes + ./install.sh -t all -c light -s standard --tweaks normal rimless -d ${wrksrc}/themes vcopy ${wrksrc}/themes/Graphite-* ${theme_dir} rm -r ${wrksrc}/themes/* vlicense LICENSE @@ -91,7 +91,7 @@ Graphite-gtk-theme-light-compact_package() { short_desc+=' - light-compact variant' pkg_install() { vmkdir ${theme_dir} - ./install.sh -t all -c light -s compact --tweaks rimless -d ${wrksrc}/themes + ./install.sh -t all -c light -s compact --tweaks normal rimless -d ${wrksrc}/themes vcopy ${wrksrc}/themes/Graphite-* ${theme_dir} rm -r ${wrksrc}/themes/* vlicense LICENSE @@ -102,7 +102,7 @@ Graphite-gtk-theme-nord-dark_package() { short_desc+=' - nord-dark variant' pkg_install() { vmkdir ${theme_dir} - ./install.sh -t all -c dark -s standard --tweaks rimless nord -d ${wrksrc}/themes + ./install.sh -t all -c dark -s standard --tweaks normal rimless nord -d ${wrksrc}/themes vcopy ${wrksrc}/themes/Graphite-* ${theme_dir} rm -r ${wrksrc}/themes/* vlicense LICENSE @@ -113,7 +113,7 @@ Graphite-gtk-theme-nord-light_package() { short_desc+=' - nord-light variant' pkg_install() { vmkdir ${theme_dir} - ./install.sh -t all -c light -s standard --tweaks rimless nord -d ${wrksrc}/themes + ./install.sh -t all -c light -s standard --tweaks normal rimless nord -d ${wrksrc}/themes vcopy ${wrksrc}/themes/Graphite-* ${theme_dir} rm -r ${wrksrc}/themes/* vlicense LICENSE @@ -124,7 +124,7 @@ Graphite-gtk-theme-nord-dark-compact_package() { short_desc+=' - nord-dark-compact variant' pkg_install() { vmkdir ${theme_dir} - ./install.sh -t all -c dark -s compact --tweaks rimless nord -d ${wrksrc}/themes + ./install.sh -t all -c dark -s compact --tweaks normal rimless nord -d ${wrksrc}/themes vcopy ${wrksrc}/themes/Graphite-* ${theme_dir} rm -r ${wrksrc}/themes/* vlicense LICENSE @@ -135,7 +135,7 @@ Graphite-gtk-theme-nord-light-compact_package() { short_desc+=' - nord-light-compact variant' pkg_install() { vmkdir ${theme_dir} - ./install.sh -t all -c light -s compact --tweaks rimless nord -d ${wrksrc}/themes + ./install.sh -t all -c light -s compact --tweaks normal rimless nord -d ${wrksrc}/themes vcopy ${wrksrc}/themes/Graphite-* ${theme_dir} rm -r ${wrksrc}/themes/* vlicense LICENSE