summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlelgenio2021-01-14 13:02:01 -0300
committerlelgenio2021-01-14 13:02:01 -0300
commit9821df87527710cffdc238cfbd25e7dde1e893fa (patch)
tree2406217ac232dd98ab0ba5caa62263696476ae2c /PKGBUILD
parent72426e8047c075d011a908c9152f5c3051756b66 (diff)
downloadaur-9821df87527710cffdc238cfbd25e7dde1e893fa.tar.gz
Remove dark variant workaround
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5085ddc6e195..d89e53f92297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=materia-theme
_accent="c85a5a"
_colors=" SEL_BG=$_accent FG=212121 \n BG=eeeeee \n HDR_FG=eeeeee \n HDR_BG=303030 \n MATERIA_VIEW=ffffff \n MATERIA_SURFACE=fafafa"
_colors_dark="SEL_BG=$_accent FG=eeeeee \n BG=212121 \n HDR_FG=e0e0e0 \n HDR_BG=303030 \n MATERIA_VIEW=303030 \n MATERIA_SURFACE=424242"
-pkgdesc="Easy installer for the materia theme with a custom accent color, gdm and qt5 support and a workaround for dark apps (edit PKGBUILD)"
+pkgdesc="Easy installer for the materia theme with a custom accent color, gdm and qt5 support (edit PKGBUILD)"
arch=('any')
url="https://github.com/nana-4/materia-theme"
_url_qt="https://github.com/PapirusDevelopmentTeam/materia-kde"
@@ -41,10 +41,6 @@ build(){
cd "${srcdir}/${_pkgname}"
./change_color.sh -t "${srcdir}/themes" -o "${pkgname}" <( echo -e "$_colors")
./change_color.sh -t "${srcdir}/themes" -o "${pkgname}-dark" <( echo -e "$_colors_dark")
-
- # ./change_color.sh can't generate dark variants
- cp "${srcdir}/themes/${pkgname}-dark/gtk-3.0/gtk.css" \
- "${srcdir}/themes/${pkgname}/gtk-3.0/gtk-dark.css"
}
package() {