whiptail.rc revision 217309
1217309Snwhitehorn# $Id: whiptail.rc,v 1.2 2005/12/01 01:21:31 tom Exp $
2217309Snwhitehorn# Run-time configuration file for dialog, matches whiptail's color scheme.
3217309Snwhitehorn
4217309Snwhitehorn# Set aspect-ration.
5217309Snwhitehornaspect = 0
6217309Snwhitehorn
7217309Snwhitehorn# Set separator (for multiple widgets output).
8217309Snwhitehornseparate_widget = ""
9217309Snwhitehorn
10217309Snwhitehorn# Set tab-length (for textbox tab-conversion).
11217309Snwhitehorntab_len = 0
12217309Snwhitehorn
13217309Snwhitehorn# Make tab-traversal for checklist, etc., include the list.
14217309Snwhitehornvisit_items = ON
15217309Snwhitehorn
16217309Snwhitehorn# Shadow dialog boxes? This also turns on color.
17217309Snwhitehornuse_shadow = ON
18217309Snwhitehorn
19217309Snwhitehorn# Turn color support ON or OFF
20217309Snwhitehornuse_colors = ON
21217309Snwhitehorn
22217309Snwhitehorn# Screen color
23217309Snwhitehornscreen_color = (YELLOW,BLUE,ON)
24217309Snwhitehorn
25217309Snwhitehorn# Shadow color
26217309Snwhitehornshadow_color = (BLACK,BLACK,ON)
27217309Snwhitehorn
28217309Snwhitehorn# Dialog box color
29217309Snwhitehorndialog_color = (BLACK,WHITE,OFF)
30217309Snwhitehorn
31217309Snwhitehorn# Dialog box title color
32217309Snwhitehorntitle_color = (RED,WHITE,ON)
33217309Snwhitehorn
34217309Snwhitehorn# Dialog box border color
35217309Snwhitehornborder_color = (WHITE,WHITE,ON)
36217309Snwhitehorn
37217309Snwhitehorn# Active button color
38217309Snwhitehornbutton_active_color = (WHITE,RED,ON)
39217309Snwhitehorn
40217309Snwhitehorn# Inactive button color
41217309Snwhitehornbutton_inactive_color = (BLACK,WHITE,OFF)
42217309Snwhitehorn
43217309Snwhitehorn# Active button key color
44217309Snwhitehornbutton_key_active_color = (WHITE,RED,ON)
45217309Snwhitehorn
46217309Snwhitehorn# Inactive button key color
47217309Snwhitehornbutton_key_inactive_color = (BLACK,WHITE,OFF)
48217309Snwhitehorn
49217309Snwhitehorn# Active button label color
50217309Snwhitehornbutton_label_active_color = (WHITE,RED,ON)
51217309Snwhitehorn
52217309Snwhitehorn# Inactive button label color
53217309Snwhitehornbutton_label_inactive_color = (BLACK,WHITE,ON)
54217309Snwhitehorn
55217309Snwhitehorn# Input box color
56217309Snwhitehorninputbox_color = (BLACK,WHITE,OFF)
57217309Snwhitehorn
58217309Snwhitehorn# Input box border color
59217309Snwhitehorninputbox_border_color = (BLACK,WHITE,OFF)
60217309Snwhitehorn
61217309Snwhitehorn# Search box color
62217309Snwhitehornsearchbox_color = (BLACK,WHITE,OFF)
63217309Snwhitehorn
64217309Snwhitehorn# Search box title color
65217309Snwhitehornsearchbox_title_color = (RED,WHITE,ON)
66217309Snwhitehorn
67217309Snwhitehorn# Search box border color
68217309Snwhitehornsearchbox_border_color = (WHITE,WHITE,ON)
69217309Snwhitehorn
70217309Snwhitehorn# File position indicator color
71217309Snwhitehornposition_indicator_color = (RED,WHITE,ON)
72217309Snwhitehorn
73217309Snwhitehorn# Menu box color
74217309Snwhitehornmenubox_color = (YELLOW,BLUE,OFF)
75217309Snwhitehorn
76217309Snwhitehorn# Menu box border color
77217309Snwhitehornmenubox_border_color = (YELLOW,BLUE,ON)
78217309Snwhitehorn
79217309Snwhitehorn# Item color
80217309Snwhitehornitem_color = (YELLOW,BLUE,OFF)
81217309Snwhitehorn
82217309Snwhitehorn# Selected item color
83217309Snwhitehornitem_selected_color = (YELLOW,BLUE,ON)
84217309Snwhitehorn
85217309Snwhitehorn# Tag color
86217309Snwhitehorntag_color = (YELLOW,BLUE,ON)
87217309Snwhitehorn
88217309Snwhitehorn# Selected tag color
89217309Snwhitehorntag_selected_color = (YELLOW,BLUE,ON)
90217309Snwhitehorn
91217309Snwhitehorn# Tag key color
92217309Snwhitehorntag_key_color = (YELLOW,BLUE,OFF)
93217309Snwhitehorn
94217309Snwhitehorn# Selected tag key color
95217309Snwhitehorntag_key_selected_color = (WHITE,BLUE,ON)
96217309Snwhitehorn
97217309Snwhitehorn# Check box color
98217309Snwhitehorncheck_color = (YELLOW,BLUE,OFF)
99217309Snwhitehorn
100217309Snwhitehorn# Selected check box color
101217309Snwhitehorncheck_selected_color = (YELLOW,BLUE,ON)
102217309Snwhitehorn
103217309Snwhitehorn# Up arrow color
104217309Snwhitehornuarrow_color = (YELLOW,BLUE,ON)
105217309Snwhitehorn
106217309Snwhitehorn# Down arrow color
107217309Snwhitehorndarrow_color = (YELLOW,BLUE,ON)
108217309Snwhitehorn
109217309Snwhitehorn# Item help-text color
110217309Snwhitehornitemhelp_color = (WHITE,BLACK,OFF)
111217309Snwhitehorn
112217309Snwhitehorn# Active form text color
113217309Snwhitehornform_active_text_color = (WHITE,BLUE,ON)
114217309Snwhitehorn
115217309Snwhitehorn# Form text color
116217309Snwhitehornform_text_color = (WHITE,CYAN,ON)
117