Tweak the opacity of some faded colors

This commit is contained in:
Emi Simpson 2022-01-09 09:27:03 -05:00
parent 18572a6eff
commit eddf56ae64
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ impl Theme {
pub fn reduced_text_color(&self) -> Color {
Color {
a: 0.5,
a: 0.7,
..self.text_color
}
}