milo style

This commit is contained in:
kepler155c@gmail.com
2019-02-26 20:29:59 -05:00
parent e0846ec91c
commit 116e39034c
2 changed files with 6 additions and 0 deletions

View File

@@ -90,6 +90,9 @@ local function createPage(node)
{ heading = 'Name', key = 'displayName' },
},
sortColumn = 'displayName',
headerBackgroundColor = colors.black,
headerTextColor = colors.cyan,
headerHeight = 2,
},
buttons = UI.Window {
y = -1,

View File

@@ -94,6 +94,9 @@ local function createPage(node)
{ heading = 'crafted', key = 'crafted', width = 5 },
-- { heading = 'Progress', key = 'progress', width = 8 },
},
headerBackgroundColor = colors.black,
headerTextColor = colors.cyan,
headerHeight = 2,
},
--[[
buttons = UI.Window {