From 88f4e2298c4b465c40d9de12b2df6f25d45fc322 Mon Sep 17 00:00:00 2001 From: tassaron Date: Sat, 7 May 2022 20:20:47 -0400 Subject: change default colour to white for consistency with the default settings of other foreground elements --- src/components/life.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/life.ui b/src/components/life.ui index 85b2926..892a9e3 100644 --- a/src/components/life.ui +++ b/src/components/life.ui @@ -65,7 +65,7 @@ - 0,0,0 + 255,255,255 -- cgit v1.2.3