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