mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
10 lines
No EOL
391 B
Markdown
10 lines
No EOL
391 B
Markdown
# Themes
|
|
|
|
default on light terminal:
|
|

|
|
|
|
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. |