diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-16 11:29:47 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-16 11:29:47 -0700 |
commit | d55d5dcd4dbac67c4b35ea26547a62f0a14d5203 (patch) | |
tree | 65309328ab1d94808d58001047fd8aadba57969a /desktop-themes/Menta/xfwm4/right-active.xpm | |
parent | a7fa0f2c2b8c558cb28ce334cc99431fbb8aaabf (diff) | |
parent | 594e4093d7ac320fd52da821edf7ab6b6ae66c2a (diff) | |
download | mate-themes-d55d5dcd4dbac67c4b35ea26547a62f0a14d5203.tar.bz2 mate-themes-d55d5dcd4dbac67c4b35ea26547a62f0a14d5203.tar.xz |
Merge pull request #37 from NiceandGently/master
update Menta GTK-2/3 to latest Zukwito update from 2013.03.29 to support GTK3-3.8
Diffstat (limited to 'desktop-themes/Menta/xfwm4/right-active.xpm')
-rw-r--r-- | desktop-themes/Menta/xfwm4/right-active.xpm | 53 |
1 files changed, 27 insertions, 26 deletions
diff --git a/desktop-themes/Menta/xfwm4/right-active.xpm b/desktop-themes/Menta/xfwm4/right-active.xpm index 5e6f7a58..b02f9118 100644 --- a/desktop-themes/Menta/xfwm4/right-active.xpm +++ b/desktop-themes/Menta/xfwm4/right-active.xpm @@ -1,29 +1,30 @@ /* XPM */ static char * right_active_xpm[] = { -"1 24 2 1", +"2 24 3 1", " c None", -". c #6A6A6A", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -"."}; +". c #D2D2D2", +"+ c #6A6A6A", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; |