1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-18 11:20:01 +00:00

better startup

This commit is contained in:
kepler155c@gmail.com 2017-09-25 23:23:10 -04:00
parent 1a818e9e3a
commit 04f2ee9c34

View File

@ -37,9 +37,9 @@ local tabsDirty = false
local config = { local config = {
standard = { standard = {
focusTextColor = colors.lightGray, focusTextColor = colors.white,
focusBackgroundColor = colors.gray, focusBackgroundColor = colors.gray,
textColor = colors.black, textColor = colors.gray,
backgroundColor = colors.lightGray, backgroundColor = colors.lightGray,
tabBarTextColor = colors.black, tabBarTextColor = colors.black,
tabBarBackgroundColor = colors.lightGray, tabBarBackgroundColor = colors.lightGray,