]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/dialog/samples/slackware.rc
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / dialog / samples / slackware.rc
1 # $Id: slackware.rc,v 1.7 2011/01/17 00:14:41 tom Exp $
2 # vile:confmode
3 # Run-time configuration file for dialog, matches Slackware 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 = ON
26
27 # Turn color support ON or OFF
28 use_colors = ON
29
30 # Screen color
31 screen_color = (WHITE,BLUE,OFF)
32
33 # Shadow color
34 shadow_color = (WHITE,BLACK,OFF)
35
36 # Dialog box color
37 dialog_color = (BLACK,CYAN,OFF)
38
39 # Dialog box title color
40 title_color = (YELLOW,CYAN,ON)
41
42 # Dialog box border color
43 border_color = (CYAN,CYAN,ON)
44
45 # Active button color
46 button_active_color = (WHITE,BLUE,ON)
47
48 # Inactive button color
49 button_inactive_color = (BLACK,CYAN,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,CYAN,OFF)
56
57 # Active button label color
58 button_label_active_color = (WHITE,BLUE,ON)
59
60 # Inactive button label color
61 button_label_inactive_color = (BLACK,CYAN,ON)
62
63 # Input box color
64 inputbox_color = (BLUE,WHITE,OFF)
65
66 # Input box border color
67 inputbox_border_color = (CYAN,CYAN,ON)
68
69 # Search box color
70 searchbox_color = (YELLOW,WHITE,ON)
71
72 # Search box title color
73 # FIXME
74 searchbox_title_color = (WHITE,WHITE,ON)
75
76 # Search box border color
77 searchbox_border_color = (RED,WHITE,OFF)
78
79 # File position indicator color
80 position_indicator_color = (RED,CYAN,OFF)
81
82 # Menu box color
83 menubox_color = (BLACK,CYAN,OFF)
84
85 # Menu box border color
86 menubox_border_color = (CYAN,CYAN,ON)
87
88 # Item color
89 item_color = (BLACK,CYAN,OFF)
90
91 # Selected item color
92 item_selected_color = (WHITE,BLUE,OFF)
93
94 # Tag color
95 tag_color = (YELLOW,CYAN,ON)
96
97 # Selected tag color
98 tag_selected_color = (WHITE,BLUE,OFF)
99
100 # Tag key color
101 tag_key_color = (RED,CYAN,OFF)
102
103 # Selected tag key color
104 tag_key_selected_color = (RED,BLUE,ON)
105
106 # Check box color
107 check_color = (BLACK,CYAN,OFF)
108
109 # Selected check box color
110 check_selected_color = (WHITE,CYAN,ON)
111
112 # Up arrow color
113 uarrow_color = (GREEN,CYAN,ON)
114
115 # Down arrow color
116 darrow_color = (GREEN,CYAN,ON)
117
118 # Item help-text color
119 itemhelp_color = (WHITE,BLACK,OFF)
120
121 # Active form text color
122 form_active_text_color = (BLUE,WHITE,OFF)
123
124 # Form text color
125 form_text_color = (CYAN,BLUE,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)