doc: Add info about theme in readme

This commit is contained in:
rotor_ 2022-01-29 17:12:21 +01:00
parent faabc577b0
commit ccd9831807

View file

@ -40,3 +40,8 @@ shall be changed to
```
And the mounting point is now `/home/myuser/files-to-serve/` instead of `/opt/www/files/`.
## Gruvbox theme
A gruvbox theme is present in the css. You can use it by editing line 12 of the index.html. Simply change the link from `css/main.css` to `css/main-gruvbox.css`
This theme is heavily inspired from iTerm2 color scheme that can be found here: [link](https://github.com/herrbischoff/iterm2-gruvbox)