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

Theme tweaking

(Old svn revision: 10387)
parent a1474afa
No related branches found
No related tags found
No related merge requests found
/* XPM */ /* XPM */
static char * close_active_xpm[] = { static char * close_active_xpm[] = {
"13 14 5 1", "15 14 5 1",
" c None", " c None",
". c #000000 s active_border_color", ". c #000000 s active_border_color",
"+ c #FFFFFF s active_hilight_2", "+ c #FFFFFF s active_hilight_2",
"@ c #D8D8D8 s active_color_2", "@ c #D8D8D8 s active_color_2",
"# c #B2B2B2 s active_shadow_2", "# c #B2B2B2 s active_shadow_2",
" ", " ",
"@@@@@@@@@@@@@", " @@@@@@@@@@@@@",
"@+++++++++++.", " @+++++++++++.",
"@+@@@@@@@@@#.", " @+@@@@@@@@@#.",
"@+@..@@@..@#.", " @+@..@@@..@#.",
"@+@...@...@#.", " @+@...@...@#.",
"@+@@.....@@#.", " @+@@.....@@#.",
"@+@@@...@@@#.", " @+@@@...@@@#.",
"@+@@.....@@#.", " @+@@.....@@#.",
"@+@...@...@#.", " @+@...@...@#.",
"@+@..@@@..@#.", " @+@..@@@..@#.",
"@+@@@@@@@@@#.", " @+@@@@@@@@@#.",
"@+##########.", " @+##########.",
"@............"}; " @............"};
/* XPM */ /* XPM */
static char * close_inactive_xpm[] = { static char * close_inactive_xpm[] = {
"13 14 5 1", "15 14 5 1",
" c None", " c None",
". c #000000 s inactive_border_color", ". c #000000 s inactive_border_color",
"+ c #FFFFFF s inactive_hilight_2", "+ c #FFFFFF s inactive_hilight_2",
"@ c #D8D8D8 s inactive_color_2", "@ c #D8D8D8 s inactive_color_2",
"# c #B2B2B2 s inactive_shadow_2", "# c #B2B2B2 s inactive_shadow_2",
" ", " ",
"@@@@@@@@@@@@@", " @@@@@@@@@@@@@",
"@+++++++++++.", " @+++++++++++.",
"@+@@@@@@@@@#.", " @+@@@@@@@@@#.",
"@+@..@@@..@#.", " @+@..@@@..@#.",
"@+@...@...@#.", " @+@...@...@#.",
"@+@@.....@@#.", " @+@@.....@@#.",
"@+@@@...@@@#.", " @+@@@...@@@#.",
"@+@@.....@@#.", " @+@@.....@@#.",
"@+@...@...@#.", " @+@...@...@#.",
"@+@..@@@..@#.", " @+@..@@@..@#.",
"@+@@@@@@@@@#.", " @+@@@@@@@@@#.",
"@+##########.", " @+##########.",
"@............"}; " @............"};
/* XPM */ /* XPM */
static char * close_pressed_xpm[] = { static char * close_pressed_xpm[] = {
"13 14 5 1", "15 14 5 1",
" c None", " c None",
". c #000000 s active_border_color", ". c #000000 s active_border_color",
"+ c #B2B2B2 s active_shadow_2", "+ c #B2B2B2 s active_shadow_2",
"@ c #D8D8D8 s active_color_2", "@ c #D8D8D8 s active_color_2",
"# c #FFFFFF s active_hilight_2", "# c #FFFFFF s active_hilight_2",
" ", " ",
"............@", " ............@",
".+++++++++++@", " .+++++++++++@",
".+@@@@@@@@@#@", " .+@@@@@@@@@#@",
".+@@@@@@@@@#@", " .+@@@@@@@@@#@",
".+@@..@@@..#@", " .+@@..@@@..#@",
".+@@...@...#@", " .+@@...@...#@",
".+@@@.....@#@", " .+@@@.....@#@",
".+@@@@...@@#@", " .+@@@@...@@#@",
".+@@@.....@#@", " .+@@@.....@#@",
".+@@...@...#@", " .+@@...@...#@",
".+@@..@@@..#@", " .+@@..@@@..#@",
".+##########@", " .+##########@",
".@@@@@@@@@@@@"}; " .@@@@@@@@@@@@"};
full_width_title=true full_width_title=true
button_offset=2 button_offset=1
button_spacing=2 button_spacing=0
button_layout=O|HMC button_layout=O|HMC
title_vertical_offset=2 title_vertical_offset=2
title_alignment=left title_alignment=left
......
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