diff --git a/dialogrc b/dialogrc new file mode 100644 index 0000000..250e64a --- /dev/null +++ b/dialogrc @@ -0,0 +1,32 @@ +use_shadow = OFF +use_colors = ON + +screen_color = (WHITE,BLUE,OFF) +dialog_color = (WHITE,BLUE,OFF) +title_color = (YELLOW,BLUE,ON) +border_color = (WHITE,BLUE,OFF) + +button_active_color = (BLACK,WHITE,ON) +button_inactive_color = (WHITE,BLUE,OFF) + +button_key_active_color = (BLACK,WHITE,ON) +button_key_inactive_color = (WHITE,BLUE,OFF) + +button_label_active_color = (BLACK,WHITE,ON) +button_label_inactive_color = (WHITE,BLUE,OFF) + +menubox_color = (WHITE,BLUE,OFF) +menubox_border_color = (WHITE,BLUE,OFF) + +item_color = (WHITE,BLUE,OFF) +item_selected_color = (BLACK,WHITE,ON) + +tag_color = (WHITE,BLUE,OFF) +tag_selected_color = (BLACK,WHITE,ON) + +tag_key_color = (YELLOW,BLUE,OFF) +tag_key_selected_color = (BLACK,WHITE,ON) + +position_indicator_color = (WHITE,BLUE,OFF) +uarrow_color = (WHITE,BLUE,OFF) +darrow_color = (WHITE,BLUE,OFF)