diff options
Diffstat (limited to 'Kogaion-daylight/xfwm4/bottom-left-active.xpm')
-rwxr-xr-x | Kogaion-daylight/xfwm4/bottom-left-active.xpm | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Kogaion-daylight/xfwm4/bottom-left-active.xpm b/Kogaion-daylight/xfwm4/bottom-left-active.xpm index e985455..49087d0 100755 --- a/Kogaion-daylight/xfwm4/bottom-left-active.xpm +++ b/Kogaion-daylight/xfwm4/bottom-left-active.xpm @@ -1,10 +1,8 @@ /* XPM */ static char * bottom_left_active_xpm[] = { -"4 4 3 1", +"2 2 3 1", " c None", -". c #6C99C0", -"+ c #A3B5D9", -".+++", -".+++", -".+++", -"...."}; +". c #6C99C0 s active_shadow_1", +"+ c #4F5E76 s active_color_1", +".+", +".."}; |