### Support this theme by downloading it from [openDesktop](https://www.opendesktop.org/p/1012430)
# Themes
- **Flat Remix:** main icon theme
- **Flat Remix Dark:** for dark interfaces
- **Flat Remix Light:** for light interfaces
## Folder variants
- **Blue Folders**
- **Green Folders**
- **Red Folders**
- **Yellow Folders**
# Installation
#### Manual installation
1. Download and uncompress the zip file.
1. Move "Flat Remix" folder to ".icons" in your home directory.
1. Run ```gsettings set org.gnome.desktop.interface icon-theme "Flat-Remix-Blue"``` or select "Flat-Remix" via your desktop specific tweaks application.
#### Terminal installation
```sh
cd /tmp && rm -rf flat-remix &&
git clone https://github.com/daniruiz/flat-remix &&
mkdir -p ~/.icons && cp -r flat-remix/Flat-Remix* ~/.icons/ &&
gsettings set org.gnome.desktop.interface icon-theme "Flat-Remix-Blue"
```
##### Ubuntu based distributions
```sh
sudo add-apt-repository ppa:daniruiz/flat-remix
sudo apt-get update
sudo apt-get install flat-remix
```
##### Fedora based distributions
```sh
sudo dnf copr enable daniruiz/flat-remix
sudo dnf install flat-remix
```
##### Arch based distributions
- [`flat-remix-git`](https://aur.archlinux.org/packages/flat-remix-git/) (AUR)
# [Flat Remix GNOME theme ](https://github.com/daniruiz/Flat-Remix-GNOME-theme)
# [Flat Remix GTK theme ](https://github.com/daniruiz/flat-remix-gtk)