README.md
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, 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
MediumandLightweights.
Requirements
GTK+ 3.18 or later
gnome-themes-standardpixmap (or pixbuf) engine
murrine engine
Supported desktop environments are:
GNOME Shell 3.18 or later
Unity 7.4 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
Open the terminal and run the following commands:
sh
cd /tmp
curl -sL https://github.com/nana-4/Flat-Plat/archive/v20170515.tar.gz | tar xz
cd Flat-Plat-20170515 && sudo ./install.sh
Select the theme using
gnome-tweak-toolor other suitable tools.
Optionally; 75
(= 13px at 96dpi) or10.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
First select the GTK+ theme, then back up and replace the existing
.gresourcefile.
sh
GTK_THEME=$(gsettings get org.gnome.desktop.interface gtk-theme | sed "s/'//g")
sudo cp -iv --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.
Uninstallation
Restore to the original theme from the backup.
sh
sudo mv -iv /usr/share/gnome-shell/gnome-shell-theme.gresource{~,}
Screenshots
GNOME Shell 3.20
Unity 7.4
GDM Lock Screen
GDM Unlock Screen
Screenshots Details: Icons: Paper | Font: M+ 1C 10.5pt | Dock's icon size: 48px + fixed | Wallpapers
Contributing
If you find any bugs or mistakes, please report it to the issue tracker or send a pull request. 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
This theme is based on Adwaita by GNOME.
The included symbolic icons are based on Material Design icons by Google.
Chrome/Chromium scrollbars extension was forked from Adwaita-chrome-scrollbar by GNOME Integration Team.
The original concept is Google's Material Design.
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, 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
##### Supported desktop environments are:
27
- GNOME Shell 3.18 or later
28
- Unity 7.4 or later
29
- MATE 1.14 or later
30
31
Installation
32
------------
33
Arch Linux users can install from the [AUR package](https://aur.archlinux.org/packages/flatplat-theme) maintained by @cthbleachbit.
34
35
Fedora and EPEL users can also install from a [Copr repository](https://copr.fedorainfracloud.org/coprs/tcg/themes/).
36
37
### Manual Installation
38
1. Open the terminal and run the following commands:
39
40
```sh
41
cd /tmp
42
curl -sL https://github.com/nana-4/Flat-Plat/archive/v20170515.tar.gz | tar xz
43
cd Flat-Plat-20170515 && sudo ./install.sh
44
```
45
46
2. Select the theme using `gnome-tweak-tool` or other suitable tools.
47
48
3. Optionally;
49
- Set the font size to `9.75` (= 13px at 96dpi) or `10.5` (= 14px at 96dpi).
50
- Open the `chrome` folder on `/usr/share/themes/Flat-Plat`* and drag and drop the `.crx` files onto the Chrome/Chromium _Extensions_ page.
51
52
### Manual Uninstallation
53
- Delete the installed directories.
54
55
```sh
56
sudo rm -rf /usr/share/themes/Flat-Plat{,-compact,-dark,-dark-compact,-light,-light-compact}
57
```
58
59
GDM (Lock/Login Screen)
60
-----------------------
61
You can change the GDM theme by replacing the default GNOME Shell theme.
62
However, if it fails, the desktop environment may not operate correctly. So please **be careful** if doing this.
63
64
#### :warning: Cautions:
65
- When applying this, other third-party GNOME Shell themes would look broken until you restore to the original theme.
66
- If GNOME Shell has been updated, it will be restored to the original theme, so you will need to install this again.
67
68
### Installation
69
1. First select the GTK+ theme, then back up and replace the existing `.gresource` file.
70
71
```sh
72
GTK_THEME=$(gsettings get org.gnome.desktop.interface gtk-theme | sed "s/'//g")
73
sudo cp -iv --backup /usr/share{/themes/$GTK_THEME,}/gnome-shell/gnome-shell-theme.gresource
74
```
75
76
> _Developer note:_
77
> If you don't want to overwrite the backup on the second and subsequent runs, delete the `--backup` option.
78
79
2. Restart GNOME Shell. (If you are running _GNOME on Xorg_, press <kbd>Alt</kbd> + <kbd>F2</kbd> then type `r`.)
80
81
### Uninstallation
82
1. Restore to the original theme from the backup.
83
84
```sh
85
sudo mv -iv /usr/share/gnome-shell/gnome-shell-theme.gresource{~,}
86
```
87
88
2. Restart GNOME Shell. (If you are running _GNOME on Xorg_, press <kbd>Alt</kbd> + <kbd>F2</kbd> then type `r`.)
89
90
Screenshots
91
-----------
92
##### GNOME Shell 3.20
93

94
##### Unity 7.4
95

96
##### GDM Lock Screen
97

98
##### GDM Unlock Screen
99

100
<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>
101
102
Contributing
103
------------
104
If you find any bugs or mistakes, please report it to the [issue tracker](https://github.com/nana-4/Flat-Plat/issues) or send a pull request.
105
Any contribution will be much appreciated.
106
107
Planned Features
108
----------------
109
- Supports of Xfce theme
110
- Supports of Firefox theme ([in progress](https://github.com/nana-4/Flat-Plat/issues/78))
111
- Supports of overlay scrollbars for Chrome/Chromium extension
112
- GNOME Terminal color pallet (if possible)
113
- Material Design like cursor theme
114
115
License
116
-------
117
Flat-Plat is distributed under the terms of the GNU General Public License, version 2 or later. See the [`COPYING`](COPYING) file for details.
118
119
Credits
120
-------
121
- This theme is based on [Adwaita](HACKING.md#useful-links) by GNOME.
122
- The included symbolic icons are based on [Material Design icons](https://github.com/google/material-design-icons) by Google.
123
- Chrome/Chromium scrollbars extension was forked from [Adwaita-chrome-scrollbar](https://github.com/gnome-integration-team/chrome-gnome-scrollbar) by GNOME Integration Team.
124
- The original concept is Google's [Material Design](https://material.io).
125
126
Also thank you for every upstream developers and all contributors.
127