This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.

34 lines
278 B
C

/* XPM */
static char * top_left_inactive_xpm[] = {
"2 26 4 1",
" c None",
". c #eee8d5",
"+ c #eee8d5",
"@ c #eee8d5",
" .",
".+",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@",
".@"};