提交 a4b781e9 编写于 作者: B Behdad Esfahbod

Default background color shall either be white or transparent

Definitely not black!
上级 5353bf43
......@@ -50,7 +50,7 @@ static int margin_r = 10;
static int line_space = 0;
static double font_size = 18;
static const char *fore = "#000000";
static const char *back = "#000000";
static const char *back = "#ffffff";
static const char *text = NULL;
static const char *font_file = NULL;
static const char *out_file = "/dev/stdout";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册