Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nt1m/vivaldi-fox
- Owner: nt1m
- Created: 2016-06-12T18:09:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T18:19:21.000Z (about 2 years ago)
- Last Synced: 2025-01-09T18:40:32.866Z (12 days ago)
- Topics: extension, firefox, firefox-extension, firefox-theme, firefox-webextension, theme, vivaldi, webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/vivaldifox/
- Size: 618 KB
- Stars: 208
- Watchers: 12
- Forks: 23
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
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`.