Skip to content

tostiheld/arc-firefox-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arc Firefox Theme

Offical Arc Firefox theme.

#####Arc Firefox

alt tag

#####Arc Darker Firefox

alt tag

#####Arc Dark Firefox

alt tag

Requirements

This theme is compatible with Firefox 40+ and Firefox 38 ESR

Note: This theme is meant to be used in conjunction with the Arc GTK theme, don't use it with other GTK themes or it will look broken.

Installation

The theme is available on addons.mozilla.org.

Arc Firefox collection on AMO

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.

Clone the repository

git clone https://github.com/horst3180/arc-firefox-theme && cd arc-firefox-theme

Generate the .xpi files (drag and drop these into your Firefox window)

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

Alternatively the theme can be installed globally without using the .xpi files

./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

Firefox 38 ESR (Debian Stable users see here)

There is a separate Firefox 38 ESR compatible branch. The installation process is mostly identical to the manual installation above

git clone https://github.com/horst3180/arc-firefox-theme && cd arc-firefox-theme
git checkout firefox-38-esr
./autogen.sh --prefix=/usr
make mkxpi

About

Arc Firefox Theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 99.3%
  • Other 0.7%