16629Ssos# $Id: debian.rc,v 1.7 2011/10/15 01:00:09 tom Exp $
26629Ssos# vile:confmode
36629Ssos# Run-time configuration file for dialog, matches Debian color scheme.
46629Ssos# (these are the default values for dialog)
56629Ssos#
66629Ssos# Types of values:
76629Ssos#
86629Ssos# Number     -  <number>
96629Ssos# String     -  "string"
106629Ssos# Boolean    -  <ON|OFF>
116629Ssos# Attribute  -  (foreground,background,highlight?)
126629Ssos
136629Ssos# Set aspect-ration.
146629Ssosaspect = 0
156629Ssos
166629Ssos# Set separator (for multiple widgets output).
176629Ssosseparate_widget = ""
186629Ssos
196629Ssos# Set tab-length (for textbox tab-conversion).
206629Ssostab_len = 0
216629Ssos
226629Ssos# Make tab-traversal for checklist, etc., include the list.
236629Ssosvisit_items = OFF
246629Ssos
256629Ssos# Shadow dialog boxes? This also turns on color.
266629Ssosuse_shadow = ON
276629Ssos
286629Ssos# Turn color support ON or OFF
296629Ssosuse_colors = ON
306629Ssos
316629Ssos# Screen color
326629Ssosscreen_color = (CYAN,BLUE,ON)
336629Ssos
346629Ssos# Shadow color
356629Ssosshadow_color = (BLACK,BLACK,ON)
366629Ssos
376629Ssos# Dialog box color
386629Ssosdialog_color = (BLACK,WHITE,OFF)
396629Ssos
406629Ssos# Dialog box title color
416629Ssostitle_color = (BLUE,WHITE,ON)
426629Ssos
436629Ssos# Dialog box border color
446629Ssosborder_color = (WHITE,WHITE,ON)
456629Ssos
466629Ssos# Active button color
476629Ssosbutton_active_color = (WHITE,BLUE,ON)
486629Ssos
496629Ssos# Inactive button color
50button_inactive_color = dialog_color
51
52# Active button key color
53button_key_active_color = button_active_color
54
55# Inactive button key color
56button_key_inactive_color = (RED,WHITE,OFF)
57
58# Active button label color
59button_label_active_color = (YELLOW,BLUE,ON)
60
61# Inactive button label color
62button_label_inactive_color = (BLACK,WHITE,ON)
63
64# Input box color
65inputbox_color = dialog_color
66
67# Input box border color
68inputbox_border_color = dialog_color
69
70# Search box color
71searchbox_color = dialog_color
72
73# Search box title color
74searchbox_title_color = title_color
75
76# Search box border color
77searchbox_border_color = border_color
78
79# File position indicator color
80position_indicator_color = title_color
81
82# Menu box color
83menubox_color = dialog_color
84
85# Menu box border color
86menubox_border_color = border_color
87
88# Item color
89item_color = dialog_color
90
91# Selected item color
92item_selected_color = button_active_color
93
94# Tag color
95tag_color = title_color
96
97# Selected tag color
98tag_selected_color = button_label_active_color
99
100# Tag key color
101tag_key_color = button_key_inactive_color
102
103# Selected tag key color
104tag_key_selected_color = (RED,BLUE,ON)
105
106# Check box color
107check_color = dialog_color
108
109# Selected check box color
110check_selected_color = button_active_color
111
112# Up arrow color
113uarrow_color = (GREEN,WHITE,ON)
114
115# Down arrow color
116darrow_color = uarrow_color
117
118# Item help-text color
119itemhelp_color = (WHITE,BLACK,OFF)
120
121# Active form text color
122form_active_text_color = button_active_color
123
124# Form text color
125form_text_color = (WHITE,CYAN,ON)
126
127# Readonly form item color
128form_item_readonly_color = (CYAN,WHITE,ON)
129
130# Dialog box gauge color
131gauge_color = title_color
132
133# Dialog box border2 color
134border2_color = dialog_color
135
136# Input box border2 color
137inputbox_border2_color = dialog_color
138
139# Search box border2 color
140searchbox_border2_color = dialog_color
141
142# Menu box border2 color
143menubox_border2_color = dialog_color
144