mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
30 lines
761 B
C
Executable File
30 lines
761 B
C
Executable File
/* XPM */
|
|
static char * menu_prelight_xpm[] = {
|
|
"24 24 2 1",
|
|
" c None",
|
|
". c #2D2D2D",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................"};
|