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