You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
horst3180_arc-theme/README.md

175 lines
6.8 KiB

9 years ago
# Arc Theme
Arc is a flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Pantheon, XFCE, Mate, etc.
9 years ago
9 years ago
###Arc is available in three variants
#####Arc
![A screenshot of the Arc theme](http://i.imgur.com/Ph5ObOa.png)
9 years ago
#####Arc-Darker
![A screenshot of the Arc-Darker theme](http://i.imgur.com/NC6dqyl.png)
9 years ago
#####Arc-Dark
![A screenshot of the Arc-Dark theme](http://i.imgur.com/5AGlCnA.png)
9 years ago
9 years ago
### Requirements
8 years ago
* Gnome/GTK3 3.14 - 3.22
9 years ago
* The `gnome-themes-standard` package
9 years ago
* The murrine engine. This has different names depending on your 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)
Main distributions that meet these requirements are
* Arch Linux and Arch Linux based distros
8 years ago
* Ubuntu 15.04 or newer (**Ubuntu 14.04 and 14.10 are not supported**)
* elementary OS Freya/Loki
8 years ago
* Debian 8, Testing or Unstable
9 years ago
* Gentoo
8 years ago
* Fedora 21 or newer
8 years ago
* openSUSE 13.2, Leap 42.1 and Tumbleweed
9 years ago
Derivatives of these distributions should work, as well.
9 years ago
If your distribution isn't listed, please check the requirements yourself.
9 years ago
### Installation
9 years ago
**Important:** Remove all older versions of the theme from your system before you proceed any further.
9 years ago
sudo rm -rf /usr/share/themes/{Arc,Arc-Darker,Arc-Dark}
rm -rf ~/.local/share/themes/{Arc,Arc-Darker,Arc-Dark}
rm -rf ~/.themes/{Arc,Arc-Darker,Arc-Dark}
9 years ago
9 years ago
#### Packages
9 years ago
9 years ago
Prebuilt packages for Ubuntu, Debian, Fedora and openSUSE are available at
9 years ago
http://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme
9 years ago
A non-transparent version of the theme is available here
http://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme-solid
8 years ago
**Note:** elementary OS Freya users can install the package for Ubuntu 15.04, Loki user can install the package for Ubuntu 16.04
9 years ago
9 years ago
--
9 years ago
Arch Linux users can install the official releases directly from pacman in the Community repo and development releases in the AUR
9 years ago
**Official Releases**: [arc-gtk-theme](https://www.archlinux.org/packages/community/any/arc-gtk-theme/)
9 years ago
**Development Releases (AUR)**: [gtk-theme-arc-git](https://aur.archlinux.org/packages/gtk-theme-arc-git/)
**Note:** If you're having trouble with the AUR packages please email the package maintainer at zach@zach-adams.com before creating an issue.
--
Gentoo/Funtoo users can install `x11-themes/arc-theme` from the [Scriptkitties Overlay][sk-overlay].
8 years ago
--
9 years ago
#### Manual Installation
9 years ago
To build the theme you'll need
9 years ago
* `autoconf`
* `automake`
* `pkg-config` or `pkgconfig` if you use Fedora
* `libgtk-3-dev` for Debian based distros or `gtk3-devel` for RPM based distros
* `git` if you want to clone the source directory
If your distribution doesn't ship separate development packages you just need GTK 3 instead of the `-dev` packages.
9 years ago
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/horst3180/arc-theme --depth 1 && cd arc-theme
**2. Build and install the theme**
./autogen.sh --prefix=/usr
sudo make install
Other options to pass to autogen.sh are
9 years ago
--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
9 years ago
--disable-cinnamon disable Cinnamon support
9 years ago
--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
8 years ago
--with-gnome=<version> build the theme for a specific Gnome version (3.14, 3.16, 3.18, 3.20)
9 years ago
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`, `Arc-Darker` or `Arc-Dark` as Window/GTK+ theme and `Arc` or `Arc-Dark` as Gnome-Shell and Xfce-Notify theme.
9 years ago
**Uninstall the theme**
Run
sudo make uninstall
from the same directory as this README resides in, or
9 years ago
sudo rm -rf /usr/share/themes/{Arc,Arc-Darker,Arc-Dark}
9 years ago
### Extras
9 years ago
#### Arc Firefox theme
A theme for Firefox is available at https://github.com/horst3180/arc-firefox-theme
9 years ago
8 years ago
#### Arc icon theme
The Arc icon theme is available at https://github.com/horst3180/arc-icon-theme
9 years ago
#### Chrome/Chromium theme
9 years ago
To install the Chrome/Chromium theme go to the `extra/Chrome` folder and drag and drop the arc-theme.crx or arc-dark-theme.crx file into the Chrome/Chromium window. The source of the Chrome themes is located in the source "Chrome/arc-theme" folder.
9 years ago
9 years ago
#### Plank theme
9 years ago
To install the Plank theme, copy the `extra/Arc-Plank` folder to `~/.local/share/plank/themes` or to `/usr/share/plank/themes` for system-wide use.
Now open the Plank preferences window by executing `plank --preferences` from a terminal and select `Arc-Plank` as the theme.
8 years ago
#### Arc-Dark for Ubuntu Software Center
The Arc Dark theme for the Ubuntu Software Center by [mervick](https://github.com/mervick) can be installed from [here](https://github.com/mervick/arc-dark-software-center). It solves readability issues with Arc Dark and the Ubuntu Software Center.
9 years ago
### Troubleshooting
If you have Ubuntu with a newer GTK/Gnome version than the one included by default (i.e Ubuntu 14.04 with GTK 3.14 or Ubuntu 15.04 with GTK 3.16, etc.) the prebuilt packages won't work properly and you have to install the theme manually as described above.
9 years ago
This is also true for other distros with a different GTK/Gnome version than the one included by default
--
9 years ago
If you get artifacts like black or invisible backgrounds under Unity, disable overlay scrollbars with
gsettings set com.canonical.desktop.interface scrollbar-mode normal
8 years ago
### Bugs
9 years ago
If you find a bug, please report it at https://github.com/horst3180/arc-theme/issues
9 years ago
8 years ago
### License
Arc is available under the terms the GPL-3.0. See `COPYING` for details.
9 years ago
### Full Preview
![A full screenshot of the Arc theme](http://i.imgur.com/tD1OBQ3.png)
8 years ago
<sub>Screenshot Details: Icons: [Arc](https://github.com/horst3180/arc-icon-theme) | Launcher Icons based on [White Pixel Icons](http://darkdawg.deviantart.com/art/White-Pixel-Icons-252310560) | [Wallpaper](https://pixabay.com/photo-869593/) | Font: Futura Bk bt</sub>
[sk-overlay]: https://c.darenet.org/scriptkitties/overlay