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
README.md text/plain 2 kiB 43c1cde gnome-shell/README.md: Drop support for Ubuntu sessions Ubuntu sessions are no longer supported as already described in the root README.md, and Ubuntu 17.10 - 18.10 sessions-specific styles were removed from the newer SCSS code.
assets inode/directory 19 files ff21fc0 gnome-shell: Simplify some files handling
assets-dark inode/directory 19 files ff21fc0 gnome-shell: Simplify some files handling
extensions inode/directory 1 file 47bb831 gnome-shell: Update border-radius to 4px for workspaces-to-dock.css Eventually, this should be converted to SCSS...
gnome-shell-theme.gresource.xml text/xml 3.38 kiB ff21fc0 gnome-shell: Simplify some files handling
gnome-shell.scss.in text/plain 238 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.
icons inode/directory 12 files ec7ec24 gnome-shell/icons: Update some icons to match Material Design
meson.build text/plain 4.29 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.
noise-texture.png image/png 116 B b7d84f7 Improve the directory structure (#170) - Move source SCSSs into the '_sass' directory. This makes handling easier. - Move common files to the parent directory. This allows deleting most symlinks. - Rename 'gtk-3.0' to 'gtk'. Because Materia will support gtk4 and include its CSSs into that directory. SCSSs/scripts/docs will be fixed with later commits.
pad-osd.css text/plain 534 B b7d84f7 Improve the directory structure (#170) - Move source SCSSs into the '_sass' directory. This makes handling easier. - Move common files to the parent directory. This allows deleting most symlinks. - Rename 'gtk-3.0' to 'gtk'. Because Materia will support gtk4 and include its CSSs into that directory. SCSSs/scripts/docs will be fixed with later commits.
process-working.svg image/svg+xml 4.86 kiB ff21fc0 gnome-shell: Simplify some files handling
sass inode/directory 5 files 2cc7f01 Reorganize SCSS files Managing SCSS files in src/_sass/ was a bad idea... Move component-specific files from src/_sass/<component-name>/ to src/<component-name>/sass/ and move common files to src/.