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 • 1.54 kiB
ASCII text

Flat-Plat

A Material Design-like flat theme for GTK3, GTK2, and GNOME-Shell. This theme requires GNOME 3.14 / 3.16 / 3.18, and doesn't work properly with other versions.

Installation

  1. Extract the archive to the themes directory (/usr/share/themes or ~/.themes).

  2. Use gnome-tweak-tool to change the theme.

  3. Optionally, open the chrome folder and drag and drop the .crx files onto the Chrome's extensions page (chrome://extensions/).

GDM (a.k.a. Login Screen)

In order to apply this theme to the login screen, you need the following steps:

  1. Backup and replace .gresource files.

sudo cp -b /usr/share/themes/Flat-Plat/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell

  1. Restart gnome shell (press Alt+F2, then type r).

  2. Done!

GDM

In order to restore original theme, type the following command:

sudo mv -f /usr/share/gnome-shell/gnome-shell-theme.gresource~ /usr/share/gnome-shell/gnome-shell-theme.gresource

NOTE:

  • Be careful if you experiment, as replacing system files could render your system unbootable.

  • When applying this, other shell themes might look broken.

Screenshots

Screenshot1 Screenshot2 Screenshot3

Other Info

  • Font: M+ 1C http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html

  • Reference color scheme: http://flatuicolors.com/

  • License: GPL

                
                    
1
Flat-Plat
2
=========
3
<img src="img/Button.gif" alt="Button" align="right" />
4
A Material Design-like flat theme for GTK3, GTK2, and GNOME-Shell.
5
This theme requires GNOME 3.14 / 3.16 / 3.18, and doesn't work properly with other versions.
6
7
Installation
8
------------
9
1. Extract the archive to the themes directory (`/usr/share/themes` or `~/.themes`).
10
2. Use `gnome-tweak-tool` to change the theme.
11
3. Optionally, open the `chrome` folder and drag and drop the .crx files onto the Chrome's extensions page (`chrome://extensions/`).
12
13
GDM (a.k.a. Login Screen)
14
-------------------------
15
**In order to apply this theme to the login screen, you need the following steps:**
16
17
1. Backup and replace .gresource files.
18
19
sudo cp -b /usr/share/themes/Flat-Plat/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell
20
2. Restart gnome shell (press `Alt`+`F2`, then type `r`).
21
3. Done!
22
23
![GDM](img/GDM.png)
24
25
**In order to restore original theme, type the following command:**
26
27
sudo mv -f /usr/share/gnome-shell/gnome-shell-theme.gresource~ /usr/share/gnome-shell/gnome-shell-theme.gresource
28
29
> **NOTE:**
30
> * **Be careful** if you experiment, as replacing system files could render your system unbootable.
31
> * When applying this, other shell themes might look broken.
32
33
Screenshots
34
-----------
35
![Screenshot1](img/Screenshot1.png)
36
![Screenshot2](img/Screenshot2.png)
37
![Screenshot3](img/Screenshot3.png)
38
39
Other Info
40
----------
41
* Font: `M+ 1C`
42
http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html
43
* Reference color scheme:
44
http://flatuicolors.com/
45
* License: GPL
46