darker quote reposts for mobile

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-06-14 10:17:38 -07:00
parent 7f37f1e9d3
commit fa50b68cb3

View File

@@ -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()
}
}