diff options
Diffstat (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/check-radio.rc')
| -rw-r--r-- | themes/Mint-X-Aqua/gtk-2.0/styles/check-radio.rc | 206 |
1 files changed, 206 insertions, 0 deletions
diff --git a/themes/Mint-X-Aqua/gtk-2.0/styles/check-radio.rc b/themes/Mint-X-Aqua/gtk-2.0/styles/check-radio.rc new file mode 100644 index 00000000..3f36242c --- /dev/null +++ b/themes/Mint-X-Aqua/gtk-2.0/styles/check-radio.rc @@ -0,0 +1,206 @@ +style "check" +{ + text[ACTIVE] = @fg_color + text[SELECTED] = @fg_color + text[NORMAL] = @fg_color + + bg[PRELIGHT] = @bg_color + + engine "pixmap" + { + # Check + + image + { + function = CHECK + state = NORMAL + shadow = OUT + overlay_file = "images/check-radio/checkbox-unchecked.svg" + overlay_stretch = FALSE + } + image + { + function = CHECK + state = PRELIGHT + shadow = OUT + overlay_file = "images/check-radio/checkbox-unchecked.svg" + overlay_stretch = FALSE + } + image + { + function = CHECK + state = ACTIVE + shadow = OUT + overlay_file = "images/check-radio/checkbox-unchecked.svg" + overlay_stretch = FALSE + } + image + { + function = CHECK + state = SELECTED + shadow = OUT + overlay_file = "images/check-radio/checkbox-unchecked.svg" + overlay_stretch = FALSE + } + image + { + function = CHECK + state = INSENSITIVE + shadow = OUT + overlay_file = "images/check-radio/checkbox-unchecked-insensitive.svg" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "images/check-radio/checkbox-checked.svg" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "images/check-radio/checkbox-checked.svg" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "images/check-radio/checkbox-checked.svg" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "images/check-radio/checkbox-checked.svg" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "images/check-radio/checkbox-checked-insensitive.svg" + overlay_stretch = FALSE + } + + # Radio + + image + { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "images/check-radio/radio-unselected.svg" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "images/check-radio/radio-unselected.svg" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "images/check-radio/radio-unselected.svg" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "images/check-radio/radio-unselected.svg" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "images/check-radio/radio-unselected-insensitive.svg" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "images/check-radio/radio-selected.svg" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "images/check-radio/radio-selected.svg" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "images/check-radio/radio-selected.svg" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "images/check-radio/radio-selected.svg" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "images/check-radio/radio-selected-insensitive.svg" + overlay_stretch = FALSE + } + + # Remove the colored hover box + + image + { + function = FLAT_BOX + recolorable = TRUE + file = "images/check-radio/checkbg.png" + border = { 5, 5, 5, 5} + stretch = TRUE + } + + # Remove the focus line + + image + { + function = FOCUS + file = "images/other/null.png" + } + } +} |
