summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-09-12 01:14:57 -0700
committerVito Caputo <vcaputo@pengaru.com>2021-09-12 01:29:55 -0700
commit876a87c0bf197f2e3078b64360d4ee8cfb7fa0df (patch)
treeb53a6d80b705fc0722c6a299d76674a1a10a690b /src
parenta61100f4367af748caee2b1860438a59e2a1f76e (diff)
charts: darken shadow by bumping opacity a bit
Diffstat (limited to 'src')
-rw-r--r--src/charts.c2
1 files changed, 1 insertions, 1 deletions
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 },
© All Rights Reserved