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