better startup

This commit is contained in:
kepler155c@gmail.com 2017-09-25 23:23:10 -04:00
parent 1a818e9e3a
commit 04f2ee9c34
1 changed files with 2 additions and 2 deletions

View File

@ -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,