diff options
Diffstat (limited to 'Redcore-nighttime/xfwm4/bottom-right-inactive.xpm')
-rwxr-xr-x | Redcore-nighttime/xfwm4/bottom-right-inactive.xpm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Redcore-nighttime/xfwm4/bottom-right-inactive.xpm b/Redcore-nighttime/xfwm4/bottom-right-inactive.xpm new file mode 100755 index 0000000..3d34378 --- /dev/null +++ b/Redcore-nighttime/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"2 2 3 1", +" c None", +". c #626262 s inactive_color_1", +"+ c #969696 s inactive_hilight_1", +".+", +"++"}; |