diff options
Diffstat (limited to 'Redcore-daylight/xfwm4/bottom-right-active.xpm')
-rwxr-xr-x | Redcore-daylight/xfwm4/bottom-right-active.xpm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Redcore-daylight/xfwm4/bottom-right-active.xpm b/Redcore-daylight/xfwm4/bottom-right-active.xpm new file mode 100755 index 0000000..773072c --- /dev/null +++ b/Redcore-daylight/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"2 2 3 1", +" c None", +". c #4F5E76 s active_color_2", +"+ c #6C99C0 s active_color_1", +".+", +"++"}; |