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