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