Document theme command

main2
Bob Mottram 2019-09-11 15:27:25 +01:00
parent b34ba125a8
commit 89f72579ca
1 changed files with 12 additions and 1 deletions

View File

@ -28,7 +28,18 @@ Extra emoji can be added to the *emoji* directory and you should then update the
## Style / Colors ## Style / Colors
The overall style, including background colors or sizes of things can be changed by making customized css files. There are a few predefined themes which you can change to. Move to the directory where Epicyon is installed, then you can use:
``` bash
theme default
theme light
theme hacker
theme purple
```
Alternatively if you want to create a much more customized theme then you can manually edit css files.
Create copies of the default files:
``` bash ``` bash
cp epicyon-profile.css epicyon.css cp epicyon-profile.css epicyon.css