]> Dogcows Code - chaz/openbox/blobdiff - tools/themetoxml/themetoxml.c
more updates for toggled states. also updating the theme files.
[chaz/openbox] / tools / themetoxml / themetoxml.c
index a75cf19afc95af1e06a73960b9329406054db3de..e6f947b2759ed96e735aeca94ffe1b98be44a873 100644 (file)
@@ -451,9 +451,9 @@ int main(int argc, char **argv)
     APPEARANCE4("window.inactive.button.pressed.bg",
                 "window", "inactive", "buttons", "pressed");
     APPEARANCE4("window.active.button.toggled.bg",
-                "window", "active", "buttons", "toggled");
+                "window", "active", "buttons", "toggled-unpressed");
     APPEARANCE4("window.inactive.button.toggled.bg",
-                "window", "inactive", "buttons", "toggled");
+                "window", "inactive", "buttons", "toggled-unpressed");
     APPEARANCE4("window.active.button.unpressed.bg",
                 "window", "active", "buttons", "unpressed");
     APPEARANCE4("window.inactive.button.unpressed.bg",
This page took 0.019974 seconds and 4 git commands to generate.