mirror of
https://github.com/kepler155c/opus
synced 2025-10-17 00:37:39 +00:00
rename debug function
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user