From 5b69f7713f3d6c144df182c8b255fb645f5b4458 Mon Sep 17 00:00:00 2001 From: Tim Abell Date: Tue, 27 Sep 2022 23:08:54 +0100 Subject: [PATCH] Add link from themes.md to referenced code block Just for convenience --- THEMES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/THEMES.md b/THEMES.md index fb69f86b..b3b8b1a3 100644 --- a/THEMES.md +++ b/THEMES.md @@ -18,4 +18,4 @@ Notes: * rgb colors might not be supported in every terminal. * using a color like `yellow` might appear in whatever your terminal/theme defines for `yellow` * valid colors can be found in tui-rs' [Color](https://docs.rs/tui/0.12.0/tui/style/enum.Color.html) struct. -* all customizable theme elements can be found in `style.rs` in the `impl Default for Theme` block \ No newline at end of file +* 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)