|
336 | 336 | <xs:attribute name="outputDirectory" type="xs:anyURI"/> |
337 | 337 | <xs:attribute name="lowUpperBound" type="xs:integer" default="50"/> |
338 | 338 | <xs:attribute name="highLowerBound" type="xs:integer" default="90"/> |
339 | | - <xs:attribute name="colorSuccessLow" type="xs:string" default="#dff0d8"/> |
340 | | - <xs:attribute name="colorSuccessMedium" type="xs:string" default="#c3e3b5"/> |
341 | | - <xs:attribute name="colorSuccessHigh" type="xs:string" default="#99cb84"/> |
342 | | - <xs:attribute name="colorSuccessBar" type="xs:string" default="#28a745"/> |
343 | | - <xs:attribute name="colorWarning" type="xs:string" default="#fcf8e3"/> |
344 | | - <xs:attribute name="colorWarningBar" type="xs:string" default="#ffc107"/> |
345 | | - <xs:attribute name="colorDanger" type="xs:string" default="#f2dede"/> |
346 | | - <xs:attribute name="colorDangerBar" type="xs:string" default="#dc3545"/> |
| 339 | + <xs:attribute name="colorSuccessLow" type="xs:string" default="#d6e6f2"/> |
| 340 | + <xs:attribute name="colorSuccessMedium" type="xs:string" default="#b3d1e8"/> |
| 341 | + <xs:attribute name="colorSuccessHigh" type="xs:string" default="#8cb4d5"/> |
| 342 | + <xs:attribute name="colorSuccessBar" type="xs:string" default="#1a73b4"/> |
| 343 | + <xs:attribute name="colorWarning" type="xs:string" default="#fdf0d5"/> |
| 344 | + <xs:attribute name="colorWarningBar" type="xs:string" default="#e5a100"/> |
| 345 | + <xs:attribute name="colorDanger" type="xs:string" default="#fad4c0"/> |
| 346 | + <xs:attribute name="colorDangerBar" type="xs:string" default="#d45500"/> |
347 | 347 | <xs:attribute name="colorBreadcrumbs" type="xs:string" default="var(--bs-gray-200)"/> |
348 | | - <xs:attribute name="colorSuccessLowDark" type="xs:string" default="#2d4431"/> |
349 | | - <xs:attribute name="colorSuccessMediumDark" type="xs:string" default="#3c6051"/> |
350 | | - <xs:attribute name="colorSuccessHighDark" type="xs:string" default="#3d5c4e"/> |
351 | | - <xs:attribute name="colorSuccessBarDark" type="xs:string" default="#1f8135"/> |
352 | | - <xs:attribute name="colorWarningDark" type="xs:string" default="#3e3408"/> |
353 | | - <xs:attribute name="colorWarningBarDark" type="xs:string" default="#c19406"/> |
354 | | - <xs:attribute name="colorDangerDark" type="xs:string" default="#42221e"/> |
355 | | - <xs:attribute name="colorDangerBarDark" type="xs:string" default="#a62633"/> |
| 348 | + <xs:attribute name="colorSuccessLowDark" type="xs:string" default="#1e3550"/> |
| 349 | + <xs:attribute name="colorSuccessMediumDark" type="xs:string" default="#2d4f6e"/> |
| 350 | + <xs:attribute name="colorSuccessHighDark" type="xs:string" default="#2a4a6b"/> |
| 351 | + <xs:attribute name="colorSuccessBarDark" type="xs:string" default="#1560a0"/> |
| 352 | + <xs:attribute name="colorWarningDark" type="xs:string" default="#3d3010"/> |
| 353 | + <xs:attribute name="colorWarningBarDark" type="xs:string" default="#b88a00"/> |
| 354 | + <xs:attribute name="colorDangerDark" type="xs:string" default="#4a2a10"/> |
| 355 | + <xs:attribute name="colorDangerBarDark" type="xs:string" default="#b54400"/> |
356 | 356 | <xs:attribute name="colorBreadcrumbsDark" type="xs:string" default="var(--bs-gray-800)"/> |
357 | 357 | <xs:attribute name="customCssFile" type="xs:string"/> |
358 | 358 | </xs:complexType> |
|
0 commit comments