From ae194aaf1141a8afbef24d9904d731f86147471b Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 14 Jan 2022 07:19:23 -0500 Subject: [PATCH] make the editor a little less yellow --- build/shared/lib/theme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/shared/lib/theme.txt b/build/shared/lib/theme.txt index 9c0cdd991..27315d7e1 100644 --- a/build/shared/lib/theme.txt +++ b/build/shared/lib/theme.txt @@ -107,7 +107,7 @@ console.error.color = #32CDFF # foreground and background colors editor.fgcolor = #000000 -editor.bgcolor = #FFFFF2 +editor.bgcolor = #FFFFF8 editor.gradient.top = #CBCECC editor.gradient.bottom = #CBCECC