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.
This commit is contained in:
parent
18a006cf7a
commit
069fd4fa76
1 changed files with 12 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=Graphite-gtk-theme
|
pkgname=Graphite-gtk-theme
|
||||||
version=2023.05.17
|
version=2023.05.17
|
||||||
date=${version//./-}
|
date=${version//./-}
|
||||||
revision=1
|
revision=2
|
||||||
repository="cereus-extra"
|
repository="cereus-extra"
|
||||||
wrksrc=Graphite-gtk-theme-${date}
|
wrksrc=Graphite-gtk-theme-${date}
|
||||||
theme_dir=usr/share/themes
|
theme_dir=usr/share/themes
|
||||||
|
@ -25,7 +25,7 @@ ${pkgname}-nord-light
|
||||||
${pkgname}-nord-light-compact"
|
${pkgname}-nord-light-compact"
|
||||||
|
|
||||||
short_desc="Material design inspired GTK theme with light and dark variants"
|
short_desc="Material design inspired GTK theme with light and dark variants"
|
||||||
maintainer="Kevin F. <kevinfigueroart@proton.me>"
|
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||||
license="GPL-3.0"
|
license="GPL-3.0"
|
||||||
homepage="https://github.com/vinceliuice/Graphite-gtk-theme"
|
homepage="https://github.com/vinceliuice/Graphite-gtk-theme"
|
||||||
distfiles="${homepage}/archive/refs/tags/${date}.tar.gz"
|
distfiles="${homepage}/archive/refs/tags/${date}.tar.gz"
|
||||||
|
@ -36,7 +36,7 @@ Graphite-gtk-theme-black_package() {
|
||||||
short_desc+=' - black variant'
|
short_desc+=' - black variant'
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir ${theme_dir}
|
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}
|
vcopy ${wrksrc}/themes/Graphite-* ${theme_dir}
|
||||||
rm -r ${wrksrc}/themes/*
|
rm -r ${wrksrc}/themes/*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -47,7 +47,7 @@ Graphite-gtk-theme-black-compact_package() {
|
||||||
short_desc+=' - black-compact variant'
|
short_desc+=' - black-compact variant'
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir ${theme_dir}
|
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}
|
vcopy ${wrksrc}/themes/Graphite-* ${theme_dir}
|
||||||
rm -r ${wrksrc}/themes/*
|
rm -r ${wrksrc}/themes/*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -58,7 +58,7 @@ Graphite-gtk-theme-dark_package() {
|
||||||
short_desc+=' - dark variant'
|
short_desc+=' - dark variant'
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir ${theme_dir}
|
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}
|
vcopy ${wrksrc}/themes/Graphite-* ${theme_dir}
|
||||||
rm -r ${wrksrc}/themes/*
|
rm -r ${wrksrc}/themes/*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -69,7 +69,7 @@ Graphite-gtk-theme-dark-compact_package() {
|
||||||
short_desc+=' - dark-compact variant'
|
short_desc+=' - dark-compact variant'
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir ${theme_dir}
|
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}
|
vcopy ${wrksrc}/themes/Graphite-* ${theme_dir}
|
||||||
rm -r ${wrksrc}/themes/*
|
rm -r ${wrksrc}/themes/*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -80,7 +80,7 @@ Graphite-gtk-theme-light_package() {
|
||||||
short_desc+=' - light variant'
|
short_desc+=' - light variant'
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir ${theme_dir}
|
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}
|
vcopy ${wrksrc}/themes/Graphite-* ${theme_dir}
|
||||||
rm -r ${wrksrc}/themes/*
|
rm -r ${wrksrc}/themes/*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -91,7 +91,7 @@ Graphite-gtk-theme-light-compact_package() {
|
||||||
short_desc+=' - light-compact variant'
|
short_desc+=' - light-compact variant'
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir ${theme_dir}
|
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}
|
vcopy ${wrksrc}/themes/Graphite-* ${theme_dir}
|
||||||
rm -r ${wrksrc}/themes/*
|
rm -r ${wrksrc}/themes/*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -102,7 +102,7 @@ Graphite-gtk-theme-nord-dark_package() {
|
||||||
short_desc+=' - nord-dark variant'
|
short_desc+=' - nord-dark variant'
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir ${theme_dir}
|
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}
|
vcopy ${wrksrc}/themes/Graphite-* ${theme_dir}
|
||||||
rm -r ${wrksrc}/themes/*
|
rm -r ${wrksrc}/themes/*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -113,7 +113,7 @@ Graphite-gtk-theme-nord-light_package() {
|
||||||
short_desc+=' - nord-light variant'
|
short_desc+=' - nord-light variant'
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir ${theme_dir}
|
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}
|
vcopy ${wrksrc}/themes/Graphite-* ${theme_dir}
|
||||||
rm -r ${wrksrc}/themes/*
|
rm -r ${wrksrc}/themes/*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -124,7 +124,7 @@ Graphite-gtk-theme-nord-dark-compact_package() {
|
||||||
short_desc+=' - nord-dark-compact variant'
|
short_desc+=' - nord-dark-compact variant'
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir ${theme_dir}
|
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}
|
vcopy ${wrksrc}/themes/Graphite-* ${theme_dir}
|
||||||
rm -r ${wrksrc}/themes/*
|
rm -r ${wrksrc}/themes/*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -135,7 +135,7 @@ Graphite-gtk-theme-nord-light-compact_package() {
|
||||||
short_desc+=' - nord-light-compact variant'
|
short_desc+=' - nord-light-compact variant'
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir ${theme_dir}
|
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}
|
vcopy ${wrksrc}/themes/Graphite-* ${theme_dir}
|
||||||
rm -r ${wrksrc}/themes/*
|
rm -r ${wrksrc}/themes/*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue