Improve readability
This commit is contained in:
parent
09a7bfd97c
commit
6fa426df4d
|
|
@ -5,18 +5,18 @@ visit_items = OFF
|
||||||
use_shadow = OFF
|
use_shadow = OFF
|
||||||
use_colors = ON
|
use_colors = ON
|
||||||
|
|
||||||
screen_color = (BLUE,BLACK,OFF)
|
screen_color = (WHITE,BLACK,OFF)
|
||||||
shadow_color = (BLACK,BLACK,OFF)
|
shadow_color = (BLACK,BLACK,OFF)
|
||||||
dialog_color = (BLUE,BLACK,OFF)
|
dialog_color = (WHITE,BLACK,OFF)
|
||||||
title_color = (WHITE,BLACK,OFF)
|
title_color = (WHITE,BLACK,OFF)
|
||||||
border_color = (BLUE,BLACK,OFF)
|
border_color = (BLUE,BLACK,OFF)
|
||||||
border2_color = border_color
|
border2_color = border_color
|
||||||
|
|
||||||
button_active_color = (BLACK,BLUE,OFF)
|
button_active_color = (WHITE,BLUE,OFF)
|
||||||
button_inactive_color = (WHITE,BLACK,OFF)
|
button_inactive_color = (WHITE,BLACK,OFF)
|
||||||
button_key_active_color = (BLACK,BLUE,OFF)
|
button_key_active_color = (BLACK,BLUE,OFF)
|
||||||
button_key_inactive_color = (RED,BLACK,OFF)
|
button_key_inactive_color = (RED,BLACK,OFF)
|
||||||
button_label_active_color = (BLACK,BLUE,OFF)
|
button_label_active_color = (WHITE,BLUE,OFF)
|
||||||
button_label_inactive_color = (WHITE,BLACK,OFF)
|
button_label_inactive_color = (WHITE,BLACK,OFF)
|
||||||
|
|
||||||
inputbox_color = (WHITE,BLACK,OFF)
|
inputbox_color = (WHITE,BLACK,OFF)
|
||||||
|
|
@ -36,9 +36,9 @@ item_color = (WHITE,BLACK,OFF)
|
||||||
item_selected_color = (BLACK,BLUE,OFF)
|
item_selected_color = (BLACK,BLUE,OFF)
|
||||||
|
|
||||||
tag_color = (WHITE,BLACK,OFF)
|
tag_color = (WHITE,BLACK,OFF)
|
||||||
tag_selected_color = (BLACK,BLUE,OFF)
|
tag_selected_color = (WHITE,BLUE,OFF)
|
||||||
tag_key_color = (WHITE,BLACK,OFF)
|
tag_key_color = (WHITE,BLACK,OFF)
|
||||||
tag_key_selected_color = (BLACK,BLUE,OFF)
|
tag_key_selected_color = (WHITE,BLUE,OFF)
|
||||||
|
|
||||||
check_color = (WHITE,BLACK,OFF)
|
check_color = (WHITE,BLACK,OFF)
|
||||||
check_selected_color = (BLACK,BLUE,OFF)
|
check_selected_color = (BLACK,BLUE,OFF)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue