As a Theme lovers, i don’t want to explain about Arc GTK Theme & Flatabulous GTK Theme both are highly used by Linux users and Arc GTK Theme is one of the best theme ever because few distributions are already included Arc theme by default with few modification based on their distro style such as Linux Lite, Manjaro & Ubuntu 16.10.
Arc-Flatabulous born from two famous themes Arc GTK Theme & Flatabulous GTK Theme. It designed full of Arc theme with Flatabulous window controls. It supports wide range of desktop Xfce, Unity, Cinnamon, Mate & Gnome/GTK 3.14, 3.16, 3.18 or 3.20.
Arc-Flatabulous is available in three variants
- Arc-Flatabulous
- Arc-Flatabulous-Darker
- Arc-Flatabulous-Dark
We have already covered about Arc & Arc-Red GTK Theme installation in our previous article, navigate the below link for further details.
[ac-button size=”large” color=”blue” style=”flat” icon=”fa-external-link” url=”https://www.2daygeek.com/install-arc-gtk-theme-on-linux-desktop/” target=”_blank”]Install Arc GTK Theme on Linux[/ac-button]
[ac-button size=”large” color=”red” style=”flat” icon=”fa-external-link” url=”https://www.2daygeek.com/install-arc-red-gtk-theme-on-linux-desktop/” target=”_blank”]Install Arc Red GTK Theme on Linux[/ac-button]
1) Install Arc-Flatabulous GTK Theme on Ubuntu/Mint
Ubuntu/Mint users can easily install Arc-Flatabulous GTK Theme using third party PPA.
sudo add-apt-repository ppa:noobslab/themes sudo apt-get update sudo apt-get install arc-flatabulous-theme
2) Install Arc-Flatabulous GTK Theme on Arch Linux
Arch Linux based distro users can easily install Arc-Flatabulous GTK Theme from AUR pacakge.
$ yaourt -S gtk-arc-flatabulous-theme-git or $ packer -S gtk-arc-flatabulous-theme-git
3) Arc-Flatabulous GTK Theme Manual installation
Install Arc GTK Theme Manually to all supported desktop Environment by cloning developer github source.
Install Prerequisites
[On Debian/Ubuntu/Mint] $ sudo apt-get install autoconf automake libgtk-3-dev git [On Fedora] $ sudo dnf install autoconf automake pkgconfig gtk3-devel git [On RHEL/CentOS] $ sudo yum install autoconf automake gtk3-devel git [On openSUSE] $ sudo zypper install autoconf automake gtk3-devel git