🎨 A Material Design theme using the paradise colourscheme
Go to file
Fern Garden af262c4745 Delete flake.lock 2024-04-29 19:28:47 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2019-10-05 16:54:51 +09:00
images docs: Update images 2021-03-07 20:10:49 +09:00
scripts fix(scripts: darker): convert hex to int before math 2023-01-25 22:40:48 +01:00
src fix(gtk3: misc): chromium fix border between toolbar and page content being transparent (#624) 2022-11-29 06:27:07 +01:00
.gitignore build: Migrate from sassc to dart-sass 2021-03-27 13:10:37 +09:00
CHANGELOG.md Bump version to 20210322 2021-03-22 23:40:54 +09:00
COPYING Fix version of the GPL from 3 to 2 2016-02-26 22:22:07 +09:00
HACKING.md sass: Use _index.scss files 2021-04-03 09:05:42 +09:00
INSTALL.md INSTALL.md: Add a note for package maintainers 2021-04-09 13:38:11 +09:00
INSTALL_GDM_THEME.md docs: Adjust INSTALL_GDM_THEME.md 2021-03-22 21:37:57 +09:00
README.md Drop support for install.sh 2021-03-24 01:38:00 +09:00
TODO.md Add support for GTK 4 2021-03-07 20:08:07 +09:00
change_color.sh fix(change_color.sh): use `dirname` instead of `/..` to handle non-existing directory situation 2021-05-12 13:25:11 +02:00
meson.build build: Migrate from sassc to dart-sass 2021-03-27 13:10:37 +09:00
meson_options.txt build: Adjust the description of build options 2021-04-09 13:17:59 +09:00
package-lock.json build: Migrate from sassc to dart-sass 2021-03-27 13:10:37 +09:00
package.json build: Migrate from sassc to dart-sass 2021-03-27 13:10:37 +09:00
parse-sass.sh build: shebang portability and fix build on NixOS (#604) 2021-12-02 17:15:58 +01:00
render-assets.sh build: shebang portability and fix build on NixOS (#604) 2021-12-02 17:15:58 +01:00
snapshot.sh build: shebang portability and fix build on NixOS (#604) 2021-12-02 17:15:58 +01:00

README.md

materia-logo

Materia

Materia is a Material Design theme for GNOME/GTK based desktop environments.

It supports GTK 2, GTK 3, GTK 4, GNOME Shell, Budgie, Cinnamon, MATE, Unity, Xfce, LightDM, GDM, Chrome theme, etc.

Previews

widget-factory widget-factory-dark

Features

Supports ripple animations for GTK 3 and 4:

ripple

3 color variants and 2 size variants are available:

Materia standard compact
standard Materia Materia-compact
dark Materia-dark Materia-dark-compact
light Materia-light Materia-light-compact

Supported Toolkits and Desktops

  • GTK 2
  • GTK 3 >=3.20
  • GTK 4 >=4.0
  • Budgie >=10.4
  • Cinnamon >=3.x
  • GNOME Shell >=3.26
  • MATE >=1.14
  • Unity >=7.4
  • Xfce >=4.13

Unsupported Apps and Desktops

  • elementary apps

    Because they are based on their own stylesheet that conflicts with GTK standards.

  • Downstream customized GNOME sessions

    E.g. "Ubuntu" session, "Pop" session. To properly use Materia on GNOME Shell, please install gnome-session and then switch to "GNOME" or "GNOME on Xorg" session from your display manager.

Installation

Distro Packages

Distro Package Name Annotation
Arch Linux materia-gtk-theme Link
Debian 10 or later materia-gtk-theme Link
Fedora materia-gtk-theme Link
Solus materia-gtk-theme Link
Ubuntu 18.04 or later materia-gtk-theme Link

NOTE: Distro packages could be outdated and incompatible with your desktop environment. You can check the latest version here.

Flatpak

All 6 variants are available via Flathub:

flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.gtk.Gtk3theme.Materia{,-dark,-light}{,-compact}

Manual Installation

See INSTALL.md for details.

Recommendations

Font

  • Use a font family including Medium weight (e.g. Roboto or M+) to properly display the theme.
  • Set the font size to 9.75 (= 13px at 96dpi) or 10.5 (= 14px at 96dpi).

Chrome Extensions

To improve the appearance of Chrome, you can install our Chrome extensions as follows:

  1. Open the /usr/share/themes/Materia<-variant>/chrome folder in your file manager.
  2. Drag and drop the .crx files into the Chrome's Extensions page (chrome://extensions).

GDM Theme

You can change the GDM (lock/login screen) theme by replacing the default GNOME Shell theme.
See INSTALL_GDM_THEME.md for details.

Customization

Materia can be customized with GUI application, oomox theme designer.

Materia also allows you to change the color scheme relatively easily in other ways. See HACKING.md for details.

Contributing

If you find bugs or have suggestions, please report it to the issue tracker. Any contribution would be much appreciated.

Todo list can be found at TODO.md.

License

Materia is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.

Acknowledgments

  • Materia is based on Adwaita by GNOME.
  • Design and specifications are based on Google's Material Design.
  • The included symbolic icons are based on Material Design icons by Google.
  • The Chrome scrollbar extension was forked from Adwaita-chrome-scrollbar by GNOME Integration Team.
  • Yauhen Kirylau (@actionless) who is oomox author polished scripts and supported Materia with oomox.
  • @n3oxmind who helped improve the installation script we had.
  • @smurphos who made and provided the Cinnamon theme for Materia.
  • Our Meson code is heavily influenced by @monday15's lounge-gtk-theme.

Also thank you to all contributors and upstream developers.