Arc is a flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell. It supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Pantheon, etc.
### Requirements
* Gnome/GTK 3.14 or 3.16
* The `gtk2-engines-pixbuf` package only for Debian/Ubuntu based distros.
* The murrine engine. This has different names depending on your distro.
or download it from https://github.com/horst3180/arc-theme/releases and cd into the extracted archive
**2. Build and install the theme**
./autogen.sh --prefix=/usr
sudo make install
Other options to pass to autogen.sh are
--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
--with-gnome=<version> build the theme for a specific Gnome version (3.14, 3.16)
Note: Normally the correct version is detected automatically and this
option should not be needed.
After the installation is complete you can activate the theme with `gnome-tweak-tool` or a similar program by selecting `Arc`.
**Uninstall the theme**
Run
sudo make uninstall
from the same directory as this README resides in, or
sudo rm -rf /usr/share/themes/Arc
### Extras
The `extra` directory in the same directory as this README resides in contains a Chrome/Chromium theme.
To install the Chrome/Chromium theme go to the `extra/Chrome` folder and drag and drop the arc-theme.crx into the Chrome/Chromium window. The source of the Chrome themes is located in the source "Chrome/arc-theme" folder.
### Troubleshooting
If you get artifacts like black or invisible backgrounds under Unity, disable overlay scrollbars with
gsettings set com.canonical.desktop.interface scrollbar-mode normal
### Bug reporting
If you find a bug, please report it at https://github.com/horst3180/arc-theme/issues