mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
34 lines
278 B
C
Executable File
34 lines
278 B
C
Executable File
/* XPM */
|
|
static char * top_left_inactive_xpm[] = {
|
|
"2 26 4 1",
|
|
" c None",
|
|
". c #393939",
|
|
"+ c #303030",
|
|
"@ c #444444",
|
|
" .",
|
|
".+",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@",
|
|
".@"};
|