From: Siraaj Khandkar Date: Mon, 7 Oct 2019 18:36:03 +0000 (-0400) Subject: Set default font color to near-black X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=af6e57a29f394428d2fd5a1ddbf57b8c9eadb454 Set default font color to near-black --- 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) {