mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
34 lines
864 B
C
34 lines
864 B
C
/* XPM */
|
|
static char * hide_prelight_xpm[] = {
|
|
"24 26 4 1",
|
|
" c None",
|
|
". c #191724",
|
|
"+ c #c4a7e7 s active_color_1",
|
|
"@ c #c4a7e7",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........++++++++........",
|
|
"........++++++++........",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................"};
|