Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nt1m/vivaldi-fox

An add-on that aims to add Vivaldi style toolbar colouring to the Firefox UI
https://github.com/nt1m/vivaldi-fox

extension firefox firefox-extension firefox-theme firefox-webextension theme vivaldi webextension

Last synced: 5 days ago
JSON representation

An add-on that aims to add Vivaldi style toolbar colouring to the Firefox UI

Awesome Lists containing this project

README

        

# VivaldiFox
[![Build Status](https://travis-ci.org/nt1m/vivaldi-fox.svg?branch=master)](https://travis-ci.org/nt1m/vivaldi-fox)

A Firefox add-on for Vivaldi style UI colouring.

## Setup
`npm i -g web-ext`

## Compiling xpi
`web-ext build`

## Running add-on
`web-ext run -f nightly`

## Linting
This repo requires code to be ESLint-clean.

You can lint using:

`eslint ./`

Assuming you've installed ESLint with `npm i -g eslint`.