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
panel inode/directory 2 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.
notification inode/directory 2 files ddc8719 gnome-shell: Follow upstream change for spelling mistakes https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/2fc6384bca0645317a6ee4242ff08d0281254849
overview inode/directory 7 files b655b17 gnome-shell: Follow upstream change for new WorkspaceLayout https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/751189253a25b81faa97551e4d3d5c11e1022f61
osd inode/directory 3 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.
gdm inode/directory 2 files e72e301 gnome-shell: Follow upstream change for RTL locales https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/d0dab5a6d1c260963b2b5ba97fcef6f8c7fb03ac
misc inode/directory 5 files 2d7d672 gnome-shell: Follow upstream change for actor tree inspector https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/393c6c68056863cb672c781d1d99d081daefcc71
menu inode/directory 4 files 89bbadc sass: Rename mixin arguments from $background/$bg to $on
dialog inode/directory 2 files 9e1ed47 gnome-shell/dialog: Use $error instead of $warning for some labels This one is more visible and looks more preferable for those.
_base.scss text/plain 1.42 kiB 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.
_switch.scss text/plain 232 B 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/.
_button.scss text/plain 774 B 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/.
_check-box.scss text/plain 941 B 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.
_slider.scss text/plain 1023 B 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.
_entry.scss text/plain 829 B 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.
_scrollbar.scss text/plain 1.11 kiB 0b8f607 sass: Add scrollbar-thumb() function for scrollbar thumb The scrollbar thumb is the only place where overlay is not used for hover and pressed interactions.