From 876a87c0bf197f2e3078b64360d4ee8cfb7fa0df Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sun, 12 Sep 2021 01:14:57 -0700 Subject: charts: darken shadow by bumping opacity a bit --- src/charts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charts.c') diff --git a/src/charts.c b/src/charts.c index 25f2fb6..c8fcadb 100644 --- a/src/charts.c +++ b/src/charts.c @@ -113,7 +113,7 @@ static float sampling_intervals[] = { .01666}; /* ~60Hz */ static XRenderColor chart_visible_color = { 0xffff, 0xffff, 0xffff, 0xffff }, - chart_shadow_color = { 0x0000, 0x0000, 0x0000, 0x8800}, + chart_shadow_color = { 0x0000, 0x0000, 0x0000, 0xC000}, chart_bg_color = { 0x0, 0x1000, 0x0, 0x9000}, chart_div_color = { 0x2000, 0x3000, 0x2000, 0x9000}, chart_snowflakes_visible_color = { 0xd000, 0xd000, 0xd000, 0x8000 }, -- cgit v1.2.3