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 inode/directory 10 files abc8df7 gtk: Change background/surface rule Based on Material Design guidelines, this tries not to change the background colors when widgets are at the same elevation. For example, sidebar-specific and view-specific background colors no longer exist; they will have different background colors depending on the elevation. To make it easier to achieve, this does the following: - Treat frames as cards and add background-color to them. - Remove background-color from elevation-less widgets as much as possible.
gtk-2.0 inode/directory 15 files 6ddcac3 feat(change_color, *: render-assets): add FORCE_INKSCAPE env var
chrome inode/directory 15 files e230f77 chrome theme: Don't use rgba colors for omnibox_background Apparently the background of omnibox_background is hard-coded to white, so rgba colors don't work as expected. Convert rgba to rgb as a workaround. Fixes https://github.com/nana-4/materia-theme/issues/498
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 c92dfa4 Add Meson build system Meson is modern, fast, and smarter than the current installation script. We change the primary build system to Meson.
gnome-shell inode/directory 12 files 9e1ed47 gnome-shell/dialog: Use $error instead of $warning for some labels This one is more visible and looks more preferable for those.
xfwm4 inode/directory 4 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.
metacity-1 inode/directory 6 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.
cinnamon inode/directory 5 files 8bd7548 sass: Improve color functions and variables This simplifies the mechanism for determining colors, while following the Material color guidelines. This significantly improves grammar and extensibility.
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.02 kiB 9b9c5c6 sass: Drop $base-alt
_color-palette.scss text/plain 5.67 kiB aa8823d sass: Lowercase color values
_variables.scss text/plain 2.94 kiB 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/.
meson.build text/plain 539 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 text/plain 5.6 kiB 8ed0a3e sass: Update color scheme