From 04f2ee9c3401cdce36022a953a7b9ee089626801 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Mon, 25 Sep 2017 23:23:10 -0400 Subject: [PATCH] better startup --- sys/apps/multishell | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/apps/multishell b/sys/apps/multishell index ce70041..f5947a5 100644 --- a/sys/apps/multishell +++ b/sys/apps/multishell @@ -37,9 +37,9 @@ local tabsDirty = false local config = { standard = { - focusTextColor = colors.lightGray, + focusTextColor = colors.white, focusBackgroundColor = colors.gray, - textColor = colors.black, + textColor = colors.gray, backgroundColor = colors.lightGray, tabBarTextColor = colors.black, tabBarBackgroundColor = colors.lightGray,