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