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