You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: THEMES.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Themes
1
+
# Themes
2
2
3
3
default on light terminal:
4
4

@@ -10,5 +10,4 @@ to change the colors of the program you have to modify `theme.ron` file
10
10
*`$XDG_CONFIG_HOME/gitui/theme.ron` (linux using XDG)
11
11
*`$HOME/.config/gitui/theme.ron` (linux)
12
12
13
-
Valid colors can be found in [ColorDef](./src/ui/style.rs#ColorDef) struct. note that rgb colors might not be supported
14
-
in every terminal.
13
+
Valid colors can be found in tui-rs' [Color](https://docs.rs/tui/0.12.0/tui/style/enum.Color.html) struct. note that rgb colors might not be supported in every terminal.
0 commit comments