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 18075ea sass: Rename surface color variables $background => $surface-z0 $base => $surface-z1 $surface => $surface-z8 $switch-surface => $surface-switch-thumb
overview inode/directory 7 files 18075ea sass: Rename surface color variables $background => $surface-z0 $base => $surface-z1 $surface => $surface-z8 $switch-surface => $surface-switch-thumb
osd inode/directory 3 files 18075ea sass: Rename surface color variables $background => $surface-z0 $base => $surface-z1 $surface => $surface-z8 $switch-surface => $surface-switch-thumb
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 18075ea sass: Rename surface color variables $background => $surface-z0 $base => $surface-z1 $surface => $surface-z8 $switch-surface => $surface-switch-thumb
menu inode/directory 4 files 1b4c2d5 gnome-shell: Simplify menu margins
dialog inode/directory 2 files 18075ea sass: Rename surface color variables $background => $surface-z0 $base => $surface-z1 $surface => $surface-z8 $switch-surface => $surface-switch-thumb
_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.