# Arc-Flatabulous Theme Arc-Flatabulous theme is the [Arc](https://github.com/horst3180/arc-theme) theme with [Flatabulous](https://github.com/anmoljagetia/Flatabulous) window controls. ### Arc-Flatabulous is available in three variants ##### Arc-Flatabulous ![A screenshot of the Arc-Flatabulous theme](http://i.imgur.com/sGOEK6L.png) ##### Arc-Flatabulous-Darker ![A screenshot of the Arc-Flatabulous-Darker theme](http://i.imgur.com/gneZsVQ.png) ##### Arc-Flatabulous-Dark ![A screenshot of the Arc-Flatabulous-Dark theme](http://i.imgur.com/zUC1pHT.png) ### Installation **Important:** Remove all older versions of the theme from your system before you proceed any further. sudo rm -rf /usr/share/themes/{Arc-Flatabulous,Arc-Flatabulous-Darker,Arc-Flatabulous-Dark,Arc-Flatabulous-Solid,Arc-Flatabulous-Darker-Solid,Arc-Flatabulous-Dark-Solid} rm -rf ~/.local/share/themes/{Arc-Flatabulous,Arc-Flatabulous-Darker,Arc-Flatabulous-Dark,Arc-Flatabulous-Solid,Arc-Flatabulous-Darker-Solid,Arc-Flatabulous-Dark-Solid} rm -rf ~/.themes/{Arc-Flatabulous,Arc-Flatabulous-Darker,Arc-Flatabulous-Dark,Arc-Flatabulous-Solid,Arc-Flatabulous-Darker-Solid,Arc-Flatabulous-Dark-Solid} #### Packages Arch Linux users can install the theme from the AUR https://aur.archlinux.org/packages/gtk-arc-flatabulous-theme-git/ #### Manual Installation To build the theme the following packages are required * `autoconf` * `automake` * `sassc` * `pkg-config` or `pkgconfig` for Fedora * `libgtk-3-dev` for Debian based distros or `gtk3-devel` for RPM based distros * `git` to clone the source directory **Note:** For distributions which don't ship separate development packages, just the GTK 3 package is needed instead of the `-dev` packages. For the theme to function properly, install the following * GNOME Shell 3.18 - 3.26, GTK 3.18 - 3.22 * The `gnome-themes-standard` package * The murrine engine. This has different names depending on the distro. * `gtk-engine-murrine` (Arch Linux) * `gtk2-engines-murrine` (Debian, Ubuntu, elementary OS) * `gtk-murrine-engine` (Fedora) * `gtk2-engine-murrine` (openSUSE) * `gtk-engines-murrine` (Gentoo) Install the theme with the following commands **1. Get the source** If you want to install the latest version from git, clone the repository with git clone https://github.com/andreisergiu98/arc-flatabulous-theme --depth 1 && cd arc-flatabulous-theme **2. Build and install the theme** ./autogen.sh --prefix=/usr sudo make install Other options to pass to autogen.sh are --disable-transparency disable transparency in the GTK3 theme --disable-light disable Arc Light support --disable-darker disable Arc Darker support --disable-dark disable Arc Dark support --disable-cinnamon disable Cinnamon support --disable-gnome-shell disable GNOME Shell support --disable-gtk2 disable GTK2 support --disable-gtk3 disable GTK3 support --disable-metacity disable Metacity support --disable-unity disable Unity support --disable-xfwm disable XFWM support --disable-plank disable Plank theme support --with-gnome= build the theme for a specific GNOME version (3.18, 3.20, 3.22) Note 1: Normally the correct version is detected automatically and this option should not be needed. Note 2: For GNOME 3.24 and 3.26, use --with-gnome-version=3.22 (this works for now, the build system will be improved in the future) --with-custom=