diff options
Diffstat (limited to 'xfwm4/close-inactive.xpm')
-rw-r--r-- | xfwm4/close-inactive.xpm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/xfwm4/close-inactive.xpm b/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..779a6a3 --- /dev/null +++ b/xfwm4/close-inactive.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"18 20 3 1", +" c None", +". c #CCCCC7 s inactive_color_2", +"+ c #919189 s inactive_shadow_2", +" ", +" ", +"..................", +"..................", +"..................", +"..................", +"..................", +"......+....+......", +".....+++..+++.....", +"......++++++......", +".......++++.......", +".......++++.......", +"......++++++......", +".....+++..+++.....", +"......+....+......", +"..................", +"..................", +"..................", +"..................", +".................."}; |