diff options
| author | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
| commit | eab0507af6367a9a75f40ac3dd92e5e42860c2dc (patch) | |
| tree | 71f56e8725b505d70954ad665a03988d85316c85 /themes/Mint-X-Aqua/gtk-2.0/styles/check-radio.rc | |
| parent | 48de6d4af249f23b3a431d357236588208a9f419 (diff) | |
| download | old-mint-y-main.tar old-mint-y-main.tar.gz old-mint-y-main.zip | |
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" + } + } +} |
