]> git.mdlowis.com Git - proto/labwc.git/commitdiff
themerc: fix syntax inconsistency
authorJohan Malm <jgm323@gmail.com>
Thu, 4 Mar 2021 20:30:23 +0000 (20:30 +0000)
committerJohan Malm <jgm323@gmail.com>
Thu, 4 Mar 2021 20:30:23 +0000 (20:30 +0000)
docs/themerc

index 3f823f1287541993d4e69b3f71885a457f9ed35e..140bfa8aad2ca73d7e16d3e2ff6acdd6c6866531 100644 (file)
@@ -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