README.md
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
Extract the archive to the themes directory (
/usr/share/themes
or~/.themes
).Use
gnome-tweak-tool
to change the theme.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:
Backup and replace .gresource files.
sudo cp -b /usr/share/themes/Flat-Plat/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell
Restart gnome shell (press
Alt
+F2
, then typer
).Done!
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
Other Info
Font:
M+ 1C
http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.htmlReference color scheme: http://flatuicolors.com/
License: GPLv3
1Flat-Plat 2========= 3<img src="img/Button.gif" alt="Button" align="right" /> 4A Material Design-like flat theme for GTK3, GTK2, and GNOME-Shell. 5This theme requires GNOME 3.14 / 3.16 / 3.18, and doesn't work properly with other versions. 6 7Installation 8------------ 91. Extract the archive to the themes directory (`/usr/share/themes` or `~/.themes`). 102. Use `gnome-tweak-tool` to change the theme. 113. Optionally, open the `chrome` folder and drag and drop the .crx files onto the Chrome's extensions page (`chrome://extensions/`). 12 13GDM (a.k.a. Login Screen) 14------------------------- 15**In order to apply this theme to the login screen, you need the following steps:** 16 171. Backup and replace .gresource files. 18 19sudo cp -b /usr/share/themes/Flat-Plat/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell 202. Restart gnome shell (press `Alt`+`F2`, then type `r`). 213. Done! 22 23 24 25**In order to restore original theme, type the following command:** 26 27sudo 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 33Screenshots 34----------- 35 36 37 38 39Other Info 40---------- 41* Font: `M+ 1C` 42http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html 43* Reference color scheme: 44http://flatuicolors.com/ 45* License: GPLv3 46