notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit eb294bb4d36c0dca731bae009d6a536415e0d54f
parent b1a75475800374eb8f1a0feace97e6a78770e287
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 12 Jun 2024 10:46:09 -0700

fix light borders for quote reposts

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Msrc/colors.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/colors.rs b/src/colors.rs @@ -102,7 +102,7 @@ pub fn light_color_theme() -> ColorTheme { // NONINTERACTIVE WIDGET noninteractive_bg_fill: Color32::WHITE, noninteractive_weak_bg_fill: LIGHTER_GRAY, - noninteractive_bg_stroke_color: LIGHTER_GRAY, + noninteractive_bg_stroke_color: LIGHT_GRAY, noninteractive_fg_stroke_color: GRAY_SECONDARY, // INACTIVE WIDGET