wok-next diff dialog/stuff/dialogrc @ rev 11262
Merge
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Nov 07 21:05:41 2011 +0000 (2011-11-07) |
parents | 67f32e5e811a |
children | 073d340e3ab0 |
line diff
1.1 --- a/dialog/stuff/dialogrc Tue Dec 18 14:08:58 2007 +0100 1.2 +++ b/dialog/stuff/dialogrc Mon Nov 07 21:05:41 2011 +0000 1.3 @@ -10,13 +10,13 @@ 1.4 1.5 1.6 # Shadow dialog boxes? This also turns on color. 1.7 -use_shadow = ON 1.8 +use_shadow = OFF 1.9 1.10 # Turn color support ON or OFF 1.11 use_colors = ON 1.12 1.13 # Screen color 1.14 -screen_color = (WHITE,BLACK,OFF) 1.15 +screen_color = (WHITE,BLACK,ON) 1.16 1.17 # Shadow color 1.18 shadow_color = (WHITE,BLACK,OFF) 1.19 @@ -31,25 +31,25 @@ 1.20 border_color = (YELLOW,BLACK,OFF) 1.21 1.22 # Active button color 1.23 -button_active_color = (WHITE,BLUE,ON) 1.24 +button_active_color = (WHITE,BLACK,ON) 1.25 1.26 # Inactive button color 1.27 button_inactive_color = (WHITE,BLACK,OFF) 1.28 1.29 # Active button key color 1.30 -button_key_active_color = (WHITE,BLUE,ON) 1.31 +button_key_active_color = (WHITE,GREEN,OFF) 1.32 1.33 # Inactive button key color 1.34 -button_key_inactive_color = (MAGENTA,BLACK,ON) 1.35 +button_key_inactive_color = (RED,BLACK,OFF) 1.36 1.37 # Active button label color 1.38 -button_label_active_color = (WHITE,BLUE,ON) 1.39 +button_label_active_color = (BLACK,WHITE,OFF) 1.40 1.41 # Inactive button label color 1.42 -button_label_inactive_color = (WHITE,BLACK,ON) 1.43 +button_label_inactive_color = (WHITE,BLACK,OFF) 1.44 1.45 # Input box color 1.46 -inputbox_color = (BLUE,WHITE,ON) 1.47 +inputbox_color = (BLACK,WHITE,OFF) 1.48 1.49 # Input box border color 1.50 inputbox_border_color = (BLACK,BLACK,ON) 1.51 @@ -67,28 +67,28 @@ 1.52 position_indicator_color = (YELLOW,BLACK,ON) 1.53 1.54 # Menu box color 1.55 -menubox_color = (GREEN,BLACK,ON) 1.56 +menubox_color = (RED,BLACK,OFF) 1.57 1.58 # Menu box border color 1.59 -menubox_border_color = (BLACK,BLACK,ON) 1.60 +menubox_border_color = (RED,BLACK,OFF) 1.61 1.62 # Item color 1.63 -item_color = (GREEN,BLACK,ON) 1.64 +item_color = (WHITE,BLACK,ON) 1.65 1.66 # Selected item color 1.67 -item_selected_color = (MAGENTA,BLACK,ON) 1.68 +item_selected_color = (GREEN,BLACK,ON) 1.69 1.70 # Tag color 1.71 -tag_color = (YELLOW,BLACK,ON) 1.72 +tag_color = (WHITE,BLACK,ON) 1.73 1.74 # Selected tag color 1.75 -tag_selected_color = (WHITE,BLUE,ON) 1.76 +tag_selected_color = (GREEN,BLACK,ON) 1.77 1.78 # Tag key color 1.79 -tag_key_color = (MAGENTA,BLACK,ON) 1.80 +tag_key_color = (WHITE,BLACK,ON) 1.81 1.82 # Selected tag key color 1.83 -tag_key_selected_color = (GREEN,BLUE,ON) 1.84 +tag_key_selected_color = (GREEN,BLACK,ON) 1.85 1.86 # Check box color 1.87 check_color = (MAGENTA,BLACK,ON) 1.88 @@ -103,10 +103,10 @@ 1.89 darrow_color = (GREEN,BLUE,ON) 1.90 1.91 # Item help-text color 1.92 -itemhelp_color = (RED,BLACK,ON) 1.93 +itemhelp_color = (MAGENTA,BLACK,ON) 1.94 1.95 # Active form text color 1.96 -form_active_text_color = (WHITE,BLUE,ON) 1.97 +form_active_text_color = (BLACK,YELLOW,OFF) 1.98 1.99 # Form text color 1.100 -form_text_color = (WHITE,MAGENTA,ON) 1.101 +form_text_color = (BLACK,WHITE,OFF)