* Automatic dark/light colorschemes
A new `colorscheme` option is added with the capability to be always dark,
always light, or automatic based on the user's browser setting. This
makes the `inverted` option superfluous, and therefore deprecated.
Nomenclature of files, variables, etc are changed from `inverted` to
`dark` to reflect this change.
Closes#226.
* Remove inverted option completely
The `inverted` option is now not just deprecated, but removed
completely.
* Adjust dark mode colorscheme
This makes the whites a bit softer and instead of
inverting the blue hyperlinks, they're now desaturated -
but still blue.
* Add Ariejan de Vroom to CONTRIBUTORS
* Making easy to customize listing
* adding styles to listing
* removing unintended changes
* correcting declaration
* including files for release
* changing url to be relative so it can work on localhost
* Including suggestions
* Remove old files
* Add SCSS pipeline
* Add generated files
* Fix navigation HTML
* Fix media queries
* Remove RTL
* Fix styling for big screens
* Remove separator configs
* Fix menu dropdown
* Add working mobile menu
* Fix menu item heights
* Update README