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

*** empty log message ***

(Old svn revision: 10778)
parent 95be2be2
No related branches found
No related tags found
No related merge requests found
/* XPM */ /* XPM */
static char * title_2_active_xpm[] = { static char * title_2_active_xpm[] = {
"2 19 3 1", "1 19 3 1",
" c None", " c None",
". c #000000", ". c #000000",
"+ c #2E3563", "+ c #2E3563",
"..", ".",
".+", "+",
".+", "+",
".+", "+",
".+", "+",
".+", "+",
".+", "+",
".+", "+",
".+", "+",
".+", "+",
".+", "+",
".+", "+",
".+", "+",
".+", "+",
".+", "+",
".+", "+",
".+", "+",
".+", "+",
".."}; "."};
/* XPM */ /* XPM */
static char * title_2_inactive_xpm[] = { static char * title_2_inactive_xpm[] = {
"2 19 5 1", "1 19 5 1",
" c None", " c None",
". c #000000", ". c #000000",
"+ c #919191 s inactive_shadow_1", "+ c #919191 s inactive_shadow_1",
"@ c #FFFFFF s inactive_hilight_1", "@ c #FFFFFF s inactive_hilight_1",
"# c #E6E6E6 s inactive_color_1", "# c #E6E6E6 s inactive_color_1",
"..", ".",
"#@", "#",
"+#", "+",
"+#", "+",
"+#", "+",
"+#", "+",
"+#", "+",
"+#", "+",
"+#", "+",
"+#", "+",
"+#", "+",
"+#", "+",
"+#", "+",
"+#", "+",
"+#", "+",
"+#", "+",
"+#", "+",
"+#", "+",
"++"}; "+"};
/* XPM */ /* XPM */
static char * title_3_active_xpm[] = { static char * title_3_active_xpm[] = {
"20 19 20 1", "20 19 21 1",
" c None", " c None",
". c #000000", ". c #000000",
"+ c #B2BAE9", "+ c #B2BAE9",
...@@ -21,6 +21,7 @@ static char * title_3_active_xpm[] = { ...@@ -21,6 +21,7 @@ static char * title_3_active_xpm[] = {
"^ c #48528F", "^ c #48528F",
"/ c #47518B", "/ c #47518B",
"_ c #4B58A2", "_ c #4B58A2",
": c #0B0B0C",
"....................", "....................",
"++++++++++++++++++++", "++++++++++++++++++++",
"####################", "####################",
...@@ -39,4 +40,4 @@ static char * title_3_active_xpm[] = { ...@@ -39,4 +40,4 @@ static char * title_3_active_xpm[] = {
"^^*^^^*^^^*^^^*^^^*^", "^^*^^^*^^^*^^^*^^^*^",
"/*///*///*///*///*//", "/*///*///*///*///*//",
"____________________", "____________________",
"...................."}; "::::::::::::::::::::"};
/* XPM */ /* XPM */
static char * title_4_active_xpm[] = { static char * title_4_active_xpm[] = {
"2 19 3 1", "1 19 3 1",
" c None", " c None",
". c #000000", ". c #000000",
"$ c #2E3563", "$ c #2E3563",
"..", ".",
"$.", "$",
"$.", "$",
"$.", "$",
"$.", "$",
"$.", "$",
"$.", "$",
"$.", "$",
"$.", "$",
"$.", "$",
"$.", "$",
"$.", "$",
"$.", "$",
"$.", "$",
"$.", "$",
"$.", "$",
"$.", "$",
"$.", "$",
".."}; "."};
/* XPM */ /* XPM */
static char * title_4_ininactive_xpm[] = { static char * title_4_ininactive_xpm[] = {
"2 19 5 1", "1 19 5 1",
" c None", " c None",
". c #000000", ". c #000000",
"+ c #919191 s inactive_shadow_1", "+ c #919191 s inactive_shadow_1",
"@ c #FFFFFF s inactive_hilight_1", "@ c #FFFFFF s inactive_hilight_1",
"# c #E6E6E6 s inactive_color_1", "# c #E6E6E6 s inactive_color_1",
"..", ".",
"@#", "#",
"#+", "+",
"#+", "+",
"#+", "+",
"#+", "+",
"#+", "+",
"#+", "+",
"#+", "+",
"#+", "+",
"#+", "+",
"#+", "+",
"#+", "+",
"#+", "+",
"#+", "+",
"#+", "+",
"#+", "+",
"#+", "+",
"++"}; "+"};
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