notedeck

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

commit fa50b68cb3ae8e3327750f5d7ac64ebb59cc537b
parent 7f37f1e9d30fcc9add463f88eba992505d6f4dad
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 14 Jun 2024 10:17:38 -0700

darker quote reposts for mobile

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

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

diff --git a/src/colors.rs b/src/colors.rs @@ -80,6 +80,7 @@ pub fn desktop_dark_color_theme() -> ColorTheme { pub fn mobile_dark_color_theme() -> ColorTheme { ColorTheme { panel_fill: Color32::BLACK, + noninteractive_weak_bg_fill: Color32::from_rgb(0x1F, 0x1F, 0x1F), ..desktop_dark_color_theme() } }