Add themes
This commit is contained in:
parent
806822a9a8
commit
bfee129443
12 changed files with 139 additions and 25 deletions
|
@ -1,6 +1,12 @@
|
|||
# Changelog
|
||||
This file keeps track of changes in more human-readable fashion
|
||||
|
||||
## v0.3.0
|
||||
* Added themes
|
||||
* Picked theme is set by `theme` key in config. Default is ...`default`
|
||||
* Themes are defined in `/public/themes/<name>.css` and modify colours (or, theoretically, do more)
|
||||
* Current pre-made themes are `default`, `gruvbox` and `high-contrast`
|
||||
|
||||
## v0.2.0
|
||||
* Added config reload
|
||||
* Can be reloaded in info page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue