From db4249dcc42246024f2e2136475597afbc550965 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Thu, 4 Mar 2021 20:30:23 +0000 Subject: [PATCH] themerc: fix syntax inconsistency --- docs/themerc | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/themerc b/docs/themerc index 3f823f12..140bfa8a 100644 --- a/docs/themerc +++ b/docs/themerc @@ -1,12 +1,10 @@ window.active.title.bg.color: #589bda window.active.handle.bg.color: #3c7cb7 - window.inactive.title.bg.color: #efece6 +window.active.button.unpressed.image.color: #ffffff +window.inactive.button.unpressed.image.color: #000000 -window.active.button.unpressed.image.color = #ffffff -window.inactive.button.unpressed.image.color = #000000 - -menu.items.bg.color = #fcfbfa -menu.items.text.color = #000000 -menu.items.active.bg.color = #4a90d9 -menu.items.active.text.color = #ffffff +menu.items.bg.color: #fcfbfa +menu.items.text.color: #000000 +menu.items.active.bg.color: #4a90d9 +menu.items.active.text.color: #ffffff