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.
- GTK+ 3.18 or later
gnome-themes-standard
- pixmap (or pixbuf) engine
- murrine engine
- GNOME Shell 3.18 or later
- Unity 7.4 or later
- MATE 1.14 or later
Arch Linux users can install from the AUR package maintained by @cthbleachbit.
- Open the terminal and run the following commands:
cd /tmp
curl -sL https://github.com/nana-4/Flat-Plat/archive/v20170307.tar.gz | tar xz
cd Flat-Plat-20170307 && sudo ./install.sh
-
Select the theme using
gnome-tweak-tool
or other suitable tools. -
Optionally;
- Set the font size to
9.75
(= 13px at 96dpi) or10.5
(= 14px at 96dpi). - Open the
chrome
folder on/usr/share/themes/Flat-Plat
* and drag and drop the.crx
files onto the Chrome/Chromium Extensions page.
-
Delete the installed directories.
sudo rm -rf /usr/share/themes/Flat-Plat{,-compact,-dark,-dark-compact,-light,-light-compact}
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.
⚠️ Cautions:
- 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.
- After selecting the GTK+ theme, back up and replace the existing
.gresource
file.
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.
- Restart GNOME Shell. (press Alt + F2, then type
r
)
- Restore to the original theme from the backup.
sudo mv -iv /usr/share/gnome-shell/gnome-shell-theme.gresource{~,}
- Restart GNOME Shell. (press Alt + F2, then type
r
)
Screenshots Details: Icons: Paper | Font: M+ 1C 10.5pt | Dock's icon size: 48px + fixed | Wallpapers
If you find any bugs or mistakes, please report it to the issue tracker or send a pull request.
Thank you in advance for your cooperation!
- 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
Flat-Plat is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING
file for details.
- 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.
Also I am grateful to every upstream developers and all contributors.