wok view dialog/stuff/dialogrc @ rev 16949

mate-icon-theme: Up bdeps.
author Yuri Pourre <yuripourre@gmail.com>
date Sat Jul 26 01:35:39 2014 +0000 (2014-07-26)
parents a7363311b452
children 58fd2812d1bf
line source
1 #
2 # Run-time configuration file for dialog, on SliTaz GNU/Linux.
3 # $id: 09/03/2014 00:30:00 pankso@slitaz.org $
4 # Types of values:
5 #
6 # Number - <number>
7 # String - "string"
8 # Boolean - <ON|OFF>
9 # Attribute - (foreground,background,highlight)
10 # Colors - WHITE,BLACK,RED,MAGENTA,YELLOW,BLUE,CYAN,GREEN
11 #
13 # Shadow dialog boxes? This also turns on color.
14 use_shadow = OFF
16 # Turn color support ON or OFF
17 use_colors = ON
19 # Screen color
20 screen_color = (WHITE,BLACK,ON)
22 # Shadow color
23 shadow_color = (WHITE,BLACK,OFF)
25 # Dialog box color
26 dialog_color = (WHITE,BLACK,OFF)
28 # Dialog box title color
29 title_color = (WHITE,BLACK,ON)
31 # Dialog box border color
32 border_color = (WHITE,BLACK,OFF)
34 # Active button color
35 button_active_color = (BLACK,BLACK,ON)
37 # Inactive button color
38 button_inactive_color = (WHITE,BLACK,OFF)
40 # Active button key color
41 button_key_active_color = (WHITE,GREEN,OFF)
43 # Inactive button key color
44 button_key_inactive_color = (RED,BLACK,OFF)
46 # Active button label color
47 button_label_active_color = (BLACK,WHITE,OFF)
49 # Inactive button label color
50 button_label_inactive_color = (WHITE,BLACK,OFF)
52 # Input box color
53 inputbox_color = (BLACK,WHITE,OFF)
55 # Input box border color
56 inputbox_border_color = (BLACK,BLACK,ON)
58 # Search box color
59 searchbox_color = (YELLOW,WHITE,ON)
61 # Search box title color
62 searchbox_title_color = (WHITE,WHITE,ON)
64 # Search box border color
65 searchbox_border_color = (RED,WHITE,ON)
67 # File position indicator color
68 position_indicator_color = (WHITE,BLACK,ON)
70 # Menu box color
71 menubox_color = (RED,BLACK,OFF)
73 # Menu box border color
74 menubox_border_color = (RED,BLACK,OFF)
76 # Item color
77 item_color = (WHITE,BLACK,ON)
79 # Selected item color
80 item_selected_color = (GREEN,BLACK,ON)
82 # Tag color
83 tag_color = (WHITE,BLACK,ON)
85 # Selected tag color
86 tag_selected_color = (GREEN,BLACK,ON)
88 # Tag key color
89 tag_key_color = (WHITE,BLACK,ON)
91 # Selected tag key color
92 tag_key_selected_color = (GREEN,BLACK,ON)
94 # Check box color
95 check_color = (MAGENTA,BLACK,ON)
97 # Selected check box color
98 check_selected_color = (WHITE,MAGENTA,ON)
100 # Up arrow color
101 uarrow_color = (GREEN,BLUE,ON)
103 # Down arrow color
104 darrow_color = (GREEN,BLUE,ON)
106 # Item help-text color
107 itemhelp_color = (MAGENTA,BLACK,ON)
109 # Active form text color
110 form_active_text_color = (BLACK,MAGENTA,OFF)
112 # Form text color
113 form_text_color = (BLACK,WHITE,OFF)