Merge pull request #42 from shimmerproject/master

Modifications to Xfwm4 theme
pull/45/merge
Satyajit Sahoo 2013-06-14 18:20:20 -07:00
commit 59d4634d0f
4 changed files with 72 additions and 81 deletions

View File

@ -1,31 +1,21 @@
/* XPM */ /* XPM */
static char * menu_active_xpm[] = { static char * menu_active_xpm[] = {
"16 25 3 1", "16 16 2 1",
" c None", " c None",
". c #484848", ". c #2D2D2D",
"+ c #2D2D2D",
"................", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................"};
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++"};

View File

@ -1,31 +1,21 @@
/* XPM */ /* XPM */
static char * menu_inactive_xpm[] = { static char * menu_inactive_xpm[] = {
"16 25 3 1", "16 16 2 1",
" c None", " c None",
". c #393939", ". c #2D2D2D",
"+ c #2D2D2D",
"................", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................"};
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++"};

View File

@ -0,0 +1,21 @@
/* XPM */
static char * menu_prelight_xpm[] = {
"16 16 2 1",
" c None",
". c #2D2D2D",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................"};

View File

@ -1,31 +1,21 @@
/* XPM */ /* XPM */
static char * menu_pressed_xpm[] = { static char * menu_pressed_xpm[] = {
"16 25 3 1", "16 16 2 1",
" c None", " c None",
". c #484848", ". c #2D2D2D",
"+ c #2D2D2D",
"................", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................"};
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++"};