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.

 README.md

View raw Download
text/plain • 5.13 kiB
ASCII text

Flat-Plat

Flat-Plat is a Material Design-like theme for GNOME/GTK+ based desktop environments. It supports GTK3, GTK2, Metacity, GNOME Shell, Unity, Budgie, MATE, LightDM, GDM, Chrome theme, etc.

Features

  • Supports ripple effect animations (only GTK3 apps).

  • Supports both light and dark variants.

  • Supports dark or light titlebar versions.

  • Supports compact version for low resolution.

  • Supports Dash to Dock extension's theming.

  • Supports Workspaces to Dock extension's theming.

  • Supports Chrome/Chromium theme and scrollbars extension.

  • Appears more beautifully when you use a font family including Medium and Light weights.

Requirements

  • GTK+ 3.18 or later

  • gnome-themes-standard

  • pixmap (or pixbuf) engine

  • murrine engine

Build dependency:
  • glib2 on Arch Linux

  • glib2-devel on Fedora, OpenSUSE, etc

  • libglib2.0-dev on Debian, Ubuntu, etc

Supported desktop environments are:
  • GNOME Shell 3.18 or later

  • Unity 7.4 or later

  • Budgie 10.2.5 or later

  • MATE 1.14 or later

Installation

Arch Linux users can install from the AUR package maintained by @cthbleachbit.

Fedora and EPEL users can also install from a Copr repository.

Manual Installation

  1. Open the terminal and run the following commands:

