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