xref: /freebsd/contrib/dialog/samples/debian.rc (revision a0ee8cc6)
1# $Id: debian.rc,v 1.7 2011/10/15 01:00:09 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 = 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