]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/dialog/samples/whiptail.rc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / dialog / samples / whiptail.rc
1 # $Id: whiptail.rc,v 1.6 2012/12/01 01:15:04 tom Exp $
2 # vile:confmode
3 # Run-time configuration file for dialog, matches whiptail's color scheme.
4 #
5 # Types of values:
6 #
7 # Number     -  <number>
8 # String     -  "string"
9 # Boolean    -  <ON|OFF>
10 # Attribute  -  (foreground,background,highlight?)
11
12 # Set aspect-ration.
13 aspect = 0
14
15 # Set separator (for multiple widgets output).
16 separate_widget = ""
17
18 # Set tab-length (for textbox tab-conversion).
19 tab_len = 0
20
21 # Make tab-traversal for checklist, etc., include the list.
22 visit_items = ON
23
24 # Shadow dialog boxes? This also turns on color.
25 use_shadow = ON
26
27 # Turn color support ON or OFF
28 use_colors = ON
29
30 # Screen color
31 screen_color = (YELLOW,BLUE,ON)
32
33 # Shadow color
34 shadow_color = (BLACK,BLACK,ON)
35
36 # Dialog box color
37 dialog_color = (BLACK,WHITE,OFF)
38
39 # Dialog box title color
40 title_color = (RED,WHITE,ON)
41
42 # Dialog box border color
43 border_color = (WHITE,WHITE,ON)
44
45 # Active button color
46 button_active_color = (WHITE,RED,ON)
47
48 # Inactive button color
49 button_inactive_color = dialog_color
50
51 # Active button key color
52 button_key_active_color = button_active_color
53
54 # Inactive button key color
55 button_key_inactive_color = dialog_color
56
57 # Active button label color
58 button_label_active_color = button_active_color
59
60 # Inactive button label color
61 button_label_inactive_color = (BLACK,WHITE,ON)
62
63 # Input box color
64 inputbox_color = dialog_color
65
66 # Input box border color
67 inputbox_border_color = dialog_color
68
69 # Search box color
70 searchbox_color = dialog_color
71
72 # Search box title color
73 searchbox_title_color = title_color
74
75 # Search box border color
76 searchbox_border_color = border_color
77
78 # File position indicator color
79 position_indicator_color = title_color
80
81 # Menu box color
82 menubox_color = (YELLOW,BLUE,OFF)
83
84 # Menu box border color
85 menubox_border_color = screen_color
86
87 # Item color
88 item_color = menubox_color
89
90 # Selected item color
91 item_selected_color = screen_color
92
93 # Tag color
94 tag_color = screen_color
95
96 # Selected tag color
97 tag_selected_color = screen_color
98
99 # Tag key color
100 tag_key_color = menubox_color
101
102 # Selected tag key color
103 tag_key_selected_color = (WHITE,BLUE,ON)
104
105 # Check box color
106 check_color = menubox_color
107
108 # Selected check box color
109 check_selected_color = screen_color
110
111 # Up arrow color
112 uarrow_color = screen_color
113
114 # Down arrow color
115 darrow_color = screen_color
116
117 # Item help-text color
118 itemhelp_color = (WHITE,BLACK,OFF)
119
120 # Active form text color
121 form_active_text_color = tag_key_selected_color
122
123 # Form text color
124 form_text_color = (WHITE,CYAN,ON)
125
126 # Readonly form item color
127 form_item_readonly_color = (CYAN,WHITE,ON)
128
129 # Dialog box gauge color
130 gauge_color = (BLUE,WHITE,ON)
131
132 # Dialog box border2 color
133 border2_color = dialog_color
134
135 # Input box border2 color
136 inputbox_border2_color = dialog_color
137
138 # Search box border2 color
139 searchbox_border2_color = dialog_color
140
141 # Menu box border2 color
142 menubox_border2_color = screen_color