[feat] bluetooth_connect check status
[dotfiles_afify.git] / .dialogrc
blob042160c5761675a34f6d0cf3e5731123d3eddd3a
2 # Run-time configuration file for dialog
4 # Automatically generated by "dialog --create-rc <file>"
7 # Types of values:
9 # Number     -  <number>
10 # String     -  "string"
11 # Boolean    -  <ON|OFF>
12 # Attribute  -  (foreground,background,highlight?)
16 # Shadow dialog boxes? This also turns on color.
17 use_shadow = ON
19 # Turn color support ON or OFF
20 use_colors = ON
22 # Screen color
23 screen_color = (RED,BLACK,ON)
25 # Shadow color
26 shadow_color = (BLACK,BLACK,OFF)
28 # Dialog box color
29 dialog_color = (WHITE,BLACK,OFF)
31 # Dialog box title color
32 title_color = (RED,BLACK,OFF)
34 # Dialog box border color
35 border_color = (BLACK,BLACK,ON)
37 # Active button color
38 button_active_color = (BLACK,RED,OFF)
40 # Inactive button color
41 button_inactive_color = (YELLOW,BLACK,OFF)
43 # Active button key color
44 button_key_active_color = (BLACK,RED,ON)
46 # Inactive button key color
47 button_key_inactive_color = (RED,BLACK,OFF)
49 # Active button label color
50 button_label_active_color = (WHITE,RED,OFF)
52 # Inactive button label color
53 button_label_inactive_color = (BLACK,BLACK,ON)
55 # Input box color
56 inputbox_color = (YELLOW,BLACK,OFF)
58 # Input box border color
59 inputbox_border_color = (YELLOW,BLACK,OFF)
61 # Search box color
62 searchbox_color = (YELLOW,BLACK,OFF)
64 # Search box title color
65 searchbox_title_color = (YELLOW,BLACK,ON)
67 # Search box border color
68 searchbox_border_color = (BLACK,BLACK,ON)
70 # File position indicator color
71 position_indicator_color = (RED,BLACK,OFF)
73 # Menu box color
74 menubox_color = (YELLOW,BLACK,OFF)
76 # Menu box border color
77 menubox_border_color = (BLACK,BLACK,ON)
79 # Item color
80 item_color = (WHITE,BLACK,OFF)
82 # Selected item color
83 item_selected_color = (BLACK,RED,OFF)
85 # Tag color
86 tag_color = (YELLOW,BLACK,OFF)
88 # Selected tag color
89 tag_selected_color = (BLACK,RED,OFF)
91 # Tag key color
92 tag_key_color = (RED,BLACK,OFF)
94 # Selected tag key color
95 tag_key_selected_color = (BLACK,RED,ON)
97 # Check box color
98 check_color = (YELLOW,BLACK,OFF)
100 # Selected check box color
101 check_selected_color = (BLACK,RED,ON)
103 # Up arrow color
104 uarrow_color = (RED,BLACK,OFF)
106 # Down arrow color
107 darrow_color = (RED,BLACK,OFF)