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