gitui/THEMES.md

10 lines
391 B
Markdown
Raw Normal View History

2020-05-20 13:00:17 +03:00
# Themes
default on light terminal:
![](assets/light-theme.png)
to change the colors of the program you have to modify `theme.ron` file
2020-05-20 13:03:43 +03:00
[Ron format](https://github.com/ron-rs/ron) located at config path (same as [log path](README.md#diagnostics)).
2020-05-20 13:00:17 +03:00
Valid colors can be found in [ColorDef](./src/ui/style.rs#ColorDef) struct. note that rgb colors might not be supported
in every terminal.