1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-17 00:37:39 +00:00

rename debug function

This commit is contained in:
kepler155c@gmail.com
2018-10-31 00:05:29 -04:00
parent 9484153f38
commit 846569952c
5 changed files with 11 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ local config = {
backgroundColor = colors.gray,
tabBarBackgroundColor = colors.gray,
focusBackgroundColor = colors.gray,
errorColor = colors.red,
errorColor = colors.black,
},
color = {
textColor = colors.lightGray,
@@ -41,7 +41,7 @@ local config = {
backgroundColor = colors.gray,
tabBarBackgroundColor = colors.gray,
focusBackgroundColor = colors.gray,
errorColor = colors.black,
errorColor = colors.red,
},
}
Config.load('multishell', config)