From eab0507af6367a9a75f40ac3dd92e5e42860c2dc Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 20 May 2023 11:28:29 +0300 Subject: Added icons and themes --- themes/Mint-X-Aqua/gtk-2.0/styles/check-radio.rc | 206 +++++++++++++++++++++++ 1 file changed, 206 insertions(+) create mode 100644 themes/Mint-X-Aqua/gtk-2.0/styles/check-radio.rc (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/check-radio.rc') 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" + } + } +} -- cgit v1.2.3