A fork of the Materia GTK theme.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss
File name Media type Size Last commit
src inode/directory 15 files 071e5e4 sass: Allow different values depending on toolkits With same variable names. This is useful especially for the shadow blur, which is calculated differently depending on the toolkits.
.github inode/directory 1 file 72af10d Update issue templates
scripts inode/directory 2 files 9b8c2b2 scripts: Add cosmetic fixes - Unify indentation in 2 spaces - Quote more variables and values
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.
install.sh text/x-shellscript 10.24 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/.
COPYING text/plain 17.67 kiB 5886a3e Fix version of the GPL from 3 to 2
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/.
change_color.sh text/x-shellscript 9.37 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/.
TODO.md text/plain 935 B 574b704 Update docs for new Meson build system Switch the primary build system from shell scripts to Meson.
meson.build text/plain 1.45 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/.
.gitignore text/plain 134 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/.
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/.
test.sh text/x-shellscript 403 B 94168fb test.sh: Use Meson This script will now be used to create a snapshot for comparison.
README.md text/plain 6.88 kiB 4f9f6da README.md: Update installation instructions for Fedora Since there's a package in the official repository now, link to that instead of the copr repository.