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 126 B c92dfa4 Add Meson build system Meson is modern, fast, and smarter than the current installation script. We change the primary build system to Meson.
COPYING text/plain 17.67 kiB 5886a3e Fix version of the GPL from 3 to 2
HACKING.md text/plain 5.41 kiB 574b704 Update docs for new Meson build system Switch the primary build system from shell scripts to Meson.
README.md text/plain 6.91 kiB 8b2ee6d README.md: Remove details of build options for install.sh Since install.sh is now a secondary installation method, remove its details from README. Users still can use `./install.sh --help` to check the build options.
TODO.md text/plain 935 B 574b704 Update docs for new Meson build system Switch the primary build system from shell scripts to Meson.
change_color.sh text/x-shellscript 9.15 kiB 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.
install.sh text/x-shellscript 10.37 kiB d76a33b install.sh: Drop bc dependency `bc` is no longer needed, as we now have a more flexible SCSS for gnome-shell.
meson.build text/plain 1.4 kiB c92dfa4 Add Meson build system Meson is modern, fast, and smarter than the current installation script. We change the primary build system to Meson.
meson_options.txt text/plain 549 B c92dfa4 Add Meson build system Meson is modern, fast, and smarter than the current installation script. We change the primary build system to Meson.
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 906 B f66d436 scripts: Code cosmetics
scripts inode/directory 2 files 9b8c2b2 scripts: Add cosmetic fixes - Unify indentation in 2 spaces - Quote more variables and values
src inode/directory 15 files e72e301 gnome-shell: Follow upstream change for RTL locales https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/d0dab5a6d1c260963b2b5ba97fcef6f8c7fb03ac
test.sh text/x-shellscript 403 B 94168fb test.sh: Use Meson This script will now be used to create a snapshot for comparison.