From 116e39034c4c1abcf85ad11a3ed572cb3eacd7e7 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Tue, 26 Feb 2019 20:29:59 -0500 Subject: [PATCH] milo style --- milo/plugins/activityView.lua | 3 +++ milo/plugins/jobMonitor.lua | 3 +++ 2 files changed, 6 insertions(+) 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 {