aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj-james2020-09-28 01:18:39 -0700
committerj-james2020-09-28 01:18:39 -0700
commitcda271ae78641f7522fef434bad885e8a4163aeb (patch)
tree6c6676883141396930b41bc0a9429b7724057b7b
parentdfb1c1d9a436092248da1ba4bd5dc61b2eed43a3 (diff)
downloadaur-cda271ae78641f7522fef434bad885e8a4163aeb.tar.gz
Update Teal theme's secondary color
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 454ba19b401b..adbb9328438d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -78,8 +78,8 @@ build() {
colorize "Pink" "#E91E63" "#F06292"
colorize "Purple" "#9C27B0" "#BA68C8"
colorize "Red" "#F44336" "#E57373"
- colorize "Teal" "#009688" "#4DB6AC"
- #16a085?
+ colorize "Teal" "#009688" "#16a085"
+ #4DB6AC
cd ${_pkgname}-${pkgver}
./autogen.sh --prefix=/usr --with-gnome-shell=3.36 --with-cinnamon=4.6 --with-gtk3=3.24