crambaud / waterfall

A mouse-friendly clone of the Cascade custom CSS theme for Firefox.
MIT License
262 stars 35 forks source link
css custom-css firefox firefox-theme firefox-tweaks minimal userchrome

Waterfall

waterfall mockup preview

Description

Waterfall is a fork of the beautiful Cascade custom CSS theme for firefox by Andreas Grafen. The goal is to make a mouse-centered cascade custom CSS theme.

what this theme brings back :

Themes

dark waterfall theme

Waterfall is available in both dark and light theme. The default theme is dark. To change from dark to light theme, you'll need to comment the those lines in the userchrome.css file :

--window-colour:               #1f2122;
--secondary-colour:            #141616;
--inverted-colour:             #FAFAFC;

and uncomment those lines :

--window-colour:               #FAFAFC;
--secondary-colour:            #EAEAEC;
--inverted-colour:             #1E2021;

Installation

Authors:

See LICENSE.