mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
First publishable version
This commit is contained in:
parent
c8b05825a0
commit
d32217c528
295 changed files with 28883 additions and 6764 deletions
|
|
@ -1,30 +1,37 @@
|
|||
/* XPM */
|
||||
static char * shade_toggled_active_xpm[] = {
|
||||
"24 25 2 1",
|
||||
" c #808080 s active_color_2",
|
||||
". c #000000 s active_text_color",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .. .. ",
|
||||
" ... ... ",
|
||||
" ... ... ",
|
||||
" ..... ",
|
||||
" ... ",
|
||||
" . ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
static char * button_active_xpm[] = {
|
||||
"25 30 4 1",
|
||||
" c #808080 s active_color_1",
|
||||
"@ c #FFFFFF s active_hilight_1",
|
||||
"+ c #505050 s active_shadow_1",
|
||||
"S c #C0C0C0 s active_text_color",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
" ",
|
||||
" ",
|
||||
" @@@@@@@@@@@@@@@@@@@@@@@ ",
|
||||
" @@@@@@@@@@@@@@@@@@@@@@+ ",
|
||||
" @@ ++ ",
|
||||
" @@ ++ ",
|
||||
" @@ ++ ",
|
||||
" @@ ++ ",
|
||||
" @@ ++ ",
|
||||
" @@ ++ ",
|
||||
" @@ ++ ",
|
||||
" @@ SSS SSS ++ ",
|
||||
" @@ SSS SSS ++ ",
|
||||
" @@ SSS SSS ++ ",
|
||||
" @@ SSS SSS ++ ",
|
||||
" @@ SSSSS ++ ",
|
||||
" @@ SSS ++ ",
|
||||
" @@ S ++ ",
|
||||
" @@ ++ ",
|
||||
" @@ ++ ",
|
||||
" @@ ++ ",
|
||||
" @@ ++ ",
|
||||
" @@ ++ ",
|
||||
" @@ ++ ",
|
||||
" @@+++++++++++++++++++++ ",
|
||||
" @++++++++++++++++++++++ ",
|
||||
" ",
|
||||
" "};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue