]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/dialog/samples/debian.rc
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / dialog / samples / debian.rc
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.
14 aspect = 0
15
16 # Set separator (for multiple widgets output).
17 separate_widget = ""
18
19 # Set tab-length (for textbox tab-conversion).
20 tab_len = 0
21
22 # Make tab-traversal for checklist, etc., include the list.
23 visit_items = OFF
24
25 # Shadow dialog boxes? This also turns on color.
26 use_shadow = ON
27
28 # Turn color support ON or OFF
29 use_colors = ON
30
31 # Screen color
32 screen_color = (CYAN,BLUE,ON)
33
34 # Shadow color
35 shadow_color = (BLACK,BLACK,ON)
36
37 # Dialog box color
38 dialog_color = (BLACK,WHITE,OFF)
39
40 # Dialog box title color
41 title_color = (BLUE,WHITE,ON)
42
43 # Dialog box border color
44 border_color = (WHITE,WHITE,ON)
45
46 # Active button color
47 button_active_color = (WHITE,BLUE,ON)
48
49 # Inactive button color
50 button_inactive_color = (BLACK,WHITE,OFF)
51
52 # Active button key color
53 button_key_active_color = (WHITE,BLUE,ON)
54
55 # Inactive button key color
56 button_key_inactive_color = (RED,WHITE,OFF)
57
58 # Active button label color
59 button_label_active_color = (YELLOW,BLUE,ON)
60
61 # Inactive button label color
62 button_label_inactive_color = (BLACK,WHITE,ON)
63
64 # Input box color
65 inputbox_color = (BLACK,WHITE,OFF)
66
67 # Input box border color
68 inputbox_border_color = (BLACK,WHITE,OFF)
69
70 # Search box color
71 searchbox_color = (BLACK,WHITE,OFF)
72
73 # Search box title color
74 searchbox_title_color = (BLUE,WHITE,ON)
75
76 # Search box border color
77 searchbox_border_color = (WHITE,WHITE,ON)
78
79 # File position indicator color
80 position_indicator_color = (BLUE,WHITE,ON)
81
82 # Menu box color
83 menubox_color = (BLACK,WHITE,OFF)
84
85 # Menu box border color
86 menubox_border_color = (WHITE,WHITE,ON)
87
88 # Item color
89 item_color = (BLACK,WHITE,OFF)
90
91 # Selected item color
92 item_selected_color = (WHITE,BLUE,ON)
93
94 # Tag color
95 tag_color = (BLUE,WHITE,ON)
96
97 # Selected tag color
98 tag_selected_color = (YELLOW,BLUE,ON)
99
100 # Tag key color
101 tag_key_color = (RED,WHITE,OFF)
102
103 # Selected tag key color
104 tag_key_selected_color = (RED,BLUE,ON)
105
106 # Check box color
107 check_color = (BLACK,WHITE,OFF)
108
109 # Selected check box color
110 check_selected_color = (WHITE,BLUE,ON)
111
112 # Up arrow color
113 uarrow_color = (GREEN,WHITE,ON)
114
115 # Down arrow color
116 darrow_color = (GREEN,WHITE,ON)
117
118 # Item help-text color
119 itemhelp_color = (WHITE,BLACK,OFF)
120
121 # Active form text color
122 form_active_text_color = (WHITE,BLUE,ON)
123
124 # Form text color
125 form_text_color = (WHITE,CYAN,ON)
126
127 # Readonly form item color
128 form_item_readonly_color = (CYAN,WHITE,ON)
129
130 # Dialog box gauge color
131 gauge_color = (BLUE,WHITE,ON)