A fork of the Materia GTK theme.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 install.sh

View raw Download
text/x-shellscript • 251 B
POSIX shell script, ASCII text executable
        
            
1
#!/bin/sh
2
3
echo installing...
4
./scripts/install-theme.sh
5
./scripts/install-theme-compact.sh
6
#./scripts/install-theme-dark.sh
7
#./scripts/install-theme-dark-compact.sh
8
./scripts/install-theme-light.sh
9
./scripts/install-theme-light-compact.sh
10
echo done.
11