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