commit
feb70537ef
|
@ -0,0 +1,31 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * menu_active_xpm[] = {
|
||||||
|
"16 25 3 1",
|
||||||
|
" c None",
|
||||||
|
". c #484848",
|
||||||
|
"+ c #2D2D2D",
|
||||||
|
"................",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++"};
|
|
@ -0,0 +1,31 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * menu_inactive_xpm[] = {
|
||||||
|
"16 25 3 1",
|
||||||
|
" c None",
|
||||||
|
". c #393939",
|
||||||
|
"+ c #2D2D2D",
|
||||||
|
"................",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++"};
|
|
@ -0,0 +1,31 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * menu_pressed_xpm[] = {
|
||||||
|
"16 25 3 1",
|
||||||
|
" c None",
|
||||||
|
". c #484848",
|
||||||
|
"+ c #2D2D2D",
|
||||||
|
"................",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"++++++++++++++++"};
|
|
@ -6,7 +6,7 @@ active_text_color=#dcdcdc
|
||||||
inactive_text_color=#888888
|
inactive_text_color=#888888
|
||||||
button_offset=4
|
button_offset=4
|
||||||
button_spacing=4
|
button_spacing=4
|
||||||
show_app_icon=false
|
show_app_icon=true
|
||||||
full_width_title=true
|
full_width_title=true
|
||||||
maximized_offset=4
|
maximized_offset=4
|
||||||
title_horizontal_offset=6
|
title_horizontal_offset=6
|
||||||
|
|
Loading…
Reference in New Issue