sh cd /tmp curl -sL https://github.com/nana-4/Flat-Plat/archive/v20170605.tar.gz | tar xz cd Flat-Plat-20170605 && sudo ./install.sh

  1. Select the theme using gnome-tweak-tool or other suitable tools.

  1. Optionally; 75 (= 13px at 96dpi) or 10.5 (= 14px at 96dpi). on /usr/share/themes/Flat-Plat* and drag and drop the .crx` files onto the Chrome/ChromiumExtensions page.

Manual Uninstallation

  • Delete the installed directories.

sh sudo rm -rf /usr/share/themes/Flat-Plat{,-compact,-dark,-dark-compact,-light,-light-compact}

GDM (Lock/Login Screen)

You can change the GDM theme by replacing the default GNOME Shell theme. However, if it fails, the desktop environment may not operate correctly. So please be careful if doing this.

:warning: Cautions:

  • When applying this, other third-party GNOME Shell themes would look broken until you restore to the original theme.

  • If GNOME Shell has been updated, it will be restored to the original theme, so you will need to install this again.

Installation

  1. Select a GTK+ theme, then run the following commands to back up and replace the existing theme file.

sh GTK_THEME=$(gsettings get org.gnome.desktop.interface gtk-theme | sed "s/'//g") sudo cp -v --backup /usr/share{/themes/$GTK_THEME,}/gnome-shell/gnome-shell-theme.gresource

>Developer note: > If you don't want to overwrite the backup on the second and subsequent runs, delete the --backup option.

  1. Restart GNOME Shell. (If you are running _GNOME on Xorg_, press Alt + F2 then type r.)

Uninstallation

  1. Restore to the original theme from the backup.

sh sudo mv -v /usr/share/gnome-shell/gnome-shell-theme.gresource{~,}

  1. Restart GNOME Shell. (If you are running _GNOME on Xorg_, press Alt + F2 then type r.)

Preview

GNOME Shell

GNOME Shell

Budgie Desktop

Budgie Desktop

GDM Lock Screen

GDM Lock Screen

GDM Unlock Screen

GDM Unlock Screen Preview Details: Icons: Paper | Font: M+ 1C 9.75pt | Dock's icon size: 48px + fixed | Wallpapers

Contributing

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

Planned Features

  • Supports of Xfce theme

  • Supports of Firefox theme (in progress)

  • Supports of overlay scrollbars for Chrome/Chromium extension

  • GNOME Terminal color pallet (if possible)

  • Material Design like cursor theme

License

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

Credits

Also thank you for every upstream developers and all contributors.

                
                    
1
Flat-Plat
2
=========
3
Flat-Plat is a [Material Design](https://material.io)-like theme for GNOME/GTK+ based desktop environments.
4
It supports GTK3, GTK2, Metacity, GNOME Shell, Unity, Budgie, MATE, LightDM, GDM, Chrome theme, etc.
5
6
Features
7
--------
8
<img src="../images/Button.gif" alt="Button" align="right"/>
9
10
- Supports ripple effect animations (only GTK3 apps).
11
- Supports both light and dark variants.
12
- Supports dark or light titlebar versions.
13
- Supports compact version for low resolution.
14
- Supports [Dash to Dock](https://github.com/micheleg/dash-to-dock) extension's theming.
15
- Supports [Workspaces to Dock](https://github.com/passingthru67/workspaces-to-dock) extension's theming.
16
- Supports Chrome/Chromium theme and scrollbars extension.
17
- Appears more beautifully when you use a font family including `Medium` and `Light` weights.
18
19
Requirements
20
------------
21
- GTK+ 3.18 or later
22
- `gnome-themes-standard`
23
- pixmap (or pixbuf) engine
24
- murrine engine
25
26
##### Build dependency:
27
- `glib2` on Arch Linux
28
- `glib2-devel` on Fedora, OpenSUSE, etc
29
- `libglib2.0-dev` on Debian, Ubuntu, etc
30
31
##### Supported desktop environments are:
32
- GNOME Shell 3.18 or later
33
- Unity 7.4 or later
34
- Budgie 10.2.5 or later
35
- MATE 1.14 or later
36
37
Installation
38
------------
39
Arch Linux users can install from the [AUR package](https://aur.archlinux.org/packages/flatplat-theme) maintained by @cthbleachbit.
40
41
Fedora and EPEL users can also install from a [Copr repository](https://copr.fedorainfracloud.org/coprs/tcg/themes/).
42
43
### Manual Installation
44
1. Open the terminal and run the following commands:
45
46
```sh
47
cd /tmp
48
curl -sL https://github.com/nana-4/Flat-Plat/archive/v20170605.tar.gz | tar xz
49
cd Flat-Plat-20170605 && sudo ./install.sh
50
```
51
52
2. Select the theme using `gnome-tweak-tool` or other suitable tools.
53
54
3. Optionally;
55
- Set the font size to `9.75` (= 13px at 96dpi) or `10.5` (= 14px at 96dpi).
56
- Open the `chrome` folder on `/usr/share/themes/Flat-Plat`* and drag and drop the `.crx` files onto the Chrome/Chromium _Extensions_ page.
57
58
### Manual Uninstallation
59
- Delete the installed directories.
60
61
```sh
62
sudo rm -rf /usr/share/themes/Flat-Plat{,-compact,-dark,-dark-compact,-light,-light-compact}
63
```
64
65
GDM (Lock/Login Screen)
66
-----------------------
67
You can change the GDM theme by replacing the default GNOME Shell theme.
68
However, if it fails, the desktop environment may not operate correctly. So please **be careful** if doing this.
69
70
#### :warning: Cautions:
71
- When applying this, other third-party GNOME Shell themes would look broken until you restore to the original theme.
72
- If GNOME Shell has been updated, it will be restored to the original theme, so you will need to install this again.
73
74
### Installation
75
1. Select a GTK+ theme, then run the following commands to back up and replace the existing theme file.
76
77
```sh
78
GTK_THEME=$(gsettings get org.gnome.desktop.interface gtk-theme | sed "s/'//g")
79
sudo cp -v --backup /usr/share{/themes/$GTK_THEME,}/gnome-shell/gnome-shell-theme.gresource
80
```
81
82
> _Developer note:_
83
> If you don't want to overwrite the backup on the second and subsequent runs, delete the `--backup` option.
84
85
2. Restart GNOME Shell. (If you are running _GNOME on Xorg_, press <kbd>Alt</kbd> + <kbd>F2</kbd> then type `r`.)
86
87
### Uninstallation
88
1. Restore to the original theme from the backup.
89
90
```sh
91
sudo mv -v /usr/share/gnome-shell/gnome-shell-theme.gresource{~,}
92
```
93
94
2. Restart GNOME Shell. (If you are running _GNOME on Xorg_, press <kbd>Alt</kbd> + <kbd>F2</kbd> then type `r`.)
95
96
Preview
97
-------
98
##### GNOME Shell
99
![GNOME Shell](../images/gnome.png?raw=true)
100
##### Budgie Desktop
101
![Budgie Desktop](../images/budgie.png?raw=true)
102
##### GDM Lock Screen
103
![GDM Lock Screen](../images/gdm-lock.png?raw=true)
104
##### GDM Unlock Screen
105
![GDM Unlock Screen](../images/gdm-unlock.png?raw=true)
106
<sub>**Preview Details:** Icons: [Paper](https://github.com/snwh/paper-icon-theme) | Font: [M+ 1C](https://mplus-fonts.osdn.jp) 9.75pt | Dock's icon size: 48px + fixed | [Wallpapers](http://imgur.com/a/v2Ovx)</sub>
107
108
Contributing
109
------------
110
If you find bugs or have suggestions, please report it to the [issue tracker](https://github.com/nana-4/Flat-Plat/issues).
111
Any contribution will be much appreciated.
112
113
Planned Features
114
----------------
115
- Supports of Xfce theme
116
- Supports of Firefox theme ([in progress](https://github.com/nana-4/Flat-Plat/issues/78))
117
- Supports of overlay scrollbars for Chrome/Chromium extension
118
- GNOME Terminal color pallet (if possible)
119
- Material Design like cursor theme
120
121
License
122
-------
123
Flat-Plat is distributed under the terms of the GNU General Public License, version 2 or later. See the [`COPYING`](COPYING) file for details.
124
125
Credits
126
-------
127
- This theme is based on [Adwaita](HACKING.md#useful-links) by GNOME.
128
- The included symbolic icons are based on [Material Design icons](https://github.com/google/material-design-icons) by Google.
129
- Chrome/Chromium scrollbars extension was forked from [Adwaita-chrome-scrollbar](https://github.com/gnome-integration-team/chrome-gnome-scrollbar) by GNOME Integration Team.
130
- The original concept is Google's [Material Design](https://material.io).
131
132
Also thank you for every upstream developers and all contributors.
133