Applying a few more adjustments for the window control buttons.

This commit is contained in:
EMH-Mark-I 2021-08-07 10:35:18 -05:00
parent 964edf21a9
commit d42cc13b74
4 changed files with 80 additions and 77 deletions

View File

@ -1,6 +1,6 @@
/* XPM */ /* XPM */
static char * close_active_xpm[] = { static char * close_active_xpm[] = {
"18 24 7 1", "19 24 7 1",
" c #8CB754 s active_color_1", " c #8CB754 s active_color_1",
". c #000000 s active_mid_2", ". c #000000 s active_mid_2",
"& c #000000 s active_shadow_1", "& c #000000 s active_shadow_1",
@ -8,10 +8,10 @@ static char * close_active_xpm[] = {
"S c #FFFFFF s active_hilight_1", "S c #FFFFFF s active_hilight_1",
"@ c #C0C0C0 s active_mid_1", "@ c #C0C0C0 s active_mid_1",
"# c #808080 s active_shadow_2", "# c #808080 s active_shadow_2",
"SSSSSSSSSSSSSSSSSS", "SSSSSSSSSSSSSSSSSSS",
"++++++++++++++++++", "+++++++++++++++++++",
"@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@",
" ", " ",
" ", " ",
" +++++++++++++++& ", " +++++++++++++++& ",
@ -30,5 +30,6 @@ static char * close_active_xpm[] = {
" &&&&&&&&&&&&&&&& ", " &&&&&&&&&&&&&&&& ",
" ", " ",
" ", " ",
"@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@"}; "@@@@@@@@@@@@@@@@@@@"};

View File

@ -1,6 +1,6 @@
/* XPM */ /* XPM */
static char * close_inactive_xpm[] = { static char * close_inactive_xpm[] = {
"18 24 7 1", "19 24 7 1",
" c #8CB754 s inactive_color_1", " c #8CB754 s inactive_color_1",
". c #000000 s inactive_mid_2", ". c #000000 s inactive_mid_2",
"& c #000000 s inactive_shadow_1", "& c #000000 s inactive_shadow_1",
@ -8,10 +8,10 @@ static char * close_inactive_xpm[] = {
"S c #FFFFFF s inactive_hilight_1", "S c #FFFFFF s inactive_hilight_1",
"@ c #C0C0C0 s inactive_mid_1", "@ c #C0C0C0 s inactive_mid_1",
"# c #808080 s inactive_shadow_2", "# c #808080 s inactive_shadow_2",
"SSSSSSSSSSSSSSSSSS", "SSSSSSSSSSSSSSSSSSS",
"++++++++++++++++++", "+++++++++++++++++++",
"@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@",
" ", " ",
" ", " ",
" +++++++++++++++& ", " +++++++++++++++& ",
@ -30,5 +30,6 @@ static char * close_inactive_xpm[] = {
" &&&&&&&&&&&&&&&& ", " &&&&&&&&&&&&&&&& ",
" ", " ",
" ", " ",
"@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@"}; "@@@@@@@@@@@@@@@@@@@"};

View File

@ -1,6 +1,6 @@
/* XPM */ /* XPM */
static char * close_pressed_xpm[] = { static char * close_pressed_xpm[] = {
"18 24 7 1", "19 24 7 1",
" c #8CB754 s active_color_1", " c #8CB754 s active_color_1",
"+ c #000000 s active_shadow_1", "+ c #000000 s active_shadow_1",
"& c #FFFFFF s active_hilight_2", "& c #FFFFFF s active_hilight_2",
@ -8,10 +8,10 @@ static char * close_pressed_xpm[] = {
"@ c #C0C0C0 s active_mid_1", "@ c #C0C0C0 s active_mid_1",
". c #FF00FF s active_mid_2", ". c #FF00FF s active_mid_2",
"S c #808080 s active_shadow_2", "S c #808080 s active_shadow_2",
"##################", "###################",
"&&&&&&&&&&&&&&&&&&", "&&&&&&&&&&&&&&&&&&&",
"@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@",
" ", " ",
" ", " ",
" +++++++++++++++& ", " +++++++++++++++& ",
@ -30,5 +30,6 @@ static char * close_pressed_xpm[] = {
" &&&&&&&&&&&&&&&& ", " &&&&&&&&&&&&&&&& ",
" ", " ",
" ", " ",
"@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@"}; "@@@@@@@@@@@@@@@@@@@"};

View File

@ -47,10 +47,10 @@ active_mid_2=#000000
inactive_mid_2=#000000 inactive_mid_2=#000000
button_layout=O|HMC button_layout=O|HMC
button_offset=1 button_offset=0
button_spacing=0 button_spacing=0
full_width_title=true full_width_title=true
maximized_offset=2 maximized_offset=0
show_app_icon=true show_app_icon=true
title_alignment=left title_alignment=left
title_horizontal_offset=2 title_horizontal_offset=2