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.

27 lines
194 B
C
Raw Normal View History

/* XPM */
static char * right_inactive_xpm[] = {
"1 21 2 1",
" c None",
2018-01-31 13:50:13 -06:00
". c #eee8d5",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
"."};