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