From a7d51ff99d0885920cea30c0ed8041e41aed7786 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 3 May 2022 09:33:00 -0400 Subject: [PATCH] swap manager.list.header.color with fgcolor and bgcolor variants --- build/shared/lib/theme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/shared/lib/theme.txt b/build/shared/lib/theme.txt index 371ef79e7..039ff4e9b 100644 --- a/build/shared/lib/theme.txt +++ b/build/shared/lib/theme.txt @@ -236,7 +236,8 @@ manager.search.selection.background.color = #00ffff ## ListPanel – the listing inside a Contribution Manager tab ## manager.list.background.color = #FFFFFF -manager.list.header.color = #EBEBEB +manager.list.header.fgcolor = #000000 +manager.list.header.bgcolor = #EBEBEB manager.list.section.color = #f8f8f8 manager.list.selection.color = #e0fffd manager.list.icon.color = #0000ff