xref: /freebsd/contrib/dialog/samples/slackware.rc (revision d184218c)
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.
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 = ON
26
27# Turn color support ON or OFF
28use_colors = ON
29
30# Screen color
31screen_color = (WHITE,BLUE,OFF)
32
33# Shadow color
34shadow_color = (WHITE,BLACK,OFF)
35
36# Dialog box color
37dialog_color = (BLACK,CYAN,OFF)
38
39# Dialog box title color
40title_color = (YELLOW,CYAN,ON)
41
42# Dialog box border color
43border_color = (CYAN,CYAN,ON)
44
45# Active button color
46button_active_color = (WHITE,BLUE,ON)
47
48# Inactive button color
49button_inactive_color = (BLACK,CYAN,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,CYAN,OFF)
56
57# Active button label color
58button_label_active_color = (WHITE,BLUE,ON)
59
60# Inactive button label color
61button_label_inactive_color = (BLACK,CYAN,ON)
62
63# Input box color
64inputbox_color = (BLUE,WHITE,OFF)
65
66# Input box border color
67inputbox_border_color = (CYAN,CYAN,ON)
68
69# Search box color
70searchbox_color = (YELLOW,WHITE,ON)
71
72# Search box title color
73# FIXME
74searchbox_title_color = (WHITE,WHITE,ON)
75
76# Search box border color
77searchbox_border_color = (RED,WHITE,OFF)
78
79# File position indicator color
80position_indicator_color = (RED,CYAN,OFF)
81
82# Menu box color
83menubox_color = (BLACK,CYAN,OFF)
84
85# Menu box border color
86menubox_border_color = (CYAN,CYAN,ON)
87
88# Item color
89item_color = (BLACK,CYAN,OFF)
90
91# Selected item color
92item_selected_color = (WHITE,BLUE,OFF)
93
94# Tag color
95tag_color = (YELLOW,CYAN,ON)
96
97# Selected tag color
98tag_selected_color = (WHITE,BLUE,OFF)
99
100# Tag key color
101tag_key_color = (RED,CYAN,OFF)
102
103# Selected tag key color
104tag_key_selected_color = (RED,BLUE,ON)
105
106# Check box color
107check_color = (BLACK,CYAN,OFF)
108
109# Selected check box color
110check_selected_color = (WHITE,CYAN,ON)
111
112# Up arrow color
113uarrow_color = (GREEN,CYAN,ON)
114
115# Down arrow color
116darrow_color = (GREEN,CYAN,ON)
117
118# Item help-text color
119itemhelp_color = (WHITE,BLACK,OFF)
120
121# Active form text color
122form_active_text_color = (BLUE,WHITE,OFF)
123
124# Form text color
125form_text_color = (CYAN,BLUE,ON)
126
127# Readonly form item color
128form_item_readonly_color = (CYAN,WHITE,ON)
129
130# Dialog box gauge color
131gauge_color = (BLUE,WHITE,ON)
132