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,