From 491a95ba391a2d43aff88e0e0c25733c3ff37834 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Sun, 9 Feb 2025 09:46:04 +0100 Subject: [PATCH] Update valid colors link in THEMES.md to ratatui (#2511) --- THEMES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/THEMES.md b/THEMES.md index 25990f33..a9b03575 100644 --- a/THEMES.md +++ b/THEMES.md @@ -29,7 +29,7 @@ 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. +* valid colors can be found in ratatui's [Color](https://docs.rs/ratatui/latest/ratatui/style/enum.Color.html) struct. * 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) ## Customizing line breaks