# HG changeset patch # User Christophe Lincoln # Date 1203070726 -3600 # Node ID a7363311b452b23123edd404dbbe5661c8537885 # Parent 071fb26d642839af4020fc1fae0bc785f5b5f1ca Modified dialogrc (better slitaz style...) diff -r 071fb26d6428 -r a7363311b452 dialog/stuff/dialogrc --- a/dialog/stuff/dialogrc Fri Feb 15 11:14:47 2008 +0100 +++ b/dialog/stuff/dialogrc Fri Feb 15 11:18:46 2008 +0100 @@ -10,13 +10,13 @@ # Shadow dialog boxes? This also turns on color. -use_shadow = ON +use_shadow = OFF # Turn color support ON or OFF use_colors = ON # Screen color -screen_color = (WHITE,BLACK,OFF) +screen_color = (WHITE,BLACK,ON) # Shadow color shadow_color = (WHITE,BLACK,OFF) @@ -31,25 +31,25 @@ border_color = (YELLOW,BLACK,OFF) # Active button color -button_active_color = (WHITE,BLUE,ON) +button_active_color = (WHITE,BLACK,ON) # Inactive button color button_inactive_color = (WHITE,BLACK,OFF) # Active button key color -button_key_active_color = (WHITE,BLUE,ON) +button_key_active_color = (WHITE,GREEN,OFF) # Inactive button key color -button_key_inactive_color = (MAGENTA,BLACK,ON) +button_key_inactive_color = (RED,BLACK,OFF) # Active button label color -button_label_active_color = (WHITE,BLUE,ON) +button_label_active_color = (BLACK,WHITE,OFF) # Inactive button label color -button_label_inactive_color = (WHITE,BLACK,ON) +button_label_inactive_color = (WHITE,BLACK,OFF) # Input box color -inputbox_color = (BLUE,WHITE,ON) +inputbox_color = (BLACK,WHITE,OFF) # Input box border color inputbox_border_color = (BLACK,BLACK,ON) @@ -67,28 +67,28 @@ position_indicator_color = (YELLOW,BLACK,ON) # Menu box color -menubox_color = (GREEN,BLACK,ON) +menubox_color = (RED,BLACK,OFF) # Menu box border color -menubox_border_color = (BLACK,BLACK,ON) +menubox_border_color = (RED,BLACK,OFF) # Item color -item_color = (GREEN,BLACK,ON) +item_color = (WHITE,BLACK,ON) # Selected item color -item_selected_color = (MAGENTA,BLACK,ON) +item_selected_color = (GREEN,BLACK,ON) # Tag color -tag_color = (YELLOW,BLACK,ON) +tag_color = (WHITE,BLACK,ON) # Selected tag color -tag_selected_color = (WHITE,BLUE,ON) +tag_selected_color = (GREEN,BLACK,ON) # Tag key color -tag_key_color = (MAGENTA,BLACK,ON) +tag_key_color = (WHITE,BLACK,ON) # Selected tag key color -tag_key_selected_color = (GREEN,BLUE,ON) +tag_key_selected_color = (GREEN,BLACK,ON) # Check box color check_color = (MAGENTA,BLACK,ON) @@ -103,10 +103,10 @@ darrow_color = (GREEN,BLUE,ON) # Item help-text color -itemhelp_color = (RED,BLACK,ON) +itemhelp_color = (MAGENTA,BLACK,ON) # Active form text color -form_active_text_color = (WHITE,BLUE,ON) +form_active_text_color = (BLACK,YELLOW,OFF) # Form text color -form_text_color = (WHITE,MAGENTA,ON) +form_text_color = (BLACK,WHITE,OFF)