Fixed dark yaru theme

This commit is contained in:
Reberti Carvalho Soares 2020-10-21 19:21:10 -03:00
parent 36ed505344
commit c770570549
No known key found for this signature in database
GPG Key ID: 8ACAD4697E4924A6
1 changed files with 1 additions and 1 deletions

View File

@ -64,8 +64,8 @@ sed -i '1s/^/@import "firefox-gnome-theme\/userChrome.css";\n/' userChrome.css
if [ $THEME != "DEFAULT" ]; then
if [ $THEME = "yaru" ]; then
echo "Setting $THEME theme."
echo '@import "firefox-gnome-theme\/theme/colors/dark-yaru.css";' >> userChrome.css
echo '@import "firefox-gnome-theme\/theme/colors/light-yaru.css";' >> userChrome.css
echo '@import "firefox-gnome-theme\/theme/colors/dark-yaru.css";' >> userChrome.css
fi
else
echo "No theme set, using default adwaita."