summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c
index 1d888d8..b7b569a 100644
--- a/src/text.c
+++ b/src/text.c
@@ -104,7 +104,7 @@ text_render(struct text *text, struct font *font, png_bytepp rows)
size_t row;
size_t col;
char *parameter;
- png_color fg = {255, 255, 255};
+ png_color fg = {170, 170, 170};
png_color bg = { 0, 0, 0};
string_start = calloc(strlen(text->string) + 1, sizeof(*text->string));