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