summaryrefslogtreecommitdiffstats
path: root/THEMES.md
blob: f28d49079f94dcfae2f46dcc75197fac7867885d (plain)
1
2
3
4
5
6
7
8
9
10
# Themes 

default on light terminal:
![](assets/light-theme.png)

to change the colors of the program you have to modify `theme.ron` file
[Ron format](https://github.com/ron-rs/ron) located at config path (same as log paths). the list of valid 

Valid colors can be found in [ColorDef](./src/ui/style.rs#ColorDef) struct. note that rgb colors might not be supported 
in every terminal.