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

Use original color sheme for active title gradient.

(Old svn revision: 10774)
parent 9ea95eb3
No related branches found
No related tags found
No related merge requests found
/* XPM */
static char * bottom_left_active_xpm[] = {
"22 22 6 1",
"22 22 5 1",
" c None",
". c #000000",
"+ c #6671B2 s active_color_1",
"@ c #444F94 s active_shadow_1",
"# c #8D95C6 s active_hilight_1",
"% c #A1A1A1 s active_mid_1",
".#++%@ ",
".#++%@ ",
".#++%@ ",
".#++%@ ",
".#++%@ ",
".#++%@ ",
".#++%@ ",
".#++%@ ",
".#++%@ ",
".#++%@ ",
".#++%@ ",
".#++%@ ",
".#++%@ ",
".#++%@ ",
".#++%@ ",
".#++%@ ",
"+ c #6671B2",
"@ c #444F94",
"# c #8D95C6",
".#+++@ ",
".#+++@ ",
".#+++@ ",
".#+++@ ",
".#+++@ ",
".#+++@ ",
".#+++@ ",
".#+++@ ",
".#+++@ ",
".#+++@ ",
".#+++@ ",
".#+++@ ",
".#+++@ ",
".#+++@ ",
".#+++@ ",
".#+++@ ",
".#+++@@@@@@@@@@@@@@@@@",
" .#+++################",
" .#%%+++++++++++++++++",
" .@@%%%%%%%%%%%%%%%%%",
" .#+++++++++++++++++++",
" .@@+++++++++++++++++",
" ..@@@@@@@@@@@@@@@@@",
" ................."};
/* XPM */
static char * bottom_right_active_xpm[] = {
"22 22 6 1",
"22 22 5 1",
" c None",
". c #444F94 s active_shadow_1",
"+ c #6671B2 s active_color_1",
". c #444F94",
"+ c #6671B2",
"@ c #000000",
"# c #8D95C6 s active_hilight_1",
"% c #A1A1A1 s active_mid_1",
" .#+%.@",
" .#+%.@",
" .#+%.@",
" .#+%.@",
" .#+%.@",
" .#+%.@",
" .#+%.@",
" .#+%.@",
" .#+%.@",
" .#+%.@",
" .#+%.@",
" .#+%.@",
" .#+%.@",
" .#+%.@",
" .#+%.@",
" .#+%.@",
".................#+%.@",
"#################+%.@ ",
"+++++++++++++++++%%.@ ",
"%%%%%%%%%%%%%%%%%..@ ",
"# c #8D95C6",
" .#++.@",
" .#++.@",
" .#++.@",
" .#++.@",
" .#++.@",
" .#++.@",
" .#++.@",
" .#++.@",
" .#++.@",
" .#++.@",
" .#++.@",
" .#++.@",
" .#++.@",
" .#++.@",
" .#++.@",
" .#++.@",
".................#++.@",
"#################++.@ ",
"+++++++++++++++++++.@ ",
"+++++++++++++++++..@ ",
".................@@ ",
"@@@@@@@@@@@@@@@@@ "};
full_width_title=true
active_text_color=#FFFFFF
button_offset=0
button_spacing=0
title_vertical_offset_active=0
......
/* XPM */
static char * title_2_active_xpm[] = {
"2 19 6 1",
"2 19 3 1",
" c None",
". c #000000",
"+ c #B2BAE9 s active_hilight_1",
"@ c #525FAB s active_color_1",
"# c #848FD6 s active_mid_1",
"$ c #4B58A2 s active_shadow_1",
"+ c #2E3563",
"..",
".+",
".+",
......
/* XPM */
static char * title_3_active_xpm[] = {
"20 19 6 1",
"20 19 20 1",
" c None",
". c #000000",
"+ c #B2BAE9 s active_hilight_1",
"@ c #525FAB s active_color_1",
"# c #848FD6 s active_mid_1",
"$ c #4B58A2 s active_shadow_1",
"+ c #B2BAE9",
"# c #848FD7",
"& c #737FCB",
"* c #949BCA",
"= c #6D7AC6",
"- c #6874C1",
"; c #626FBB",
"> c #5D69B6",
", c #5764B1",
"' c #525FAB",
") c #4C59A6",
"! c #4B58A1",
"~ c #4A569D",
"{ c #4A5598",
"] c #495394",
"^ c #48528F",
"/ c #47518B",
"_ c #4B58A2",
"....................",
"++++++++++++++++++++",
"++++++++++++++++++++",
"@+@+@+@+@+@+@+@+@+@+",
"+@+@+@+@+@+@+@+@+@+@",
"@@@+@@@+@@@+@@@+@@@+",
"@@+@@@+@@@+@@@+@@@+@",
"@+@@@+@@@+@@@+@@@+@@",
"+@@@+@@@+@@@+@@@+@@@",
"@@@+@@@+@@@+@@@+@@@+",
"#@+@#@+@#@+@#@+@#@+@",
"@+@#@+@#@+@#@+@#@+@#",
"+@$@+@$@+@$@+@$@+@$@",
"@$@+@$@+@$@+@$@+@$@+",
"$#+#$#+#$#+#$#+#$#+#",
"#+#$#+#$#+#$#+#$#+#$",
"+$$$+$$$+$$$+$$$+$$$",
"$$$$$$$$$$$$$$$$$$$$",
"####################",
"&&*&&&*&&&*&&&*&&&*&",
"=*===*===*===*===*==",
"*---*---*---*---*---",
";;;*;;;*;;;*;;;*;;;*",
">>*>>>*>>>*>>>*>>>*>",
",*,,,*,,,*,,,*,,,*,,",
"*'''*'''*'''*'''*'''",
")))*)))*)))*)))*)))*",
"!!*!!!*!!!*!!!*!!!*!",
"~*~~~*~~~*~~~*~~~*~~",
"*{{{*{{{*{{{*{{{*{{{",
"]]]*]]]*]]]*]]]*]]]*",
"^^*^^^*^^^*^^^*^^^*^",
"/*///*///*///*///*//",
"____________________",
"...................."};
......@@ -3,7 +3,7 @@ static char * title_4_active_xpm[] = {
"2 19 3 1",
" c None",
". c #000000",
"$ c #4B58A2 s active_shadow_1",
"$ c #2E3563",
"..",
"$.",
"$.",
......
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