From 3bced44dee0190b08fa991a0f7b2742cbcc7241a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 17 May 2025 17:22:30 +0200 Subject: [PATCH] node/fontcolor --- index.gv | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/index.gv b/index.gv index f634a49..ee47488 100644 --- a/index.gv +++ b/index.gv @@ -77,7 +77,10 @@ devops_ops_monitor -> devops_dev_plan # │ Projects │ # ╰──────────╯ -node [fillcolor="#303030"] +node [ +fillcolor="#303030" +fontcolor="#8080FF" +] edge [color="#6060FF"] rwx_forge -> devops_dev_code @@ -88,33 +91,28 @@ rwx_todo -> devops_dev_plan # ╰─────╯ rwx [ -fontcolor="#8080FF" label="rwx.work" URL="https://rwx.work" ] rwx_blog [ -fontcolor="#8080FF" label="Blog" URL="https://blog.rwx.work" ] rwx_blog -> rwx_rwx rwx_forge [ -fontcolor="#8080FF" label="Forge" URL="https://forge.rwx.work" ] rwx_help [ -fontcolor="#8080FF" label="Help" URL="https://help.rwx.work" ] rwx_help -> rwx_rwx rwx_ilos [ -fontcolor="#8080FF" label="ILOS:\nIncremental Live\nOperating System" URL="https://ilos.rwx.work" ] @@ -125,34 +123,29 @@ rwx_ofsp } -> rwx_ilos rwx_lsgm [ -fontcolor="#8080FF" label="LSGM:\nLive Scan\nGrub Menu" URL="https://lsgm.rwx.work" ] rwx_lsgm -> rwx_rwx rwx_ofsp [ -fontcolor="#8080FF" label="OFSP:\nOperating File\nSystem Profile" URL="https://ofsp.rwx.work" ] rwx_ofsp -> rwx_rwx rwx_prj [ -fontcolor="#8080FF" label="PRJ:\nPRJ" URL="https://prj.rwx.work" ] rwx_prj -> rwx_rwx rwx_rwx [ -fontcolor="#8080FF" label="RWX:\nRead Write eXecute" URL="https://rwx.rwx.work" ] rwx_spcd [ -fontcolor="#8080FF" label="SPCD:\nShell to Python\nContinuous Deployment" URL="https://spcd.rwx.work" ] @@ -165,14 +158,12 @@ devops_ops_deploy } rwx_srmp [ -fontcolor="#8080FF" label="SRMP:\nSoftware Repositories\nMirror Profile" URL="https://srmp.rwx.work" ] rwx_srmp -> rwx_rwx rwx_todo [ -fontcolor="#8080FF" label="TODO:\nTO\nDO" URL="https://todo.rwx.work" ]