aboutsummaryrefslogtreecommitdiff
path: root/spectrogram.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-08-15 14:16:49 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-08-15 14:16:49 +0000
commitbadb9a7e6ff5414d1c7a8b0707670d33c187b143 (patch)
treee0b6e2261eaf206dadb6336ab070d56e5398642c /spectrogram.c
parentad427ce07b611903c03075b07c982741495249c9 (diff)
brighter shadow
Diffstat (limited to 'spectrogram.c')
-rw-r--r--spectrogram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spectrogram.c b/spectrogram.c
index 81fe8e2..e610c61 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -268,7 +268,7 @@ init_panel(Display *d, Window win, int x, int y, int w, int h, int mirror)
init_bg(d, p->spbg.pix, p->spbg.gc, p->s.width, p->s.height, palette);
free(palette);
- palette = init_palette(d, 0.3, 0.0, 0.5, 1.0, 0.1, 0.15, p->maxval, 0);
+ palette = init_palette(d, 0.3, 0.0, 0.5, 1.0, 0.15, 0.3, p->maxval, 0);
init_bg(d, p->shbg.pix, p->shbg.gc, p->s.width, p->s.height, palette);
free(palette);