A fork of the Materia GTK theme.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.
File name Media type Size Last commit
assets.txt text/plain 173 B c6aa571 chrome: Remove unused assets from assets.txt I just forgot to update this.
chrome-scrollbar inode/directory 4 files 2f6828a chrome: Regenerate CRX files
chrome-scrollbar-dark inode/directory 4 files 2f6828a chrome: Regenerate CRX files
chrome-scrollbar-dark.crx application/x-chrome-extension 3.7 kiB 2f6828a chrome: Regenerate CRX files
chrome-scrollbar.crx application/x-chrome-extension 3.72 kiB 2f6828a chrome: Regenerate CRX files
chrome-theme inode/directory 1 file 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
chrome-theme-dark inode/directory 1 file 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
chrome-theme-dark.crx application/x-chrome-extension 980 B 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
chrome-theme-light inode/directory 1 file 2f6828a chrome: Regenerate CRX files
chrome-theme-light.crx application/x-chrome-extension 975 B 2f6828a chrome: Regenerate CRX files
chrome-theme.crx application/x-chrome-extension 974 B 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
meson.build text/plain 479 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.
render-asset.sh text/x-shellscript 950 B 6ddcac3 feat(change_color, *: render-assets): add FORCE_INKSCAPE env var
render-assets.sh text/x-shellscript 289 B f66d436 scripts: Code cosmetics
sass inode/directory 1 file 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.