Skip to content
Snippets Groups Projects
Commit e26b0205 authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

*** empty log message ***

(Old svn revision: 10529)
parent 31cbc5c2
No related branches found
No related tags found
No related merge requests found
/* XPM */ /* XPM */
static char * bottom_left_active_xpm[] = { static char * bottom_left_active_xpm[] = {
"22 22 5 1", "22 22 6 1",
" c None", " c None",
". c #000000", ". c #000000",
"+ c #6671B2 s active_color_1", "+ c #6671B2 s active_color_1",
"@ c #444F94 s active_shadow_1", "@ c #444F94 s active_shadow_1",
"# c #8D95C6 s active_hilight_1", "# c #8D95C6 s active_hilight_1",
".+@@@@ ", "& c #A1A1A1 s active_shadow_2",
".&&&&& ",
".####@ ", ".####@ ",
".#+++@ ", ".#+++@ ",
".#+++@ ", ".#+++@ ",
...@@ -22,9 +23,9 @@ static char * bottom_left_active_xpm[] = { ...@@ -22,9 +23,9 @@ static char * bottom_left_active_xpm[] = {
".#+++@ ", ".#+++@ ",
".#+++@ ", ".#+++@ ",
".#+++@ ", ".#+++@ ",
".#++++@@@@@@@@@@@@@@@@", ".#++++@@@@@@@@@@@@@@@&",
" .#++++##############+", " .#++++#############+&",
" .#++++++++++++++++++@", " .#+++++++++++++++++@&",
" .@@++++++++++++++++@", " .@@+++++++++++++++@&",
" ..@@@@@@@@@@@@@@@@@", " ..@@@@@@@@@@@@@@@@&",
" ................."}; " ................."};
/* XPM */ /* XPM */
static char * bottom_left_inactive_xpm[] = { static char * bottom_left_inactive_xpm[] = {
"22 22 5 1", "22 22 6 1",
" c None", " c None",
". c #000000", ". c #000000",
"+ c #B9B9B9 s inactive_color_1", "+ c #B9B9B9 s inactive_color_1",
"@ c #9B9B9B s inactive_shadow_1", "@ c #9B9B9B s inactive_shadow_1",
"# c #CBCBCB s inactive_hilight_1", "# c #CBCBCB s inactive_hilight_1",
".+@@@@ ", "& c #A1A1A1 s inactive_shadow_2",
".&&&&& ",
".####@ ", ".####@ ",
".#+++@ ", ".#+++@ ",
".#+++@ ", ".#+++@ ",
...@@ -22,9 +23,9 @@ static char * bottom_left_inactive_xpm[] = { ...@@ -22,9 +23,9 @@ static char * bottom_left_inactive_xpm[] = {
".#+++@ ", ".#+++@ ",
".#+++@ ", ".#+++@ ",
".#+++@ ", ".#+++@ ",
".#++++@@@@@@@@@@@@@@@@", ".#++++@@@@@@@@@@@@@@@&",
" .#++++##############+", " .#++++#############+&",
" .#++++++++++++++++++@", " .#+++++++++++++++++@&",
" .@@++++++++++++++++@", " .@@+++++++++++++++@&",
" ..@@@@@@@@@@@@@@@@@", " ..@@@@@@@@@@@@@@@@&",
" ................."}; " ................."};
/* XPM */ /* XPM */
static char * bottom_right_active_xpm[] = { static char * bottom_right_active_xpm[] = {
"22 22 5 1", "22 22 6 1",
" c None", " c None",
". c #444F94 s active_shadow_1", ". c #444F94 s active_shadow_1",
"+ c #6671B2 s active_color_1", "+ c #6671B2 s active_color_1",
"@ c #000000", "@ c #000000",
"# c #8D95C6 s active_hilight_1", "# c #8D95C6 s active_hilight_1",
" .+..@@", "& c #A1A1A1 s active_shadow_2",
" .&&&&@",
" .#++.@", " .#++.@",
" .#++.@", " .#++.@",
" .#++.@", " .#++.@",
...@@ -22,9 +23,9 @@ static char * bottom_right_active_xpm[] = { ...@@ -22,9 +23,9 @@ static char * bottom_right_active_xpm[] = {
" .#++.@", " .#++.@",
" .#++.@", " .#++.@",
" .#++.@", " .#++.@",
"+...............#+++.@", "&+..............#+++.@",
"################+++.@ ", "&###############+++.@ ",
"#++++++++++++++++++.@ ", "&#+++++++++++++++++.@ ",
"#++++++++++++++++..@ ", "&#+++++++++++++++..@ ",
"+................@@ ", "&+...............@@ ",
"@@@@@@@@@@@@@@@@@ "}; "@@@@@@@@@@@@@@@@@ "};
/* XPM */ /* XPM */
static char * bottom_right_inactive_xpm[] = { static char * bottom_right_inactive_xpm[] = {
"22 22 5 1", "22 22 6 1",
" c None", " c None",
". c #9B9B9B s inactive_shadow_1", ". c #9B9B9B s inactive_shadow_1",
"+ c #B9B9B9 s inactive_color_1", "+ c #B9B9B9 s inactive_color_1",
"@ c #000000", "@ c #000000",
"# c #CBCBCB s inactive_hilight_1", "# c #CBCBCB s inactive_hilight_1",
" .+..@@", "& c #A1A1A1 s inactive_shadow_2",
" &&&&&@",
" .#++.@", " .#++.@",
" .#++.@", " .#++.@",
" .#++.@", " .#++.@",
...@@ -22,9 +23,9 @@ static char * bottom_right_inactive_xpm[] = { ...@@ -22,9 +23,9 @@ static char * bottom_right_inactive_xpm[] = {
" .#++.@", " .#++.@",
" .#++.@", " .#++.@",
" .#++.@", " .#++.@",
"+...............#+++.@", "&+..............#+++.@",
"################+++.@ ", "&###############+++.@ ",
"#++++++++++++++++++.@ ", "&#+++++++++++++++++.@ ",
"#++++++++++++++++..@ ", "&#+++++++++++++++..@ ",
"+................@@ ", "&+...............@@ ",
"@@@@@@@@@@@@@@@@@ "}; "@@@@@@@@@@@@@@@@@ "};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment