aboutsummaryrefslogtreecommitdiff
path: root/plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'plot.c')
-rw-r--r--plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plot.c b/plot.c
index 7a7a54e..c13b314 100644
--- a/plot.c
+++ b/plot.c
@@ -68,7 +68,7 @@ void
plot_clear(void)
{
/* blank out the background with black */
- SDL_SetRenderDrawColor(renderer, 0x00, 0x00, 0x00, 0xFF);
+ SDL_SetRenderDrawColor(renderer, 0x28, 0x28, 0x28, 0xFF);
SDL_RenderFillRect(renderer, NULL);
}