milo style
This commit is contained in:
@@ -90,6 +90,9 @@ local function createPage(node)
|
|||||||
{ heading = 'Name', key = 'displayName' },
|
{ heading = 'Name', key = 'displayName' },
|
||||||
},
|
},
|
||||||
sortColumn = 'displayName',
|
sortColumn = 'displayName',
|
||||||
|
headerBackgroundColor = colors.black,
|
||||||
|
headerTextColor = colors.cyan,
|
||||||
|
headerHeight = 2,
|
||||||
},
|
},
|
||||||
buttons = UI.Window {
|
buttons = UI.Window {
|
||||||
y = -1,
|
y = -1,
|
||||||
|
|||||||
@@ -94,6 +94,9 @@ local function createPage(node)
|
|||||||
{ heading = 'crafted', key = 'crafted', width = 5 },
|
{ heading = 'crafted', key = 'crafted', width = 5 },
|
||||||
-- { heading = 'Progress', key = 'progress', width = 8 },
|
-- { heading = 'Progress', key = 'progress', width = 8 },
|
||||||
},
|
},
|
||||||
|
headerBackgroundColor = colors.black,
|
||||||
|
headerTextColor = colors.cyan,
|
||||||
|
headerHeight = 2,
|
||||||
},
|
},
|
||||||
--[[
|
--[[
|
||||||
buttons = UI.Window {
|
buttons = UI.Window {
|
||||||
|
|||||||
Reference in New Issue
Block a user