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