Adjust dark mode colorscheme (#225)

* 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
This commit is contained in:
Ariejan de Vroom 2019-10-09 16:14:10 +02:00 committed by Luiz F. A. de Prá
parent 324914789c
commit fa3de1efaf
2 changed files with 4 additions and 3 deletions

View File

@ -45,3 +45,4 @@
- [Shreyansh Khajanchi](https://shreyanshja.in)
- [Lionel Brianto](https://lionel.brianto.dev)
- [Luis Zarate](https://github.com/jlzaratec)
- [Ariejan de Vroom](https://www.devroom.io)

View File

@ -12,7 +12,7 @@ $link-color: #1565c0 !default;
// Colors inverted
$bg-color-inverted: #212121 !default;
$fg-color-inverted: #fafafa !default;
$fg-color-inverted: #dadada !default;
$alt-bg-color-inverted: #424242 !default;
$alt-fg-color-inverted: #fafafa !default;
$link-color-inverted: #f44336 !default;
$alt-fg-color-inverted: #dadada !default;
$link-color-inverted: #36679f !default;