diff options
Diffstat (limited to 'Kogaion-daylight/xfwm4/bottom-right-inactive.xpm')
-rwxr-xr-x | Kogaion-daylight/xfwm4/bottom-right-inactive.xpm | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/Kogaion-daylight/xfwm4/bottom-right-inactive.xpm b/Kogaion-daylight/xfwm4/bottom-right-inactive.xpm index 27c2cc3..cb758ab 100755 --- a/Kogaion-daylight/xfwm4/bottom-right-inactive.xpm +++ b/Kogaion-daylight/xfwm4/bottom-right-inactive.xpm @@ -1,14 +1,8 @@ /* XPM */ static char * bottom_right_inactive_xpm[] = { -"8 8 3 1", +"2 2 3 1", " c None", -". c #E1E1E1", -"+ c #CBCBCB", -".......+", -".......+", -".......+", -".......+", -".......+", -".......+", -".......+", -"++++++++"}; +". c #626262 s inactive_color_1", +"+ c #969696 s inactive_shadow_1", +".+", +"++"}; |