gitui/THEMES.md
Stephan Dilly 1b68e6cecd doc fixed
2020-05-20 12:03:43 +02:00

10 lines
No EOL
391 B
Markdown

# 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 path](README.md#diagnostics)).
Valid colors can be found in [ColorDef](./src/ui/style.rs#ColorDef) struct. note that rgb colors might not be supported
in every terminal.