Files
Lutris-Playtime-Report-Gene…/templates/Platinum/Others/bg-tiled.xpm
Miguel Astor f850e4d69c Move templates and assets to templates/ folder
- Move all HTML templates to templates/
- Move Platinum assets to templates/Platinum/
- Update default paths in generate_report.py

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-26 03:21:25 -04:00

16 lines
208 B
C

/* XPM */
static char * bg_tiled_xpm[] = {
"8 8 4 1",
" c None",
". c #DDDDDD",
"+ c #CCCCCC",
"@ c #EEEEEE",
".+++++++",
"+.@+++@+",
"++.+++++",
"@+++@+++",
"++++++.+",
"++@++.@+",
"++++.+++",
"@+++@+++"};