Flat Remix GTK theme
Flat Remix GTK theme is a pretty simple gtk window theme inspired on material design. It follows a modern design using "flat" colors with high contrasts and sharp borders.
Screenshots

Flat Remix GTK

Flat Remix GTK Darker

Flat Remix GTK Dark

Flat Remix GTK Darkest

Flat Remix GTK theme is available in the following variants:
- Flat Remix
- Flat Remix solid
- Flat Remix darker
- Flat Remix darker solid
- Flat Remix dark
- Flat Remix dark solid
- Flat Remix darkest
- Flat Remix darkest solid
- Flat Remix darkest noborder
- Flat Remix darkest solid noborder
Installation
Manual installation
- Download and uncompress the zip file.
- Move "Flat-Remix-GTK" folder to ".themes" in your home directory.
- To set the theme, run the following command in terminal:
gsettings set org.gnome.desktop.interface gtk-theme "Flat-Remix-GTK"
or select "Flat-Remix-GTK" via your desktop specific tweaks application.
Terminal installation
cd /tmp && rm -rf flat-remix-gtk &&
git clone https://github.com/daniruiz/flat-remix-gtk &&
mkdir -p ~/.themes && cp -r flat-remix-gtk/Flat-Remix-GTK* ~/.themes/ &&
gsettings set org.gnome.desktop.interface gtk-theme "Flat-Remix-GTK"
git clone https://github.com/daniruiz/flat-remix-gtk &&
mkdir -p ~/.themes && cp -r flat-remix-gtk/Flat-Remix-GTK* ~/.themes/ &&
gsettings set org.gnome.desktop.interface gtk-theme "Flat-Remix-GTK"
Ubuntu based distributions:
sudo add-apt-repository ppa:daniruiz/flat-remix
sudo apt-get update
sudo apt-get install flat-remix-gtk
Fedora based distributions
sudo dnf copr enable daniruiz/flat-remix
sudo dnf install flat-remix-gtk
sudo dnf install flat-remix-gtk
Arch based distributions
flat-remix-gtk-git
(AUR)