mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
12 lines
369 B
C
12 lines
369 B
C
/* XPM */
|
|
static char * bottom_active_xpm[] = {
|
|
"24 6 3 1",
|
|
" c None",
|
|
"# c #C0C0C0 s active_color_2",
|
|
"@ c #C0C0FF s active_shadow_2",
|
|
"################################",
|
|
"################################",
|
|
"################################",
|
|
"################################",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
|