wok view dialog/stuff/dialogrc @ rev 4646

apr-util-dev: fix DEPENDS
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Dec 26 13:39:49 2009 +0100 (2009-12-26)
parents 67f32e5e811a
children 073d340e3ab0
line source
1 # Run-time configuration file for dialog, on SliTaz GNU/Linux.
2 # $id: 20/01/2007 17:33:16 root@slitaz $
3 # Types of values:
4 #
5 # Number - <number>
6 # String - "string"
7 # Boolean - <ON|OFF>
8 # Attribute - (foreground,background,highlight?)
9 #
12 # Shadow dialog boxes? This also turns on color.
13 use_shadow = OFF
15 # Turn color support ON or OFF
16 use_colors = ON
18 # Screen color
19 screen_color = (WHITE,BLACK,ON)
21 # Shadow color
22 shadow_color = (WHITE,BLACK,OFF)
24 # Dialog box color
25 dialog_color = (WHITE,BLACK,OFF)
27 # Dialog box title color
28 title_color = (YELLOW,BLACK,ON)
30 # Dialog box border color
31 border_color = (YELLOW,BLACK,OFF)
33 # Active button color
34 button_active_color = (WHITE,BLACK,ON)
36 # Inactive button color
37 button_inactive_color = (WHITE,BLACK,OFF)
39 # Active button key color
40 button_key_active_color = (WHITE,GREEN,OFF)
42 # Inactive button key color
43 button_key_inactive_color = (RED,BLACK,OFF)
45 # Active button label color
46 button_label_active_color = (BLACK,WHITE,OFF)
48 # Inactive button label color
49 button_label_inactive_color = (WHITE,BLACK,OFF)
51 # Input box color
52 inputbox_color = (BLACK,WHITE,OFF)
54 # Input box border color
55 inputbox_border_color = (BLACK,BLACK,ON)
57 # Search box color
58 searchbox_color = (YELLOW,WHITE,ON)
60 # Search box title color
61 searchbox_title_color = (WHITE,WHITE,ON)
63 # Search box border color
64 searchbox_border_color = (RED,WHITE,ON)
66 # File position indicator color
67 position_indicator_color = (YELLOW,BLACK,ON)
69 # Menu box color
70 menubox_color = (RED,BLACK,OFF)
72 # Menu box border color
73 menubox_border_color = (RED,BLACK,OFF)
75 # Item color
76 item_color = (WHITE,BLACK,ON)
78 # Selected item color
79 item_selected_color = (GREEN,BLACK,ON)
81 # Tag color
82 tag_color = (WHITE,BLACK,ON)
84 # Selected tag color
85 tag_selected_color = (GREEN,BLACK,ON)
87 # Tag key color
88 tag_key_color = (WHITE,BLACK,ON)
90 # Selected tag key color
91 tag_key_selected_color = (GREEN,BLACK,ON)
93 # Check box color
94 check_color = (MAGENTA,BLACK,ON)
96 # Selected check box color
97 check_selected_color = (WHITE,MAGENTA,ON)
99 # Up arrow color
100 uarrow_color = (GREEN,BLUE,ON)
102 # Down arrow color
103 darrow_color = (GREEN,BLUE,ON)
105 # Item help-text color
106 itemhelp_color = (MAGENTA,BLACK,ON)
108 # Active form text color
109 form_active_text_color = (BLACK,YELLOW,OFF)
111 # Form text color
112 form_text_color = (BLACK,WHITE,OFF)