mirror of
https://github.com/kepler155c/opus
synced 2024-12-31 19:00:27 +00:00
update issues
This commit is contained in:
parent
b71ca0d545
commit
517376db28
@ -396,6 +396,12 @@ local config = {
|
||||
Config.load('shellprompt', config)
|
||||
|
||||
local _colors = config.color
|
||||
-- temp
|
||||
if not _colors.backgroundColor then
|
||||
_colors.backgroundColor = colors.black
|
||||
_colors.fileColor = colors.white
|
||||
end
|
||||
|
||||
if not term.isColor() then
|
||||
_colors = { }
|
||||
for k, v in pairs(config.color) do
|
||||
|
@ -32,6 +32,12 @@ for k, v in pairs(defaults) do
|
||||
table.insert(allSettings, { name = k })
|
||||
end
|
||||
|
||||
-- temp
|
||||
if not _colors.backgroundColor then
|
||||
_colors.backgroundColor = colors.black
|
||||
_colors.fileColor = colors.white
|
||||
end
|
||||
|
||||
local tab = UI.Tab {
|
||||
tabTitle = 'Shell',
|
||||
description = 'Shell option',
|
||||
|
Loading…
Reference in New Issue
Block a user