From 804018dee78405b21f904bea7ea27a500e177fa2 Mon Sep 17 00:00:00 2001 From: bionel Date: Sun, 2 Aug 2015 23:22:15 +0300 Subject: added pixmaps for menu check/radio --- .../gtk-2.0/Arrows/menu-arrow-prelight.png | Bin 0 -> 254 bytes Kogaion-daylight/gtk-2.0/Arrows/menu-arrow.png | Bin 0 -> 276 bytes Kogaion-daylight/gtk-2.0/Check-Radio/menucheck.png | Bin 0 -> 427 bytes .../gtk-2.0/Check-Radio/menucheck_prelight.png | Bin 0 -> 313 bytes .../gtk-2.0/Check-Radio/menuoption.png | Bin 0 -> 256 bytes .../gtk-2.0/Check-Radio/menuoption_prelight.png | Bin 0 -> 220 bytes Kogaion-daylight/gtk-2.0/Others/focus.png | Bin 0 -> 212 bytes Kogaion-daylight/gtk-2.0/Others/null.png | Bin 0 -> 4933 bytes Kogaion-daylight/gtk-2.0/Others/tree_header.png | Bin 0 -> 2803 bytes Kogaion-daylight/gtk-2.0/gtkrc | 197 ++++++++++++++++++++- 10 files changed, 196 insertions(+), 1 deletion(-) create mode 100644 Kogaion-daylight/gtk-2.0/Arrows/menu-arrow-prelight.png create mode 100644 Kogaion-daylight/gtk-2.0/Arrows/menu-arrow.png create mode 100644 Kogaion-daylight/gtk-2.0/Check-Radio/menucheck.png create mode 100644 Kogaion-daylight/gtk-2.0/Check-Radio/menucheck_prelight.png create mode 100644 Kogaion-daylight/gtk-2.0/Check-Radio/menuoption.png create mode 100644 Kogaion-daylight/gtk-2.0/Check-Radio/menuoption_prelight.png create mode 100644 Kogaion-daylight/gtk-2.0/Others/focus.png create mode 100644 Kogaion-daylight/gtk-2.0/Others/null.png create mode 100644 Kogaion-daylight/gtk-2.0/Others/tree_header.png (limited to 'Kogaion-daylight/gtk-2.0') diff --git a/Kogaion-daylight/gtk-2.0/Arrows/menu-arrow-prelight.png b/Kogaion-daylight/gtk-2.0/Arrows/menu-arrow-prelight.png new file mode 100644 index 0000000..9a2d7de Binary files /dev/null and b/Kogaion-daylight/gtk-2.0/Arrows/menu-arrow-prelight.png differ diff --git a/Kogaion-daylight/gtk-2.0/Arrows/menu-arrow.png b/Kogaion-daylight/gtk-2.0/Arrows/menu-arrow.png new file mode 100644 index 0000000..d481aa7 Binary files /dev/null and b/Kogaion-daylight/gtk-2.0/Arrows/menu-arrow.png differ diff --git a/Kogaion-daylight/gtk-2.0/Check-Radio/menucheck.png b/Kogaion-daylight/gtk-2.0/Check-Radio/menucheck.png new file mode 100644 index 0000000..ae0cc6a Binary files /dev/null and b/Kogaion-daylight/gtk-2.0/Check-Radio/menucheck.png differ diff --git a/Kogaion-daylight/gtk-2.0/Check-Radio/menucheck_prelight.png b/Kogaion-daylight/gtk-2.0/Check-Radio/menucheck_prelight.png new file mode 100644 index 0000000..35dc5a7 Binary files /dev/null and b/Kogaion-daylight/gtk-2.0/Check-Radio/menucheck_prelight.png differ diff --git a/Kogaion-daylight/gtk-2.0/Check-Radio/menuoption.png b/Kogaion-daylight/gtk-2.0/Check-Radio/menuoption.png new file mode 100644 index 0000000..ca3b939 Binary files /dev/null and b/Kogaion-daylight/gtk-2.0/Check-Radio/menuoption.png differ diff --git a/Kogaion-daylight/gtk-2.0/Check-Radio/menuoption_prelight.png b/Kogaion-daylight/gtk-2.0/Check-Radio/menuoption_prelight.png new file mode 100644 index 0000000..0a409ab Binary files /dev/null and b/Kogaion-daylight/gtk-2.0/Check-Radio/menuoption_prelight.png differ diff --git a/Kogaion-daylight/gtk-2.0/Others/focus.png b/Kogaion-daylight/gtk-2.0/Others/focus.png new file mode 100644 index 0000000..24b65d3 Binary files /dev/null and b/Kogaion-daylight/gtk-2.0/Others/focus.png differ diff --git a/Kogaion-daylight/gtk-2.0/Others/null.png b/Kogaion-daylight/gtk-2.0/Others/null.png new file mode 100644 index 0000000..9d7e6be Binary files /dev/null and b/Kogaion-daylight/gtk-2.0/Others/null.png differ diff --git a/Kogaion-daylight/gtk-2.0/Others/tree_header.png b/Kogaion-daylight/gtk-2.0/Others/tree_header.png new file mode 100644 index 0000000..b5b4b3d Binary files /dev/null and b/Kogaion-daylight/gtk-2.0/Others/tree_header.png differ diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc index 1da7270..429b768 100755 --- a/Kogaion-daylight/gtk-2.0/gtkrc +++ b/Kogaion-daylight/gtk-2.0/gtkrc @@ -361,6 +361,201 @@ style "menu_item_white" { } } +#better items view, but ugly inactive icons +style "menu_item_pixmap" { + + xthickness = 2 + ythickness = 3 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = shade (1.00, @selected_bg_color) + + bg[PRELIGHT] = @selected_bg_color + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color + + engine "pixmap" + { + + # Check Buttons + + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/menucheck.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/menucheck_prelight.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/menucheck.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image + { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/menuoption.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/menuoption_prelight.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/menuoption.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = SHADOW # This fixes boxy Qt menu items + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image + { + function = ARROW + state = NORMAL + overlay_file = "Arrows/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + style "menubar_menuitem" { xthickness = 2 ythickness = 3 @@ -918,7 +1113,7 @@ widget_class "**" style "notebook" widget_class "**" style "menubar" widget_class "**" style "menu" widget_class "**" style "menu_item_white" -#widget_class "*.*" style "menu_item_white" + widget_class "*.*" style "menubar_menuitem" widget_class "*" style "toolbar" -- cgit v1.2.3