master
yutent 2022-08-04 21:23:56 +08:00
parent f901602f13
commit 441063ae2f
4 changed files with 6 additions and 6 deletions

View File

@ -2,10 +2,10 @@
static char * close_active_xpm[] = { static char * close_active_xpm[] = {
"43 58 5 1", "43 58 5 1",
" c None", " c None",
"$ c #C0C0FF s inactive_color_1", "$ c #C0C0FF00",
"@ c #949594 s active_shadow_2", "@ c #949594 s active_shadow_2",
"# c #FF0000", "# c #FF0000",
". c #B4BAB4 s inactive_color_1", ". c #B4BAB400",
"...........................................", "...........................................",
"...........................................", "...........................................",
"...........................................", "...........................................",

View File

@ -2,7 +2,7 @@
static char * close_inactive_xpm[] = { static char * close_inactive_xpm[] = {
"43 58 5 1", "43 58 5 1",
" c None", " c None",
". c #C0C0FF s inactive_color_1", ". c #C0C0FF00",
"@ c #949594 s inactive_shadow_2", "@ c #949594 s inactive_shadow_2",
"# c #000000 s inactive_text_color", "# c #000000 s inactive_text_color",
"$ c #B4BAB4 s inactive_mid_2", "$ c #B4BAB4 s inactive_mid_2",

View File

@ -2,10 +2,10 @@
static char * close_active_xpm[] = { static char * close_active_xpm[] = {
"43 58 6 1", "43 58 6 1",
" c None", " c None",
"$ c #C0C0FF s active_color_2", "$ c #C0C0FF00",
"@ c #949594 s active_shadow_2", "@ c #949594 s active_shadow_2",
"# c #000000 s active_text_color", "# c #000000 s active_text_color",
". c #B4BAB4 s active_mid_2", ". c #B4BAB400",
"+ c #B4BAB4 s active_hilight_2", "+ c #B4BAB4 s active_hilight_2",
"...........................................", "...........................................",
"...........................................", "...........................................",

View File

@ -5,7 +5,7 @@ static char * close_pressed_xpm[] = {
"$ c #C0C0FF s active_color_2", "$ c #C0C0FF s active_color_2",
"@ c #949594 s active_shadow_2", "@ c #949594 s active_shadow_2",
"# c #000000 s active_text_color", "# c #000000 s active_text_color",
". c #B4BAB4 s active_mid_2", ". c #B4BAB400",
"+ c #B4BAB4 s active_hilight_2", "+ c #B4BAB4 s active_hilight_2",
"...........................................", "...........................................",
"...........................................", "...........................................",