Rafael Laguna 1db5a5ea25 - Add network panel spinners
- Add more stock action arrows
- Fix theme names nomenclature
2014-03-06 18:14:38 +01:00

35 lines
764 B
C

/* XPM */
static char * maximize_prelight_xpm[] = {
"20 24 7 1",
" c #939393",
". c #FFFFFF",
"+ c #DEDEDE s active_color_2",
"@ c #707070",
"# c #868686",
"$ c #EAEAEA",
"% c #B3B3B3",
" ",
"....................",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"+++++++++@@+++++++++",
"+++++++++##+++++++++",
"+++++++++##+++++++++",
"++++++@@@##@@@++++++",
"++++++########++++++",
"++++++$$$##$$$++++++",
"+++++++++##+++++++++",
"+++++++++%%+++++++++",
"+++++++++$$+++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++"};