mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 12:25:18 +00:00
First publishable version
This commit is contained in:
parent
c8b05825a0
commit
d32217c528
295 changed files with 28883 additions and 6764 deletions
|
|
@ -1,9 +1,10 @@
|
|||
/* XPM */
|
||||
static char * bottom_right_inactive_xpm[] = {
|
||||
"24 24 3 1",
|
||||
static char * bottom_right_active_xpm[] = {
|
||||
"24 24 4 1",
|
||||
" c None",
|
||||
"# c #C0C0C0 s inactive_color_2",
|
||||
"@ c #C0C0FF s inactive_color_2",
|
||||
"# c #C0C0C0 s active_color_2",
|
||||
"@ c #C0C0FF s active_shadow_2",
|
||||
"S c #202020 s active_shadow_2",
|
||||
" ####@@",
|
||||
" ####@@",
|
||||
" ####@@",
|
||||
|
|
@ -26,5 +27,5 @@ static char * bottom_right_inactive_xpm[] = {
|
|||
"######################@@",
|
||||
"######################@@",
|
||||
"######################@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@ ",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@ "};
|
||||
"SSSSSSSSSSSSSSSSSSSSSSS@",
|
||||
"SSSSSSSSSSSSSSSSSSSSSSSS"};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue