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