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

8 lines
123 B
C

/* XPM */
static char * left_active_xpm[] = {
"2 1 3 1",
" c None",
". c #939393",
"+ c #DEDEDE s active_color_2",
".+"};