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

Remove colored corners to get a slick frame.

(Old svn revision: 10717)
parent 7247f967
No related branches found
No related tags found
No related merge requests found
/* XPM */
static char * bottom_left_active_xpm[] = {
"22 12 8 1",
"22 12 5 1",
" c None",
". c #000000",
"+ c #D5D6D5 s active_color_2",
"@ c #949594 s active_shadow_2",
"# c #0000C5 s active_hilight_1",
"$ c #00009C s active_color_1",
"% c #10105A s active_shadow_1",
"& c #FFFFFF s active_hilight_2",
".+@. ",
".... ",
".#$. ",
".#%. ",
".#%. ",
".#%. ",
".#$%..................",
".#$$###############$.&",
".#$$$$$$$$$$$$$$$$$%.&",
".$$$$$$$$$$$$$$$$$$%.&",
" .%%%%%%%%%%%%%%%%%%.+",
"@ c #949594 s inactive_shadow_2",
"# c #0000C5 s inactive_hilight_2",
"$ c #00009C s inactive_mid_2",
".#@. ",
".#@. ",
".#@. ",
".#@. ",
".#@. ",
".#@. ",
".#$@..................",
".#$$##################",
".#$$$$$$$$$$$$$$$$$$$$",
".$$$$$$$$$$$$$$$$$$$$$",
" .@@@@@@@@@@@@@@@@@@@@",
" ...................."};
/* XPM */
static char * bottom_left_inactive_xpm[] = {
"22 12 8 1",
"22 12 5 1",
" c None",
". c #000000",
"+ c #D5D6D5 s inactive_color_2",
"@ c #949594 s inactive_shadow_2",
"# c #0000C5 s inactive_hilight_1",
"$ c #00009C s inactive_color_1",
"% c #10105A s inactive_shadow_1",
"& c #FFFFFF s inactive_hilight_2",
".+@. ",
".... ",
".#$. ",
".#%. ",
".#%. ",
".#%. ",
".#$%..................",
".#$$###############$.&",
".#$$$$$$$$$$$$$$$$$%.&",
".$$$$$$$$$$$$$$$$$$%.&",
" .%%%%%%%%%%%%%%%%%%.+",
"# c #0000C5 s inactive_hilight_2",
"$ c #00009C s inactive_mid_2",
".#@. ",
".#@. ",
".#@. ",
".#@. ",
".#@. ",
".#@. ",
".#$@..................",
".#$$##################",
".#$$$$$$$$$$$$$$$$$$$$",
".$$$$$$$$$$$$$$$$$$$$$",
" .@@@@@@@@@@@@@@@@@@@@",
" ...................."};
/* XPM */
static char * bottom_right_active_xpm[] = {
"22 12 7 1",
"22 12 5 1",
" c None",
". c #000000",
"+ c #D5D6D5 s active_color_2",
"@ c #949594 s active_shadow_2",
"# c #0000C5 s active_hilight_1",
"$ c #00009C s active_color_1",
"% c #10105A s active_shadow_1",
" .+@.",
" ....",
" .#$.",
" .#%.",
" .#%.",
" .#%.",
"..................#$%.",
"+.################$$%.",
"@.#$$$$$$$$$$$$$$$$$%.",
"@.#$$$$$$$$$$$$$$$$$%.",
"@.$%%%%%%%%%%%%%%%%%. ",
"# c #0000C5 s active_hilight_2",
"$ c #00009C s active_mid_2",
" .#@.",
" .#@.",
" .#@.",
" .#@.",
" .#@.",
" .#@.",
"..................#$@.",
"##################$$@.",
"$$$$$$$$$$$$$$$$$$$$@.",
"$$$$$$$$$$$$$$$$$$$$@.",
"@@@@@@@@@@@@@@@@@@@@. ",
".................... "};
/* XPM */
static char * bottom_right_inactive_xpm[] = {
"22 12 7 1",
"22 12 5 1",
" c None",
". c #000000",
"+ c #D5D6D5 s inactive_color_2",
"@ c #949594 s inactive_shadow_2",
"# c #0000C5 s inactive_hilight_1",
"$ c #00009C s inactive_color_1",
"% c #10105A s inactive_shadow_1",
" .+@.",
" ....",
" .#$.",
" .#%.",
" .#%.",
" .#%.",
"..................#$%.",
"+.################$$%.",
"@.#$$$$$$$$$$$$$$$$$%.",
"@.#$$$$$$$$$$$$$$$$$%.",
"@.$%%%%%%%%%%%%%%%%%. ",
"# c #0000C5 s inactive_hilight_2",
"$ c #00009C s inactive_mid_2",
" .#@.",
" .#@.",
" .#@.",
" .#@.",
" .#@.",
" .#@.",
"..................#$@.",
"##################$$@.",
"$$$$$$$$$$$$$$$$$$$$@.",
"$$$$$$$$$$$$$$$$$$$$@.",
"@@@@@@@@@@@@@@@@@@@@. ",
".................... "};
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