This commit is contained in:
kento2 2025-11-16 22:32:14 +01:00
commit 4603184052
87 changed files with 3677 additions and 0 deletions

View file

@ -0,0 +1,37 @@
/* XPM */
static char * title_1_inactive_xpm[] = {
"8 24 10 1",
" c None",
". c #000000",
"+ c #FFFFFF s inactive_hilight_2",
"@ c #D5D6D5 s inactive_color_2",
"# c #949594 s inactive_shadow_2",
"$ c #4B58A2 s inactive_shadow_1",
"% c #848FD6 s inactive_mid_1",
"& c #525FAB s inactive_color_1",
"* c #B4BAB4 s inactive_mid_2",
"= c #FFFFFF s inactive_hilight_1",
"........",
"++++++++",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@",
"@@@@@@@@"};