recipes: tools/dialog: Enhance look&feel
[dragora.git] / archive / dialog / dialogrc
bloba076c1a37055442c462ae762c416794258f0f493
2 # Run-time configuration file for dialog, matches Dragora color scheme.
4 # Types of values:
6 # Number     -  <number>
7 # String     -  "string"
8 # Boolean    -  <ON|OFF>
9 # Attribute  -  (foreground,background,highlight?)
11 # Set aspect-ration.
12 aspect = 0
14 # Set separator (for multiple widgets output).
15 separate_widget = ""
17 # Set tab-length (for textbox tab-conversion).
18 tab_len = 0
20 # Make tab-traversal for checklist, etc., include the list.
21 visit_items = OFF
23 # Shadow dialog boxes? This also turns on color.
24 use_shadow = OFF
26 # Turn color support ON or OFF
27 use_colors = ON
29 # Screen color
30 screen_color = (WHITE,BLACK,ON)
32 # Shadow color
33 shadow_color = (BLACK,BLACK,ON)
35 # Dialog box color
36 dialog_color = (WHITE,BLACK,ON)
38 # Dialog box title color
39 title_color = (GREEN,BLACK,ON)
41 # Dialog box border color
42 border_color = (YELLOW,BLACK,OFF)
44 # Active button color
45 button_active_color = (GREEN,BLACK,ON)
47 # Inactive button color
48 button_inactive_color = (WHITE,BLACK,ON)
50 # Active button key color
51 button_key_active_color = (WHITE,GREEN,ON)
53 # Inactive button key color
54 button_key_inactive_color = (YELLOW,BLACK,OFF)
56 # Active button label color
57 button_label_active_color = (WHITE,GREEN,ON)
59 # Inactive button label color
60 button_label_inactive_color = (WHITE,BLACK,ON)
62 # Input box color
63 inputbox_color = dialog_color
65 # Input box border color
66 inputbox_border_color = (CYAN,BLACK,OFF)
68 # Search box color
69 searchbox_color = dialog_color
71 # Search box title color
72 searchbox_title_color = title_color
74 # Search box border color
75 searchbox_border_color = (CYAN,BLACK,OFF)
77 # File position indicator color
78 position_indicator_color = (GREEN,BLACK,OFF)
80 # Menu box color
81 menubox_color = dialog_color
83 # Menu box border color
84 menubox_border_color = (CYAN,BLACK,OFF)
86 # Item color
87 item_color = (WHITE,BLACK,OFF)
89 # Selected item color
90 item_selected_color = (BLACK,GREEN,OFF)
92 # Tag color
93 tag_color = (WHITE,BLACK,OFF)
95 # Selected tag color
96 tag_selected_color = (BLACK,GREEN,OFF)
98 # Tag key color
99 tag_key_color = (YELLOW,BLACK,OFF)
101 # Selected tag key color
102 tag_key_selected_color = (WHITE,GREEN,ON)
104 # Check box color
105 check_color = (WHITE,BLACK,ON)
107 # Selected check box color
108 check_selected_color = (CYAN,GREEN,ON)
110 # Up arrow color
111 uarrow_color = position_indicator_color
113 # Down arrow color
114 darrow_color = uarrow_color
116 # Item help-text color
117 itemhelp_color = (WHITE,BLACK,OFF)
119 # Active form text color
120 form_active_text_color = (WHITE,BLUE,ON)
122 # Form text color
123 form_text_color = (GREEN,BLACK,ON)
125 # Readonly form item color
126 form_item_readonly_color = (YELLOW,BLACK,OFF)
128 # Dialog box gauge color
129 gauge_color = (GREEN,BLACK,OFF)
131 # Dialog box border2 color
132 border2_color = border_color
134 # Input box border2 color
135 inputbox_border2_color = (CYAN,BLACK,ON)
137 # Search box border2 color
138 searchbox_border2_color = (CYAN,BLACK,ON)
140 # Menu box border2 color
141 menubox_border2_color = (CYAN,BLACK,ON)