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