]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/dialog/samples/whiptail.rc
Merge ACPICA 20110211.
[FreeBSD/FreeBSD.git] / contrib / dialog / samples / whiptail.rc
1 # $Id: whiptail.rc,v 1.2 2005/12/01 01:21:31 tom Exp $
2 # Run-time configuration file for dialog, matches whiptail's color scheme.
3
4 # Set aspect-ration.
5 aspect = 0
6
7 # Set separator (for multiple widgets output).
8 separate_widget = ""
9
10 # Set tab-length (for textbox tab-conversion).
11 tab_len = 0
12
13 # Make tab-traversal for checklist, etc., include the list.
14 visit_items = ON
15
16 # Shadow dialog boxes? This also turns on color.
17 use_shadow = ON
18
19 # Turn color support ON or OFF
20 use_colors = ON
21
22 # Screen color
23 screen_color = (YELLOW,BLUE,ON)
24
25 # Shadow color
26 shadow_color = (BLACK,BLACK,ON)
27
28 # Dialog box color
29 dialog_color = (BLACK,WHITE,OFF)
30
31 # Dialog box title color
32 title_color = (RED,WHITE,ON)
33
34 # Dialog box border color
35 border_color = (WHITE,WHITE,ON)
36
37 # Active button color
38 button_active_color = (WHITE,RED,ON)
39
40 # Inactive button color
41 button_inactive_color = (BLACK,WHITE,OFF)
42
43 # Active button key color
44 button_key_active_color = (WHITE,RED,ON)
45
46 # Inactive button key color
47 button_key_inactive_color = (BLACK,WHITE,OFF)
48
49 # Active button label color
50 button_label_active_color = (WHITE,RED,ON)
51
52 # Inactive button label color
53 button_label_inactive_color = (BLACK,WHITE,ON)
54
55 # Input box color
56 inputbox_color = (BLACK,WHITE,OFF)
57
58 # Input box border color
59 inputbox_border_color = (BLACK,WHITE,OFF)
60
61 # Search box color
62 searchbox_color = (BLACK,WHITE,OFF)
63
64 # Search box title color
65 searchbox_title_color = (RED,WHITE,ON)
66
67 # Search box border color
68 searchbox_border_color = (WHITE,WHITE,ON)
69
70 # File position indicator color
71 position_indicator_color = (RED,WHITE,ON)
72
73 # Menu box color
74 menubox_color = (YELLOW,BLUE,OFF)
75
76 # Menu box border color
77 menubox_border_color = (YELLOW,BLUE,ON)
78
79 # Item color
80 item_color = (YELLOW,BLUE,OFF)
81
82 # Selected item color
83 item_selected_color = (YELLOW,BLUE,ON)
84
85 # Tag color
86 tag_color = (YELLOW,BLUE,ON)
87
88 # Selected tag color
89 tag_selected_color = (YELLOW,BLUE,ON)
90
91 # Tag key color
92 tag_key_color = (YELLOW,BLUE,OFF)
93
94 # Selected tag key color
95 tag_key_selected_color = (WHITE,BLUE,ON)
96
97 # Check box color
98 check_color = (YELLOW,BLUE,OFF)
99
100 # Selected check box color
101 check_selected_color = (YELLOW,BLUE,ON)
102
103 # Up arrow color
104 uarrow_color = (YELLOW,BLUE,ON)
105
106 # Down arrow color
107 darrow_color = (YELLOW,BLUE,ON)
108
109 # Item help-text color
110 itemhelp_color = (WHITE,BLACK,OFF)
111
112 # Active form text color
113 form_active_text_color = (WHITE,BLUE,ON)
114
115 # Form text color
116 form_text_color = (WHITE,CYAN,ON)