You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
2.4 KiB
32 lines
2.4 KiB
6 years ago
|
/* XPM */
|
||
|
static char * focused_xpm[] = {
|
||
|
"100 22 6 1",
|
||
|
" c None",
|
||
|
". c #111111",
|
||
|
"+ c #F4F4F4",
|
||
|
"@ c #A191A8",
|
||
|
"# c #93849B",
|
||
|
"$ c #82748B",
|
||
|
"....................................................................................................",
|
||
|
"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++",
|
||
|
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"####################################################################################################",
|
||
|
"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$",
|
||
|
"...................................................................................................."};
|