Skip to content

Commit 5b69f77

Browse files
timabellextrawurst
authored andcommitted
Add link from themes.md to referenced code block
Just for convenience
1 parent 9c2d8c0 commit 5b69f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

THEMES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Notes:
1818
* rgb colors might not be supported in every terminal.
1919
* using a color like `yellow` might appear in whatever your terminal/theme defines for `yellow`
2020
* 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

Comments
 (0)