diff options
Diffstat (limited to 'xfwm4/bottom-inactive.xpm')
-rw-r--r-- | xfwm4/bottom-inactive.xpm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xfwm4/bottom-inactive.xpm b/xfwm4/bottom-inactive.xpm new file mode 100644 index 0000000..654632e --- /dev/null +++ b/xfwm4/bottom-inactive.xpm @@ -0,0 +1,13 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"5 5 5 1", +" c None", +". c #000000 s inactive_border_color", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #CCCCC7 s inactive_color_2", +"# c #919189 s inactive_shadow_2", +".....", +"+++++", +"@@@@@", +"#####", +"....."}; |