aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 5a8b267482916204d2005eb5913c446009f685cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Arc Firefox Theme

Offical [Arc](https://github.com/horst3180/Arc-theme) Firefox theme.

#####Arc Firefox

![alt tag](http://i.imgur.com/UjJabE3.png)

#####Arc Darker Firefox

![alt tag](http://i.imgur.com/5fMURDp.png)

#####Arc Dark Firefox

![alt tag](http://i.imgur.com/5HuYVUl.png)


### Requirements
This theme is compatible with Firefox 40+.

**Note**: This theme is meant to be used in conjunction with the [Arc GTK theme](https://github.com/horst3180/Arc-theme), don't use it with other GTK themes or it will look broken.

### Installation

Donwload the .xpi files from [here](https://github.com/horst3180/arc-firefox-theme/releases)

Drag-and-drop these files into the Firefox window. Firefox will then prompt you to install the theme.

#### Manual building and installation

These instructions are for testers and package maintainers. They also allow to install the theme globally for all users.

You will need `autoconf` and `automake` for the following.

Generate the .xpi files

    ./autogen.sh --prefix=/usr
    make mkxpi

The theme can be installed globally with

    ./autogen.sh --prefix=/usr
    sudo make install

Other build options to append to `autogen.sh` are

    --disable-light         disable Arc Light Firefox support
    --disable-darker        disable Arc Darker Firefox support
    --disable-dark          disable Arc Dark Firefox support

Uninstall the theme with

    sudo make uninstall