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