diff options
Diffstat (limited to 'tests/testgtkrc')
-rw-r--r-- | tests/testgtkrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc index d2be67ff06..3b8f09f3df 100644 --- a/tests/testgtkrc +++ b/tests/testgtkrc @@ -78,6 +78,14 @@ style "button" = "default" # bg[PRELIGHT] = { 0.75, 0, 0x00 } } +style "label" = "default" +{ + base[PRELIGHT] = "gray" + base[ACTIVE] = mix (0.9, "gray", "purple") +} + +class "GtkLabel" style "label" + style "toggle_button" = "button" { fg[NORMAL] = { 1.0, 0, 0 } |