Update title_color
This commit is contained in:
parent
56d77acccb
commit
e47345e12f
|
@ -1,7 +1,7 @@
|
||||||
screen_color = (CYAN,CYAN,ON)
|
screen_color = (CYAN,CYAN,ON)
|
||||||
shadow_color = (BLACK,BLACK,ON)
|
shadow_color = (BLACK,BLACK,ON)
|
||||||
dialog_color = (BLACK,WHITE,OFF)
|
dialog_color = (BLACK,WHITE,OFF)
|
||||||
title_color = (BLACK,WHITE,OFF)
|
title_color = (RED,WHITE,OFF)
|
||||||
border_color = (WHITE,WHITE,ON)
|
border_color = (WHITE,WHITE,ON)
|
||||||
button_active_color = (WHITE,BLUE,ON)
|
button_active_color = (WHITE,BLUE,ON)
|
||||||
button_inactive_color = dialog_color
|
button_inactive_color = dialog_color
|
||||||
|
|
Loading…
Reference in New Issue