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