diff options
Diffstat (limited to 'roles/desktop-environment/files/icewm/darktheme/menu.xpm')
-rw-r--r-- | roles/desktop-environment/files/icewm/darktheme/menu.xpm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/roles/desktop-environment/files/icewm/darktheme/menu.xpm b/roles/desktop-environment/files/icewm/darktheme/menu.xpm new file mode 100644 index 0000000..5c5ed61 --- /dev/null +++ b/roles/desktop-environment/files/icewm/darktheme/menu.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char *menu_xpm[] = { +"16 16 2 1", +" c #3A3F4A", +". c #E0E2E5", +" ", +" ", +" ", +" ", +" ", +" . ", +" . ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; |