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