mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 11:03:25 +03:00
558 B
558 B
Themes
to change the colors of the program you have to modify theme.ron
file
Ron format located at config path. The path differs depending on the operating system:
$HOME/Library/Application Support/gitui/theme.ron
(mac)$XDG_CONFIG_HOME/gitui/theme.ron
(linux using XDG)$HOME/.config/gitui/theme.ron
(linux)
Valid colors can be found in ColorDef struct. note that rgb colors might not be supported in every terminal.