update
parent
5d34e502f9
commit
f9dfc0319a
|
@ -1,6 +1,6 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * bottom_active_xpm[] = {
|
static char * bottom_active_xpm[] = {
|
||||||
"48 12 3 1",
|
"48 0 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"# c #C0C0C0 s active_color_2",
|
"# c #C0C0C0 s active_color_2",
|
||||||
"@ c #C0C0FF s active_color_2",
|
"@ c #C0C0FF s active_color_2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * bottom_inactive_xpm[] = {
|
static char * bottom_inactive_xpm[] = {
|
||||||
"48 12 3 1",
|
"48 0 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"# c #C0C0C0 s inactive_color_2",
|
"# c #C0C0C0 s inactive_color_2",
|
||||||
"@ c #C0C0FF s inactive_color_2",
|
"@ c #C0C0FF s inactive_color_2",
|
||||||
|
|
|
@ -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 active_color_2",
|
"$ c #C0C0FF s inactive_color_1",
|
||||||
"@ c #949594 s active_shadow_2",
|
"@ c #949594 s active_shadow_2",
|
||||||
"# c #000000 s active_text_color",
|
"# c #FF0000",
|
||||||
". c #B4BAB4 s active_mid_2",
|
". c #B4BAB4 s inactive_color_1",
|
||||||
"...........................................",
|
"...........................................",
|
||||||
"...........................................",
|
"...........................................",
|
||||||
"...........................................",
|
"...........................................",
|
||||||
|
|
|
@ -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_2",
|
". c #C0C0FF s inactive_color_1",
|
||||||
"@ 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",
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
static char * hide_active_xpm[] = {
|
static char * hide_active_xpm[] = {
|
||||||
"43 58 5 1",
|
"43 58 5 1",
|
||||||
" c None",
|
" c None",
|
||||||
"$ c #C0C0FF s active_color_2",
|
"$ c #C0C0FF s inactive_color_1",
|
||||||
"@ 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 #B4BAB4 s inactive_color_1",
|
||||||
"...........................................",
|
"...........................................",
|
||||||
"...........................................",
|
"...........................................",
|
||||||
"...........................................",
|
"...........................................",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * hide_inactive_xpm[] = {
|
static char * hide_inactive_xpm[] = {
|
||||||
"43 58 5 1",
|
"43 58 5 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #C0C0FF s inactive_color_2",
|
". c #C0C0FF s inactive_color_1",
|
||||||
"@ 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",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * left_active_xpm[] = {
|
static char * left_active_xpm[] = {
|
||||||
"12 48 3 1",
|
"0 48 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"# c #C0C0C0 s active_color_2",
|
"# c #C0C0C0 s active_color_2",
|
||||||
"@ c #C0C0FF s active_color_2",
|
"@ c #C0C0FF s active_color_2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * left_inactive_xpm[] = {
|
static char * left_inactive_xpm[] = {
|
||||||
"12 48 3 1",
|
"0 48 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"# c #C0C0C0 s inactive_color_2",
|
"# c #C0C0C0 s inactive_color_2",
|
||||||
"@ c #C0C0FF s inactive_color_2",
|
"@ c #C0C0FF s inactive_color_2",
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
static char * maximize_active_xpm[] = {
|
static char * maximize_active_xpm[] = {
|
||||||
"43 58 5 1",
|
"43 58 5 1",
|
||||||
" c None",
|
" c None",
|
||||||
"$ c #C0C0FF s active_color_2",
|
"$ c #C0C0FF s inactive_color_1",
|
||||||
"@ 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 #B4BAB4 s inactive_color_1",
|
||||||
"...........................................",
|
"...........................................",
|
||||||
"...........................................",
|
"...........................................",
|
||||||
"...........................................",
|
"...........................................",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * maximize_inactive_xpm[] = {
|
static char * maximize_inactive_xpm[] = {
|
||||||
"43 58 5 1",
|
"43 58 5 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #C0C0FF s inactive_color_2",
|
". c #C0C0FF s inactive_color_1",
|
||||||
"@ 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",
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
static char * maximize_active_xpm[] = {
|
static char * maximize_active_xpm[] = {
|
||||||
"43 58 5 1",
|
"43 58 5 1",
|
||||||
" c None",
|
" c None",
|
||||||
"$ c #C0C0FF s active_color_2",
|
"$ c #C0C0FF s inactive_color_1",
|
||||||
"@ 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 #B4BAB4 s inactive_color_1",
|
||||||
"...........................................",
|
"...........................................",
|
||||||
"...........................................",
|
"...........................................",
|
||||||
"...........................................",
|
"...........................................",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * maximize_inactive_xpm[] = {
|
static char * maximize_inactive_xpm[] = {
|
||||||
"43 58 5 1",
|
"43 58 5 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #C0C0FF s inactive_color_2",
|
". c #C0C0FF s inactive_color_1",
|
||||||
"@ 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",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * right_active_xpm[] = {
|
static char * right_active_xpm[] = {
|
||||||
"12 48 3 1",
|
"0 48 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"# c #C0C0C0 s active_color_2",
|
"# c #C0C0C0 s active_color_2",
|
||||||
"@ c #C0C0FF s active_color_2",
|
"@ c #C0C0FF s active_color_2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * right_inactive_xpm[] = {
|
static char * right_inactive_xpm[] = {
|
||||||
"12 48 3 1",
|
"0 48 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"# c #C0C0C0 s inactive_color_2",
|
"# c #C0C0C0 s inactive_color_2",
|
||||||
"@ c #C0C0FF s inactive_color_2",
|
"@ c #C0C0FF s inactive_color_2",
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
active_color_1=#4d535d
|
||||||
|
inactive_color_1=#4d535d
|
||||||
|
active_color_2=#4d535d
|
||||||
|
inactive_color_2=#4d535d
|
||||||
|
; active_color_2=active_border_color
|
||||||
|
; inactive_color_2=inactive_border_color
|
||||||
active_text_color=active_text_color_2
|
active_text_color=active_text_color_2
|
||||||
active_text_shadow_color=active_hilight_2
|
active_text_shadow_color=active_hilight_2
|
||||||
inactive_text_color=inactive_text_color_2
|
inactive_text_color=inactive_text_color_2
|
||||||
|
@ -17,4 +23,4 @@ title_horizontal_offset=2
|
||||||
title_shadow_active=false
|
title_shadow_active=false
|
||||||
title_shadow_inactive=false
|
title_shadow_inactive=false
|
||||||
title_vertical_offset_active=2
|
title_vertical_offset_active=2
|
||||||
title_vertical_offset_inactive=2
|
title_vertical_offset_inactive=2
|
|
@ -2,7 +2,7 @@
|
||||||
static char * title_active_xpm[] = {
|
static char * title_active_xpm[] = {
|
||||||
"8 58 2 1",
|
"8 58 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #FF6600 s active_mid_2",
|
". c #000000 s active_color_1",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * title_inactive_xpm[] = {
|
static char * title_inactive_xpm[] = {
|
||||||
"8 58 2 1",
|
"8 58 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #C0C0FF s inactive_color_2",
|
". c #C0C0FF s inactive_color_1",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * title_active_xpm[] = {
|
static char * title_active_xpm[] = {
|
||||||
"8 58 2 1",
|
"8 58 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #FF6600 s active_mid_2",
|
". c #000000 s active_color_1",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * title_inactive_xpm[] = {
|
static char * title_inactive_xpm[] = {
|
||||||
"8 58 2 1",
|
"8 58 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #C0C0FF s inactive_color_2",
|
". c #C0C0FF s inactive_color_1",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * title_active_xpm[] = {
|
static char * title_active_xpm[] = {
|
||||||
"8 58 2 1",
|
"8 58 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #FF6600 s active_mid_2",
|
". c #000000 s active_color_1",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * title_inactive_xpm[] = {
|
static char * title_inactive_xpm[] = {
|
||||||
"8 58 2 1",
|
"8 58 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #C0C0FF s inactive_color_2",
|
". c #C0C0FF s inactive_color_1",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * title_active_xpm[] = {
|
static char * title_active_xpm[] = {
|
||||||
"8 58 2 1",
|
"8 58 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #FF6600 s active_mid_2",
|
". c #000000 s active_color_1",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * title_inactive_xpm[] = {
|
static char * title_inactive_xpm[] = {
|
||||||
"8 58 2 1",
|
"8 58 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #C0C0FF s inactive_color_2",
|
". c #C0C0FF s inactive_color_1",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * title_active_xpm[] = {
|
static char * title_active_xpm[] = {
|
||||||
"8 58 2 1",
|
"8 58 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #FF6600 s active_mid_2",
|
". c #000000 s active_color_1",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * title_inactive_xpm[] = {
|
static char * title_inactive_xpm[] = {
|
||||||
"8 58 2 1",
|
"8 58 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #C0C0FF s inactive_color_2",
|
". c #C0C0FF s inactive_color_1",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
"........",
|
"........",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * top_left_active_xpm[] = {
|
static char * top_left_active_xpm[] = {
|
||||||
"16 58 2 1",
|
"16 58 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #C0C0FF s active_mid_2",
|
". c #C0C0FF s active_color_1",
|
||||||
" ........",
|
" ........",
|
||||||
" ..........",
|
" ..........",
|
||||||
" ............",
|
" ............",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * top_left_inactive_xpm[] = {
|
static char * top_left_inactive_xpm[] = {
|
||||||
"16 58 2 1",
|
"16 58 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #C0C0FF s inactive_color_2",
|
". c #C0C0FF s inactive_color_1",
|
||||||
" ........",
|
" ........",
|
||||||
" ..........",
|
" ..........",
|
||||||
" ............",
|
" ............",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * top_right_active_xpm[] = {
|
static char * top_right_active_xpm[] = {
|
||||||
"16 58 2 1",
|
"16 58 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #C0C0FF s active_mid_2",
|
". c #C0C0FF s active_color_1",
|
||||||
"........ ",
|
"........ ",
|
||||||
".......... ",
|
".......... ",
|
||||||
"............ ",
|
"............ ",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
static char * top_right_inactive_xpm[] = {
|
static char * top_right_inactive_xpm[] = {
|
||||||
"16 58 2 1",
|
"16 58 2 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #C0C0FF s inactive_color_2",
|
". c #C0C0FF s inactive_color_1",
|
||||||
"........ ",
|
"........ ",
|
||||||
".......... ",
|
".......... ",
|
||||||
"............ ",
|
"............ ",
|
||||||
|
|
Loading…
Reference in New Issue