diff --git a/milo/plugins/activityView.lua b/milo/plugins/activityView.lua index 2260111..30e7203 100644 --- a/milo/plugins/activityView.lua +++ b/milo/plugins/activityView.lua @@ -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, diff --git a/milo/plugins/jobMonitor.lua b/milo/plugins/jobMonitor.lua index 4b79da3..f2defa9 100644 --- a/milo/plugins/jobMonitor.lua +++ b/milo/plugins/jobMonitor.lua @@ -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 {