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

 README.md

View raw Download
text/plain • 6.02 kiB
ASCII text, with very long lines (450)

Flat-Plat

A Material Design-like theme for GNOME/GTK+ based desktop environments.

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 extensions.

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

Requirements

  • GTK+ 3.14, 3.16, 3.18, 3.20 or 3.22

  • gnome-themes-standard

  • pixmap (or pixbuf) engine

  • murrine engine

Supported desktop environments are:
  • GNOME Shell 3.14 or later

  • Unity 7.4 or later

  • Budgie 10.2.5 or later

  • MATE 1.14 or later

Installation

  1. Download an archive from the table.

| | :black_circle:Dark titlebar | :black_circle:Dark titlebar (compact) | :white_circle:Light titlebar | :white_circle:Light titlebar (compact) | |:--|:-:|:-:|:-:|:-:| | GNOME 3.22 | :arrow_down:v3.22.20161109 | :arrow_down:v3.22.20161109 | :arrow_down:v3.22.20161109 | :arrow_down:v3.22.20161109 | | GNOME 3.20 | :arrow_down:v3.20.20161109 | :arrow_down:v3.20.20161109 | :arrow_down:v3.20.20161109 | :arrow_down:v3.20.20161109 | | GNOME 3.18 | :arrow_down:v3.18.20161109 | n/a | :arrow_down:v3.18.20161109 | n/a | | GNOME 3.16 | n/a | n/a | :arrow_down:v3.16.20160821 | n/a | | GNOME 3.14 | n/a | n/a | :arrow_down:v3.14.20160921 | n/a | > :beginner: Tips: > Choose fromGNOME 3.22 if you are using Unity 7.6 (Ubuntu 17.04) or MATE 1.16. > Choose fromGNOME 3.20 if you are using Unity 7.5 (Ubuntu 16.10), Budgie 10.2.x or MATE 1.14. > * Choose fromGNOME 3.18 if you are using Unity 7.4 (Ubuntu 16.04).

  1. Extract it to the theme directory.

  2. Select the theme via gnome-tweak-tool (or something else).

  3. [Optional] Set the font size to 10.5 (= 14px) or 9.75 (= 13px).

  4. [Optional] Open the chrome folder and drag and drop the .crx files onto the Chrome/Chromium extensions page (chrome://extensions/).

Note if you want to clone from the repository

The master branch is currently being built for GNOME 3.22. If you want to use other versions, you need to specify the branch as follows:

git clone -b 3.18 https://github.com/nana-4/Flat-Plat.git

GDM (Lock/Login Screen)

You can change the GDM theme by rewriting a system file. But please be careful because if it fails, the desktop environment may not operate correctly.

:warning: Warning:

  • When applying this, other third-party GNOME Shell themes would look broken.

  • If GNOME Shell has been updated, you will need to install this again.

  • Not supported for GNOME 3.14.

Install

  1. Backup the existing .gresource file.(Skip this step if you just update it.)

sudo cp -i /usr/share/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell/gnome-shell-theme.gresource~

  1. Replace it with the new one.

cd /usr/share/themes/Flat-Plat || cd ~/.themes/Flat-Plat sudo cp -div gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell

  1. Restart GNOME Shell (press Alt+F2, then type r).

Uninstall

  1. Restore to original theme from the backup.

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

  1. Restart GNOME Shell (press Alt+F2, then type r).

Screenshots

GNOME Shell 3.20

GNOME Shell 3.20

Unity 7.4

Unity 7.4

GDM Lock Screen

GDM Lock Screen

GDM Unlock Screen

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

Bug Reporting

If you find a bug, please report it here: https://github.com/nana-4/Flat-Plat/issues

Planned Features

  • Supports of global dark theme

  • 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 available under the terms of the GPL. See the COPYING file for details.

:octocat: Notes:

                
                    
1
Flat-Plat
2
=========
3
A Material Design-like theme for GNOME/GTK+ based desktop environments.
4
5
Features
6
--------
7
<img src="../images/Button.gif" alt="Button" align="right" />
8
* Supports ripple effect animations (only GTK3 apps).
9
* Supports both light and dark variants.
10
* Supports dark or light titlebar versions.
11
* Supports compact version for low resolution.
12
* Supports [Dash to Dock](https://github.com/micheleg/dash-to-dock) extension's theming.
13
* Supports [Workspaces to Dock](https://github.com/passingthru67/workspaces-to-dock) extension's theming.
14
* Supports Chrome/Chromium theme and scrollbars extensions.
15
* Appears more beautifully when you use a font family including `Medium` and `Light` weights.
16
17
Requirements
18
------------
19
* GTK+ 3.14, 3.16, 3.18, 3.20 or 3.22
20
* `gnome-themes-standard`
21
* pixmap (or pixbuf) engine
22
* murrine engine
23
24
##### Supported desktop environments are:
25
* GNOME Shell 3.14 or later
26
* Unity 7.4 or later
27
* Budgie 10.2.5 or later
28
* MATE 1.14 or later
29
30
Installation
31
------------
32
1. Download an archive from the table.
33
34
| | :black_circle:Dark titlebar | :black_circle:Dark titlebar (compact) | :white_circle:Light titlebar | :white_circle:Light titlebar (compact) |
35
|:--|:-:|:-:|:-:|:-:|
36
| GNOME 3.22 | [:arrow_down:v3.22.20161109](../../releases/download/v3.22.20161109/Flat-Plat-3.22.20161109.tar.gz) | [:arrow_down:v3.22.20161109](../../releases/download/v3.22.20161109/Flat-Plat-laptop-3.22.20161109.tar.gz) | [:arrow_down:v3.22.20161109](../../releases/download/v3.22.20161109/Flat-Plat-light-3.22.20161109.tar.gz) | [:arrow_down:v3.22.20161109](../../releases/download/v3.22.20161109/Flat-Plat-light-laptop-3.22.20161109.tar.gz) |
37
| GNOME 3.20 | [:arrow_down:v3.20.20161109](../../releases/download/v3.20.20161109/Flat-Plat-3.20.20161109.tar.gz) | [:arrow_down:v3.20.20161109](../../releases/download/v3.20.20161109/Flat-Plat-laptop-3.20.20161109.tar.gz) | [:arrow_down:v3.20.20161109](../../releases/download/v3.20.20161109/Flat-Plat-light-3.20.20161109.tar.gz) | [:arrow_down:v3.20.20161109](../../releases/download/v3.20.20161109/Flat-Plat-light-laptop-3.20.20161109.tar.gz) |
38
| GNOME 3.18 | [:arrow_down:v3.18.20161109](../../releases/download/v3.18.20161109/Flat-Plat-3.18.20161109.tar.gz) | n/a | [:arrow_down:v3.18.20161109](../../releases/download/v3.18.20161109/Flat-Plat-light-3.18.20161109.tar.gz) | n/a |
39
| GNOME 3.16 | n/a | n/a | [:arrow_down:v3.16.20160821](../../releases/download/v3.16.20160821/Flat-Plat-3.16.20160821.tar.gz) | n/a |
40
| GNOME 3.14 | n/a | n/a | [:arrow_down:v3.14.20160921](../../releases/download/v3.14.20160921/Flat-Plat-3.14.20160921.tar.gz) | n/a |
41
> **:beginner: Tips:**
42
> * Choose from _GNOME 3.22_ if you are using ~~Unity 7.6 (Ubuntu 17.04)~~ or MATE 1.16.
43
> * Choose from _GNOME 3.20_ if you are using Unity 7.5 (Ubuntu 16.10), Budgie 10.2.x or MATE 1.14.
44
> * Choose from _GNOME 3.18_ if you are using Unity 7.4 (Ubuntu 16.04).
45
2. Extract it to the theme directory.
46
* for system-wide installation to `/usr/share/themes`
47
* for user-specific installation to `~/.themes`
48
3. Select the theme via `gnome-tweak-tool` (or something else).
49
4. [Optional] Set the font size to `10.5` (= 14px) or `9.75` (= 13px).
50
5. [Optional] Open the `chrome` folder and drag and drop the `.crx` files onto the Chrome/Chromium extensions page (`chrome://extensions/`).
51
52
#### Note if you want to clone from the repository
53
The `master` branch is currently being built for GNOME 3.22.
54
If you want to use [other versions](../../branches/all), you need to specify the branch as follows:
55
56
git clone -b 3.18 https://github.com/nana-4/Flat-Plat.git
57
58
GDM (Lock/Login Screen)
59
-----------------------
60
You can change the GDM theme by rewriting a system file.
61
But please **be careful** because if it fails, the desktop environment may not operate correctly.
62
> **:warning: Warning:**
63
> * When applying this, other third-party GNOME Shell themes would look broken.
64
> * If GNOME Shell has been updated, you will need to install this again.
65
> * Not supported for GNOME 3.14.
66
67
### Install
68
1. Backup the existing `.gresource` file. _(Skip this step if you just update it.)_
69
70
sudo cp -i /usr/share/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell/gnome-shell-theme.gresource~
71
2. Replace it with the new one.
72
73
cd /usr/share/themes/Flat-Plat || cd ~/.themes/Flat-Plat
74
sudo cp -div gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell
75
3. Restart GNOME Shell (press `Alt`+`F2`, then type `r`).
76
77
### Uninstall
78
1. Restore to original theme from the backup.
79
80
sudo mv -iv /usr/share/gnome-shell/gnome-shell-theme.gresource~ /usr/share/gnome-shell/gnome-shell-theme.gresource
81
2. Restart GNOME Shell (press `Alt`+`F2`, then type `r`).
82
83
Screenshots
84
-----------
85
##### GNOME Shell 3.20
86
![GNOME Shell 3.20](../images/Screenshot1.png?raw=true)
87
##### Unity 7.4
88
![Unity 7.4](../images/Screenshot2.png?raw=true)
89
##### GDM Lock Screen
90
![GDM Lock Screen](../images/Screenshot3.png?raw=true)
91
##### GDM Unlock Screen
92
![GDM Unlock Screen](../images/Screenshot4.png?raw=true)
93
<sub>**Screenshots Details:** Icons: [Paper](https://github.com/snwh/paper-icon-theme) | Font: [M+ 1C](https://mplus-fonts.osdn.jp/) 10.5pt | Dock's icon size: 48px + fixed | [Wallpapers](http://imgur.com/a/v2Ovx)</sub>
94
95
Bug Reporting
96
-------------
97
If you find a bug, please report it here: https://github.com/nana-4/Flat-Plat/issues
98
99
Planned Features
100
----------------
101
* Supports of global dark theme
102
* Supports of Xfce theme
103
* Supports of Firefox theme ([in progress](https://github.com/nana-4/Flat-Plat/issues/78))
104
* Supports of overlay scrollbars for Chrome/Chromium extension
105
* GNOME Terminal color pallet (if possible)
106
* Material Design like cursor theme
107
108
License
109
-------
110
Flat-Plat is available under the terms of the GPL. See the `COPYING` file for details.
111
> **:octocat: Notes:**
112
> * Included symbolic icons are based on [Material Design icons](https://github.com/google/material-design-icons) by Google.
113
> * Chrome/Chromium scrollbars extension was forked from [Adwaita-chrome-scrollbar](https://github.com/gnome-integration-team/chrome-gnome-scrollbar) by GNOME Integration Team.
114