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.
File name Media type Size Last commit
.github inode/directory 1 file 72af10d Update issue templates
.gitignore text/plain 10 B 61dc706 Update .gitignore
COPYING text/plain 17.67 kiB 5886a3e Fix version of the GPL from 3 to 2
HACKING.md text/plain 5.38 kiB 2c2b26e HACKING.md: Cosmetic changes
README.md text/plain 5.56 kiB c765878 README.md: Recommend git for manual installation
TODO.md text/plain 1.07 kiB b4cbde2 docs: Rename GTK+ to GTK The upstream dropped the '+' sign from GTK. See https://gitlab.gnome.org/GNOME/gtk/issues/1439
change_color.sh text/x-shellscript 9.21 kiB b4cbde2 docs: Rename GTK+ to GTK The upstream dropped the '+' sign from GTK. See https://gitlab.gnome.org/GNOME/gtk/issues/1439
parse-sass.sh text/x-shellscript 1.13 kiB 84d2c05 build: Migrate from sassc to dart-sass LibSass and SassC have been deprecated. Let's migrate to Dart Sass as recommended by the Sass team. See: https://sass-lang.com/blog/libsass-is-deprecated Closes https://github.com/nana-4/materia-theme/issues/553
render-assets.sh text/x-shellscript 906 B 2b8303c Rename src/gtk/ to src/gtk-3.0/ I was going to handle gtk3, gtk4, gtk5, ... in src/gtk/, but it turned out that it could be hard to deal with for some reasons. For now, let's handle gtk3 in src/gtk-3.0/ and gtk4 in src/gtk-4.0/.
scripts inode/directory 2 files 9b8c2b2 scripts: Add cosmetic fixes - Unify indentation in 2 spaces - Quote more variables and values
src inode/directory 16 files 2c30163 gnome-shell: Adapt to the new module system more