First publishable version

This commit is contained in:
Eudaimon 2022-07-25 12:06:09 +02:00
parent c8b05825a0
commit d32217c528
295 changed files with 28883 additions and 6764 deletions

View file

@ -1,34 +1,36 @@
/* XPM */
static char * top_right_inactive_xpm[] = {
"12 29 2 1",
" c None",
static char * top_right_active_xpm[] = {
"12 30 3 1",
"@ c #FFFFFF s inactive_hilight_2",
". c #C0C0FF s inactive_color_2",
"..... ",
"....... ",
"......... ",
".......... ",
".......... ",
"........... ",
"........... ",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"............"};
"+ c #606090 s inactive_shadow_2",
"@@@@@@@@@@@@",
"@@@@@@@@@@@+",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++",
"..........++"};