|
6 | 6 | 'type' => 'anomaly.field_type.textarea',
|
7 | 7 | 'input_view' => 'visiosoft.theme.defaultadmin::admin/navigation/settings',
|
8 | 8 | ],
|
| 9 | + "dark_mode" => [ |
| 10 | + "type" => "anomaly.field_type.boolean", |
| 11 | + "config" => [ |
| 12 | + "default_value" => 0, |
| 13 | + ] |
| 14 | + ], |
9 | 15 | "login_icon" => [
|
10 | 16 | "type" => "anomaly.field_type.file",
|
11 | 17 | "config" => [
|
|
30 | 36 | "default_value" => 'OpenClassify, Inc',
|
31 | 37 | ]
|
32 | 38 | ],
|
33 |
| - "sidebar_main_color" => [ |
| 39 | +// "sidebar_main_color" => [ |
| 40 | +// "type" => "anomaly.field_type.colorpicker", |
| 41 | +// "config" => [ |
| 42 | +// "default_value" => '#1d3557', |
| 43 | +// ] |
| 44 | +// ], |
| 45 | +// "sidebar_secondary_color" => [ |
| 46 | +// "type" => "anomaly.field_type.colorpicker", |
| 47 | +// "config" => [ |
| 48 | +// "default_value" => '#213c62', |
| 49 | +// ] |
| 50 | +// ], |
| 51 | + "active_sidebar_border_color" => [ |
34 | 52 | "type" => "anomaly.field_type.colorpicker",
|
35 | 53 | "config" => [
|
36 |
| - "default_value" => '#252525', |
| 54 | + "default_value" => '#4eb6a2', |
37 | 55 | ]
|
38 | 56 | ],
|
39 |
| - "sidebar_secondary_color" => [ |
| 57 | + "primary_color" => [ |
40 | 58 | "type" => "anomaly.field_type.colorpicker",
|
41 | 59 | "config" => [
|
42 |
| - "default_value" => '#333333', |
| 60 | + "default_value" => '#1d3557', |
43 | 61 | ]
|
44 | 62 | ],
|
45 |
| - "active_sidebar_border_color" => [ |
| 63 | + "secondary_color" => [ |
| 64 | + "type" => "anomaly.field_type.colorpicker", |
| 65 | + "config" => [ |
| 66 | + "default_value" => '#213c62', |
| 67 | + ] |
| 68 | + ], |
| 69 | + "background_color" => [ |
| 70 | + "type" => "anomaly.field_type.colorpicker", |
| 71 | + "config" => [ |
| 72 | + "default_value" => '#f1f1f1', |
| 73 | + ] |
| 74 | + ], |
| 75 | + "block_background_color" => [ |
| 76 | + "type" => "anomaly.field_type.colorpicker", |
| 77 | + "config" => [ |
| 78 | + "default_value" => '#FFF', |
| 79 | + ] |
| 80 | + ], |
| 81 | + "negative_color" => [ |
| 82 | + "type" => "anomaly.field_type.colorpicker", |
| 83 | + "config" => [ |
| 84 | + "default_value" => '#f06461', |
| 85 | + ] |
| 86 | + ], |
| 87 | + "positive_color" => [ |
46 | 88 | "type" => "anomaly.field_type.colorpicker",
|
47 | 89 | "config" => [
|
48 |
| - "default_value" => '#c61db4', |
| 90 | + "default_value" => '#4eb6a2', |
| 91 | + ] |
| 92 | + ], |
| 93 | + "warning_color" => [ |
| 94 | + "type" => "anomaly.field_type.colorpicker", |
| 95 | + "config" => [ |
| 96 | + "default_value" => '#fee28b', |
| 97 | + ] |
| 98 | + ], |
| 99 | + "info_color" => [ |
| 100 | + "type" => "anomaly.field_type.colorpicker", |
| 101 | + "config" => [ |
| 102 | + "default_value" => '#54acdb', |
| 103 | + ] |
| 104 | + ], |
| 105 | + 'menu_link_color' => [ |
| 106 | + 'type' => 'anomaly.field_type.colorpicker', |
| 107 | + 'config' => [ |
| 108 | + 'default_value' => '#ccc' |
| 109 | + ] |
| 110 | + ], |
| 111 | + 'links_color' => [ |
| 112 | + 'type' => 'anomaly.field_type.colorpicker', |
| 113 | + 'config' => [ |
| 114 | + 'default_value' => '#213c62' |
| 115 | + ] |
| 116 | + ], |
| 117 | + 'links_hover_active_color' => [ |
| 118 | + 'type' => 'anomaly.field_type.colorpicker', |
| 119 | + 'config' => [ |
| 120 | + 'default_value' => '#1d3557' |
| 121 | + ] |
| 122 | + ], |
| 123 | + 'text_color' => [ |
| 124 | + 'type' => 'anomaly.field_type.colorpicker', |
| 125 | + 'config' => [ |
| 126 | + 'default_value' => '#1d3557' |
| 127 | + ] |
| 128 | + ], |
| 129 | + 'input_background_color' => [ |
| 130 | + 'type' => 'anomaly.field_type.colorpicker', |
| 131 | + 'config' => [ |
| 132 | + 'default_value' => '#fff' |
| 133 | + ] |
| 134 | + ], |
| 135 | + 'input_placeholder_color' => [ |
| 136 | + 'type' => 'anomaly.field_type.colorpicker', |
| 137 | + 'config' => [ |
| 138 | + 'default_value' => '#213c62' |
| 139 | + ] |
| 140 | + ], |
| 141 | + 'input_focused_background_color' => [ |
| 142 | + 'type' => 'anomaly.field_type.colorpicker', |
| 143 | + 'config' => [ |
| 144 | + 'default_value' => '#fefefe' |
| 145 | + ] |
| 146 | + ], |
| 147 | + 'input_focused_border_color' => [ |
| 148 | + 'type' => 'anomaly.field_type.colorpicker', |
| 149 | + 'config' => [ |
| 150 | + 'default_value' => '#54acdb' |
| 151 | + ] |
| 152 | + ], |
| 153 | + "dark_primary_color" => [ |
| 154 | + "type" => "anomaly.field_type.colorpicker", |
| 155 | + "config" => [ |
| 156 | + "default_value" => '#1d3557', |
| 157 | + ] |
| 158 | + ], |
| 159 | + "dark_secondary_color" => [ |
| 160 | + "type" => "anomaly.field_type.colorpicker", |
| 161 | + "config" => [ |
| 162 | + "default_value" => '#213c62', |
| 163 | + ] |
| 164 | + ], |
| 165 | + "dark_background_color" => [ |
| 166 | + "type" => "anomaly.field_type.colorpicker", |
| 167 | + "config" => [ |
| 168 | + "default_value" => '#384774', |
| 169 | + ] |
| 170 | + ], |
| 171 | + "dark_negative_color" => [ |
| 172 | + "type" => "anomaly.field_type.colorpicker", |
| 173 | + "config" => [ |
| 174 | + "default_value" => '#993434', |
| 175 | + ] |
| 176 | + ], |
| 177 | + "dark_positive_color" => [ |
| 178 | + "type" => "anomaly.field_type.colorpicker", |
| 179 | + "config" => [ |
| 180 | + "default_value" => '#5ba587', |
| 181 | + ] |
| 182 | + ], |
| 183 | + "dark_warning_color" => [ |
| 184 | + "type" => "anomaly.field_type.colorpicker", |
| 185 | + "config" => [ |
| 186 | + "default_value" => '#c89332', |
| 187 | + ] |
| 188 | + ], |
| 189 | + "dark_info_color" => [ |
| 190 | + "type" => "anomaly.field_type.colorpicker", |
| 191 | + "config" => [ |
| 192 | + "default_value" => '#4679bd', |
| 193 | + ] |
| 194 | + ], |
| 195 | + "dark_active_sidebar_border_color" => [ |
| 196 | + "type" => "anomaly.field_type.colorpicker", |
| 197 | + "config" => [ |
| 198 | + "default_value" => '#5ba587', |
| 199 | + ] |
| 200 | + ], |
| 201 | + 'dark_menu_link_color' => [ |
| 202 | + 'type' => 'anomaly.field_type.colorpicker', |
| 203 | + 'config' => [ |
| 204 | + 'default_value' => '#dedede' |
| 205 | + ] |
| 206 | + ], |
| 207 | + 'dark_links_color' => [ |
| 208 | + 'type' => 'anomaly.field_type.colorpicker', |
| 209 | + 'config' => [ |
| 210 | + 'default_value' => '#ccc' |
| 211 | + ] |
| 212 | + ], |
| 213 | + 'dark_links_hover_active_color' => [ |
| 214 | + 'type' => 'anomaly.field_type.colorpicker', |
| 215 | + 'config' => [ |
| 216 | + 'default_value' => '#fff' |
| 217 | + ] |
| 218 | + ], |
| 219 | + 'dark_text_color' => [ |
| 220 | + 'type' => 'anomaly.field_type.colorpicker', |
| 221 | + 'config' => [ |
| 222 | + 'default_value' => '#ddd' |
| 223 | + ] |
| 224 | + ], |
| 225 | + 'dark_input_background_color' => [ |
| 226 | + 'type' => 'anomaly.field_type.colorpicker', |
| 227 | + 'config' => [ |
| 228 | + 'default_value' => '#2f4770' |
| 229 | + ] |
| 230 | + ], |
| 231 | + 'dark_input_placeholder_color' => [ |
| 232 | + 'type' => 'anomaly.field_type.colorpicker', |
| 233 | + 'config' => [ |
| 234 | + 'default_value' => '#ccc' |
| 235 | + ] |
| 236 | + ], |
| 237 | + 'dark_input_focused_background_color' => [ |
| 238 | + 'type' => 'anomaly.field_type.colorpicker', |
| 239 | + 'config' => [ |
| 240 | + 'default_value' => '#2a3c6b' |
| 241 | + ] |
| 242 | + ], |
| 243 | + 'dark_input_focused_border_color' => [ |
| 244 | + 'type' => 'anomaly.field_type.colorpicker', |
| 245 | + 'config' => [ |
| 246 | + 'default_value' => '#1e3060' |
49 | 247 | ]
|
50 | 248 | ],
|
51 | 249 | ];
|
0 commit comments