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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@ Notes:
18
18
* rgb colors might not be supported in every terminal.
19
19
* using a color like `yellow` might appear in whatever your terminal/theme defines for `yellow`
20
20
* valid colors can be found in tui-rs' [Color](https://docs.rs/tui/0.12.0/tui/style/enum.Color.html) struct.
21
-
* all customizable theme elements can be found in `style.rs` in the `impl Default for Theme` block
21
+
* all customizable theme elements can be found in [`style.rs` in the `impl Default for Theme` block](https://github.com/extrawurst/gitui/blob/master/src/ui/style.rs#L305)
0 commit comments