aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/Themer.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Change color of ModeIconSascha2021-03-061-7/+15
| | | | | Will use contrastText which should always make the icon visible, but use fade to dimme the contrast down.
* Ignore system prefered colorscheme modeSascha2021-03-061-8/+6
| | | | Currently this introduces to much state problems.
* Fix (hopefully) eslint error on node 14.x pipelineSascha2021-03-041-1/+2
|
* Inject theme instead of defining it in Themer.tsxSascha2021-03-041-38/+19
|
* Use brower preference and persist theme modeSascha2021-03-041-13/+26
|
* Add button to toggle between light- and dark-modeSascha2021-03-041-0/+64