Improved fork of Arc Theme by horst3180
Clone the theme
branch of the repo into your ~/.themes
directory and activate it with gnome-tweak-tools
or unity-tweak-tool
.
git clone -b theme --single-branch https://github.com/yboyer/arc-capitan-theme '~/.themes/Arc Capitan' --depth 1
To build the theme the follwing packages are required
autoconf
automake
pkg-config
libgtk-3-dev
Note: If your distribution doesn't ship separate development packages you just need GTK 3 instead of the -dev
packages.
Clone the git repository with
git clone https://github.com/yboyer/arc-capitan-theme --depth 1 && cd arc-capitan
./autogen.sh --prefix=/usr
sudo make install
Other options to pass to autogen.sh
are
--disable-transparency disable transparency in the GTK3 theme
--disable-gtk2 disable GTK2 support
--disable-gtk3 disable GTK3 support
--disable-metacity disable Metacity support
--disable-unity disable Unity support
--with-gnome=<version> build the theme for a specific Gnome version (3.14, 3.16, 3.18, 3.20)
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-Capitan
as Window/GTK+ theme .
sudo make uninstall
Arc is available under the terms of the GPL-3.0. See COPYING
for details.