summaryrefslogtreecommitdiffstats
path: root/src/libplybootsplash/ply-text-pulser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libplybootsplash/ply-text-pulser.c')
-rw-r--r--src/libplybootsplash/ply-text-pulser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libplybootsplash/ply-text-pulser.c b/src/libplybootsplash/ply-text-pulser.c
index 34630bb..f22f41d 100644
--- a/src/libplybootsplash/ply-text-pulser.c
+++ b/src/libplybootsplash/ply-text-pulser.c
@@ -128,7 +128,7 @@ animate_at_time (ply_text_pulser_t *pulser,
pulser->column + pulser->spinner_position,
pulser->row);
- ply_window_set_background_color (pulser->window, PLY_WINDOW_COLOR_WHITE);
+ ply_window_set_background_color (pulser->window, PLY_WINDOW_COLOR_GREEN);
write (STDOUT_FILENO, " ", strlen (" "));
ply_window_set_background_color (pulser->window, PLY_WINDOW_COLOR_DEFAULT);
}