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 20 B 0d9c423 meson: Avoid copying configured SCSS files to current_source_dir() We could specify current_source_dir() in our *.scss.in. Finally we can get rid of the ugliest workaround from our meson!
COPYING text/plain 17.67 kiB 5886a3e Fix version of the GPL from 3 to 2
HACKING.md text/plain 5.41 kiB 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/.
INSTALL.md text/plain 1.44 kiB 4d2b342 docs: Move the Manual Installation description to INSTALL.md
README.md text/plain 5.72 kiB 22e5e78 docs: Move images to images/
TODO.md text/plain 927 B 2b32b2f Add support for GTK 4
change_color.sh text/x-shellscript 9.37 kiB e1e3d1c change_color.sh: Fix file mode Commit 2b8303c4790fcb97a485ae856c8821626de50e5e accidentally changed the file mode. Oops... :(
images inode/directory 11 files 3815897 docs: Update images
install.sh text/x-shellscript 10.17 kiB 97fa447 install.sh: Refactor
meson.build text/plain 1.26 kiB 3e2220a meson: Simplify a little
meson_options.txt text/plain 640 B 2b32b2f Add support for GTK 4
parse-sass.sh text/x-shellscript 377 B 83a1d71 Update scripts to sync with Meson build system Make sassc mandatory in install.sh and generate CSSs via adaptable SCSSs. So we can finally get rid of the pre-generated CSSs and a lot of inflexible SCSSs for them.
render-assets.sh text/x-shellscript 910 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
snapshot.sh text/x-shellscript 279 B 872911c Rename test.sh to snapshot.sh
src inode/directory 16 files cfd2f24 meson: Tweak version messages