From af6e57a29f394428d2fd5a1ddbf57b8c9eadb454 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 7 Oct 2019 14:36:03 -0400 Subject: [PATCH] Set default font color to near-black --- home/bin/ps2dot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/bin/ps2dot b/home/bin/ps2dot index c8db891..d68fda5 100755 --- a/home/bin/ps2dot +++ b/home/bin/ps2dot @@ -106,8 +106,7 @@ compile() { print "fontsize=8;"; print "fontname=Helvetica;"; print "label=\"" kernel "\";"; - printf "colorscheme=%s;\n", COLORSCHEME - print "fontcolor=9;" + print "fontcolor=\"/greys9/9\";" ##### Vertices (clustered by user) for (user_name in user_names) { -- 2.20.1