From eddf56ae64b7e8f6b6a437358de15685c99342f6 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Sun, 9 Jan 2022 09:27:03 -0500 Subject: [PATCH] Tweak the opacity of some faded colors --- src/styles.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.rs b/src/styles.rs index c11949c..efd4171 100644 --- a/src/styles.rs +++ b/src/styles.rs @@ -45,7 +45,7 @@ impl Theme { pub fn reduced_text_color(&self) -> Color { Color { - a: 0.5, + a: 0.7, ..self.text_color } }