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
gtk-3.0 inode/directory 10 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.
gtk-2.0 inode/directory 15 files 8a332f8 gtk2/assets: Rename a shadow filter
chrome inode/directory 15 files 1a2581c chrome/theme: Update color scheme
plank inode/directory 2 files c92dfa4 Add Meson build system Meson is modern, fast, and smarter than the current installation script. We change the primary build system to Meson.
unity inode/directory 6 files 21bcf1d unity: Update color scheme
gnome-shell inode/directory 12 files 8526aee gnome-shell/meson: Improve the version determination - Allow specifying micro version in the build option gnome_shell_version. - Support the new versioning starting at 40. Fixes https://github.com/nana-4/materia-theme/issues/551
xfwm4 inode/directory 4 files aac881b xfwm4: Update color scheme
metacity-1 inode/directory 6 files 34586a4 metacity: Update color scheme
cinnamon inode/directory 5 files d0ad103 cinnamon & gnome-shell: Revamp drop shadows
index.theme.in text/plain 226 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.
_colors.scss.template text/plain 6.27 kiB 18075ea sass: Rename surface color variables $background => $surface-z0 $base => $surface-z1 $surface => $surface-z8 $switch-surface => $surface-switch-thumb
_color-palette.scss text/plain 5.67 kiB aa8823d sass: Lowercase color values
_variables.scss text/plain 4.36 kiB d0ad103 cinnamon & gnome-shell: Revamp drop shadows
meson.build text/plain 543 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/.
_colors.scss text/plain 5.97 kiB db6291b sass: Make dark theme darker Let's try #121212, which is the recommended dark theme surface color in Material Design.