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
apps inode/directory 9 files f37cff5 gtk: Remove some unused commented styles
_colors-public.scss text/plain 3.54 kiB 9b9c5c6 sass: Drop $base-alt
_apps-3.22.scss text/plain 205 B 52ce9a8 gtk: Add initial support for libhandy Still almost untested... Needs more work.
_drawing-3.20.scss text/plain 5.66 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.
_common-3.20.scss text/plain 82.81 kiB b87c2f4 gtk: Drop undershoot styling Although undershoots were useful, they have some issues: - The dashed style doesn't quite match the rest of the style. (But other styles, such as shadows, work even worse in GTK theme.) - The dashed style doesn't exist in Material Design guidelines. - The upstream Adwaita has already dropped the style, so the widget itself could be dropped in the future. For these reasons, this removes the style. Closes https://github.com/nana-4/materia-theme/issues/410 Closes https://github.com/nana-4/materia-theme/issues/421