Arc-39-theme/README.md

160 lines
7.2 KiB
Markdown
Raw Normal View History

2015-05-17 13:21:20 +02:00
# 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, Pantheon, Xfce, MATE, Cinnamon (>=3.4), Budgie Desktop (10.4 for GTK+3.22) etc.
The NicoHood/arc-theme repository is a fork of the horst3180/arc-theme repository which as been umaintained since March 2017.
Its aim is to continue the maintenance of arc-theme. The two maintainers are the Arch-Linux and Debian & Ubuntu packaging maintainers.
It is strongly encouraged to submit pull-requests to suggest fixes and enhancements.
2015-05-28 17:41:22 +02:00
## Arc is available in three variants
2015-07-11 19:32:05 +02:00
2016-11-07 22:59:30 +01:00
##### Arc
2015-07-11 19:32:05 +02:00
![A screenshot of the Arc theme](http://i.imgur.com/Ph5ObOa.png)
2015-07-11 19:32:05 +02:00
2016-11-07 22:59:30 +01:00
##### Arc-Darker
2015-07-11 19:32:05 +02:00
![A screenshot of the Arc-Darker theme](http://i.imgur.com/NC6dqyl.png)
2015-07-11 19:32:05 +02:00
2016-11-07 22:59:30 +01:00
##### Arc-Dark
2015-07-11 19:32:05 +02:00
![A screenshot of the Arc-Dark theme](http://i.imgur.com/5AGlCnA.png)
2015-07-11 19:32:05 +02:00
2016-11-07 22:59:30 +01:00
## Installation
2015-07-11 19:32:05 +02:00
2016-11-07 22:59:30 +01:00
### Packages
2015-05-28 17:41:22 +02:00
2016-11-07 22:59:30 +01:00
|Distro|Package Name/Link|
|:----:|:----:|
| Arch Linux | [`arc-gtk-theme`](https://www.archlinux.org/packages/community/any/arc-gtk-theme/), [`arc-solid-gtk-theme`](https://www.archlinux.org/packages/community/any/arc-solid-gtk-theme/) |
| Debian | `arc-theme` |
| Fedora | `arc-theme` |
2016-11-07 22:59:30 +01:00
| Gentoo/Funtoo | `x11-themes/arc-theme` from the [Scriptkitties Overlay][sk-overlay] |
| Solus | `arc-gtk-theme` |
| Ubuntu 16.10 - 18.04 | `arc-theme`
| Ubuntu 16.04 - 18.04 | `arc-theme` from [fossfreedom/arc-gtk-theme-daily](https://launchpad.net/~fossfreedom/+archive/ubuntu/arc-gtk-theme-daily) |
2017-12-20 17:14:58 +01:00
| FreeBSD | `x11-themes/gtk-arc-themes` |
2015-06-06 00:18:46 +02:00
2016-11-07 23:04:31 +01:00
--
2016-11-07 22:59:30 +01:00
### Manual Installation
2015-05-28 17:41:22 +02:00
2018-02-14 13:02:24 +01:00
To build the theme the following packages are required
2015-05-28 17:41:22 +02:00
* `autoconf`
* `automake`
2018-01-08 19:36:21 +01:00
* `sassc`
2017-05-12 17:52:43 +02:00
* `pkg-config` or `pkgconfig` for Fedora
* `git` to clone the source directory
* `optipng`
* `inkscape`
The following packages are optionally required
* `gnome-shell`for auto-detecting the GNOME Shell version
* `libgtk-3-dev` for Debian based distros or `gtk3-devel` for RPM based distros, for auto-detecting the GTK3 version
2015-05-28 17:41:22 +02:00
2017-05-12 17:52:43 +02:00
**Note:** For distributions which don't ship separate development packages, just the GTK 3 package is needed instead of the `-dev` packages.
2016-11-07 22:59:30 +01:00
For the theme to function properly, install the following
* GNOME Shell 3.18 - 3.30, GTK 3.18 - 3.24
* The `gnome-themes-extra` package
2017-05-12 17:52:43 +02:00
* The murrine engine. This has different names depending on the distro.
2016-11-07 22:59:30 +01:00
* `gtk-engine-murrine` (Arch Linux)
* `gtk2-engines-murrine` (Debian, Ubuntu, elementary OS)
* `gtk-murrine-engine` (Fedora)
* `gtk2-engine-murrine` (openSUSE)
* `gtk-engines-murrine` (Gentoo)
2015-05-28 17:41:22 +02:00
Install the theme with the following commands
2016-11-07 22:59:30 +01:00
#### 1. Get the source
2015-05-28 17:41:22 +02:00
2016-11-07 22:59:30 +01:00
Clone the git repository with
2015-05-28 17:41:22 +02:00
2018-01-10 19:53:53 +01:00
git clone https://github.com/NicoHood/arc-theme --depth 1 && cd arc-theme
2015-05-28 17:41:22 +02:00
2016-11-07 22:59:30 +01:00
#### 2. Build and install the theme
2015-05-28 17:41:22 +02:00
./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
--disable-openbox disable Openbox support
--with-gnome-shell=<version> build the gnome-shell theme for a specific version
--with-gtk3=<version> build the GTK3 theme for a specific version
Note: Normally the correct version is detected automatically
and these options should not be needed.
--with-custom=<script> run the executable script file in the custom subfolder
2015-05-28 17:41:22 +02:00
2017-05-12 17:52:43 +02:00
After the installation is complete the theme can be activated 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/Cinnamon theme.
If the `--disable-transparency` option was used, the theme will be installed as `Arc-solid`, `Arc-Darker-solid` and `Arc-Dark-solid`.
2015-05-28 17:41:22 +02:00
2016-11-07 22:59:30 +01:00
## Uninstall
2015-05-28 17:41:22 +02:00
Run
sudo make uninstall
2016-11-07 22:59:30 +01:00
from the cloned git repository, or
2015-05-28 17:41:22 +02:00
2015-07-10 16:53:14 +02:00
sudo rm -rf /usr/share/themes/{Arc,Arc-Darker,Arc-Dark}
2015-05-28 17:41:22 +02:00
2016-11-07 22:59:30 +01:00
## Extras
2015-05-28 17:41:22 +02:00
2017-01-21 13:43:35 +01:00
### Arc KDE
A port of Arc for the Plasma 5 desktop with a few additions and extras. Available [here](https://github.com/PapirusDevelopmentTeam/arc-kde).
2016-11-07 22:59:30 +01:00
### Arc icon theme
2018-09-29 10:17:31 +02:00
The Arc icon theme is available at https://github.com/NicoHood/arc-icon-theme
2016-06-06 21:00:25 +02:00
2016-11-07 22:59:30 +01:00
### Plank theme
As of version `20180114` the plank theme will be installed along with the normal arc gtk theme. You can disable the install by passing `disable-plank` to the autogen command.
Now open the Plank preferences window by executing `plank --preferences` from a terminal and select `Gtk+` as the theme.
2015-06-13 18:38:30 +02:00
### FirefoxColor theme
Arc color palettes for FirefoxColor testpilot project
1.[Arc](https://color.firefox.com/?theme=XQAAAALsAAAAAAAAAABBqYhm849SCiazH1KEGccwS-xNVAWBveAusLC2VAlvlSjJ6UJSeqAgCYbdusEoPO6gs3O7v6uHbeft01vfMj--IcmWccV5ZVhbS5pAY21H4rQoo83UfS5UcAgLsFRnmMUloj0SFmW1HehCUMDfDxPPF1kUuA9qWMRgNi28lIsiXLMPZZcTMJdrmyjo335zNimxUcokvCK-KCKaas3H1WasbB4OVMJidW2cC2pVrAp_-pQmAA)
2.[Arc-Dark](https://color.firefox.com/?theme=XQAAAALsAAAAAAAAAABBqYhm849SCiazH1KEGccwS-xNVAVYwOBtiY0uPWyYE7WQD-5SgdZ71r2F-lXEQxrGAEzv_buK8bCyok70SsUy0GeciWa6veHgAFpeOvR5esr0TgHrmzAVtbaluSV2pYGKFkF03u_F69WpX-5y0OWddI2Y12nn6XZrfhTCe6wjAGRgrpfgKzbG8oTgp9v362NBpHcLnPzzzzC_3PGq4PfhQJimy-2PSgzHFoG6322X_-hAUAA)
3.[Arc-Darker](https://color.firefox.com/?theme=XQAAAALsAAAAAAAAAABBqYhm849SCiazH1KEGccwS-xNVAWBveAusLC2VAlvlSjJ6UJSeqAgCYbdusEoPO6gs3O7v6uHbeft01vfMkT1y4Tf1nzX1xYaRp0u6XBPage606lAwQt0F0O7Q6pf8R-lAjw8ljDMgG2fgvNk2K-ZUhapxWWNnKLb0LTrm1yLUWJYMgTx2cr9o4MWazvWLg9DPQcdumiH0qiUFROpAtIMassKweMS9iAEenpp0qT_Et_AAA)
2016-11-07 22:59:30 +01:00
### Arc-Dark for Ubuntu Software Center
2016-05-17 20:05:54 +02:00
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.
2016-11-07 22:59:30 +01:00
## Troubleshooting
2015-05-28 17:41:22 +02:00
If you get artifacts like black or invisible backgrounds under Unity, disable overlay scrollbars with
gsettings set com.canonical.desktop.interface scrollbar-mode normal
2016-11-07 22:59:30 +01:00
## Bugs
2018-01-10 19:53:53 +01:00
If you find a bug, please report it at https://github.com/NicoHood/arc-theme/issues
2015-05-17 13:21:20 +02:00
2016-11-07 22:59:30 +01:00
## License
Arc is available under the terms of the GPL-3.0. See `COPYING` for details.
2016-07-30 14:31:07 +02:00
2016-11-07 22:59:30 +01:00
## Full Preview
![A full screenshot of the Arc theme](http://i.imgur.com/tD1OBQ3.png)
2018-09-29 10:17:31 +02:00
<sub>Screenshot Details: Icons: [Arc](https://github.com/NicoHood/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>
2016-09-09 20:10:39 +02:00
2018-09-29 10:17:31 +02:00
[sk-overlay]: https://github.com/fkmclane/overlay/tree/master/x11-themes/arc-theme
[NicoHood-fossfreedom]: https://launchpad.net/~fossfreedom/+archive/ubuntu/arc-gtk-theme-daily