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
sass inode/directory 2 files b1e6d8c gtk4: Follow upstream changes for 4.2
gtk.scss.in text/plain 357 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!
gtk-dark.scss.in text/plain 340 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!
meson.build text/plain 2.45 kiB 68baf80 meson: Avoid same name in custom_target() Using a same target name in different subdirs causes errors with meson < 0.50.0. See: https://github.com/mesonbuild/meson/issues/4377 Fixes https://github.com/nana-4/materia-theme/issues/562