mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 12:25:18 +00:00
30 lines
833 B
C
30 lines
833 B
C
/* XPM */
|
|
static char * shade_active_xpm[] = {
|
|
"24 25 2 1",
|
|
" c #808080 s inactive_color_2",
|
|
". c #000000 s inactive_text_color",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" . ",
|
|
" ... ",
|
|
" ..... ",
|
|
" ... ... ",
|
|
" ... ... ",
|
|
" .. .. ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|