all files / progressbar/utils/ theme.js

100% Statements 41/41
79.66% Branches 47/59
100% Functions 2/2
100% Lines 41/41
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575   293× 293×                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           11×                                                             11×                                                                 238×                                                             238×   293×      
define(["require", "exports", "@syncfusion/ej2-base"], function (require, exports, ej2_base_1) {
    "use strict";
    Object.defineProperty(exports, "__esModule", { value: true });
    function getProgressThemeColor(theme) {
        var style;
        switch (theme) {
            case 'Material':
                style = {
                    linearTrackColor: '#E3165B',
                    linearProgressColor: '#E3165B',
                    circularTrackColor: '#E3165B',
                    circularProgressColor: '#E3165B',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 0.26,
                    bufferOpacity: 0.4,
                    linearGapWidth: 4,
                    circularGapWidth: 4,
                    linearTrackThickness: 4,
                    linearProgressThickness: 4,
                    circularTrackThickness: 4,
                    circularProgressThickness: 4,
                    tooltipFill: '#ffffff',
                    tooltipLightLabel: '#000000',
                    success: '#4caf50',
                    danger: '#ff6652',
                    warning: '#ff9800',
                    info: '#03a9f4',
                    tooltipLabelFont: {
                        color: 'rgba(249, 250, 251, 1)', fontFamily: 'Roboto'
                    },
                    linearLabelFont: {
                        size: '10', fontWeight: '400', color: '#000000', fontStyle: 'Normal', fontFamily: 'Roboto'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '500', color: '#000000', fontStyle: 'Normal', fontFamily: 'Roboto'
                    }
                };
                break;
            case 'Bootstrap':
                style = {
                    linearTrackColor: '#EEEEEE',
                    linearProgressColor: '#317ab9',
                    circularTrackColor: '#EEEEEE',
                    circularProgressColor: '#317ab9',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.44,
                    linearGapWidth: 4,
                    circularGapWidth: 4,
                    linearTrackThickness: 20,
                    linearProgressThickness: 20,
                    circularTrackThickness: 6,
                    circularProgressThickness: 6,
                    tooltipFill: '#ffffff',
                    tooltipLightLabel: '#000000',
                    success: '#48b14c',
                    danger: '#d44f4f',
                    warning: '#fac168',
                    info: '#2aaac0',
                    tooltipLabelFont: {
                        color: '#F9FAFB', fontFamily: 'Helvetica Neue'
                    },
                    linearLabelFont: {
                        size: '10', fontWeight: '400', color: '#000000', fontStyle: 'Normal', fontFamily: 'Helvetica Neue'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '500', color: '#000000', fontStyle: 'Normal', fontFamily: 'Helvetica Neue'
                    }
                };
                break;
            case 'Bootstrap4':
                style = {
                    linearTrackColor: '#E9ECEF',
                    linearProgressColor: '#007bff',
                    circularTrackColor: '#E9ECEF',
                    circularProgressColor: '#007bff',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.44,
                    linearGapWidth: 4,
                    circularGapWidth: 4,
                    linearTrackThickness: 16,
                    linearProgressThickness: 16,
                    circularTrackThickness: 6,
                    circularProgressThickness: 6,
                    tooltipFill: '#ffffff',
                    tooltipLightLabel: '#000000',
                    success: '#28a745',
                    danger: '#dc3545',
                    warning: '#ffc107',
                    info: '#17a2b8',
                    tooltipLabelFont: {
                        color: '#F9FAFB', fontFamily: 'Helvetica Neue'
                    },
                    linearLabelFont: {
                        size: '10', fontWeight: '400', color: '#000000', fontStyle: 'Normal', fontFamily: 'Helvetica Neue'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '500', color: '#000000', fontStyle: 'Normal', fontFamily: 'Helvetica Neue'
                    }
                };
                break;
            case 'HighContrast':
                style = {
                    linearTrackColor: '#BFBFBF',
                    linearProgressColor: '#FFD939',
                    circularTrackColor: '#BFBFBF',
                    circularProgressColor: '#FFD939',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.35,
                    linearGapWidth: 2,
                    circularGapWidth: 4,
                    linearTrackThickness: 2,
                    linearProgressThickness: 2,
                    circularTrackThickness: 4,
                    circularProgressThickness: 4,
                    tooltipFill: '#ffffff',
                    tooltipLightLabel: '#000000',
                    success: '#2bc700',
                    danger: '#ff6161',
                    warning: '#ff7d1a',
                    info: '#66b0ff',
                    tooltipLabelFont: {
                        color: '#000000', fontFamily: 'Segoe UI'
                    },
                    linearLabelFont: {
                        size: '10', fontWeight: '400', color: '#FFFFFF', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '500', color: '#FFFFFF', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    }
                };
                break;
            case 'Tailwind':
                style = {
                    linearTrackColor: '#E5E7EB',
                    linearProgressColor: '#4F46E5',
                    circularTrackColor: '#E5E7EB',
                    circularProgressColor: '#4F46E5',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.35,
                    linearGapWidth: 2,
                    circularGapWidth: 4,
                    linearTrackThickness: 2,
                    linearProgressThickness: 2,
                    circularTrackThickness: 4,
                    circularProgressThickness: 4,
                    tooltipFill: '#ffffff',
                    tooltipLightLabel: '#000000',
                    success: '#15803D',
                    danger: '#DC2626',
                    warning: '#C2410C',
                    info: '#0E7490',
                    tooltipLabelFont: {
                        color: '#F9FAFB', fontFamily: 'Inter'
                    },
                    linearLabelFont: {
                        size: '10', fontWeight: '400', color: '#FFFFFF', fontStyle: 'Normal', fontFamily: 'Inter'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '500', color: '#FFFFFF', fontStyle: 'Normal', fontFamily: 'Inter'
                    }
                };
                break;
            case 'TailwindDark':
                style = {
                    linearTrackColor: '#4B5563',
                    linearProgressColor: '#22D3EE',
                    circularTrackColor: '#4B5563',
                    circularProgressColor: '#22D3EE',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.45,
                    linearGapWidth: 2,
                    circularGapWidth: 4,
                    linearTrackThickness: 2,
                    linearProgressThickness: 2,
                    circularTrackThickness: 4,
                    circularProgressThickness: 4,
                    tooltipFill: '#ffffff',
                    tooltipLightLabel: '#000000',
                    success: '#22C55E',
                    danger: '#F87171',
                    warning: '#ea580c',
                    info: '#06B6D4',
                    tooltipLabelFont: {
                        color: '#1F2937', fontFamily: 'Inter'
                    },
                    linearLabelFont: {
                        size: '10', fontWeight: '400', color: '#D1D5DB', fontStyle: 'Normal', fontFamily: 'Inter'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '500', color: '#D1D5DB', fontStyle: 'Normal', fontFamily: 'Inter'
                    }
                };
                break;
            case 'FabricDark':
            case 'BootstrapDark':
            case 'MaterialDark':
                style = {
                    linearTrackColor: '#C8C8C8',
                    linearProgressColor: '#9A9A9A',
                    circularTrackColor: '#C8C8C8',
                    circularProgressColor: '#9A9A9A',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.44,
                    linearGapWidth: 2,
                    circularGapWidth: 4,
                    linearTrackThickness: 16,
                    linearProgressThickness: 16,
                    circularTrackThickness: 4,
                    circularProgressThickness: 4,
                    tooltipFill: '#ffffff',
                    tooltipLightLabel: '#000000',
                    success: '#22b24b',
                    danger: '#ac2a2a',
                    warning: '#ffca1c',
                    info: '#489bd5',
                    tooltipLabelFont: {
                        color: theme === 'BootstrapDark' ? '#1A1A1A' : theme === 'FabricDark' ? '#DADADA' : 'rgba(18, 18, 18, 1)', fontFamily: theme === 'BootstrapDark' ? 'Helvetica Neue' : theme === 'FabricDark' ? 'Segoe UI' : 'Roboto'
                    },
                    linearLabelFont: {
                        size: '10', fontWeight: '400', color: '#000000', fontStyle: 'Normal', fontFamily: theme === 'BootstrapDark' ? 'Helvetica Neue' : theme === 'FabricDark' ? 'Segoe UI' : 'Roboto'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '500', color: '#000000', fontStyle: 'Normal', fontFamily: theme === 'BootstrapDark' ? 'Helvetica Neue' : theme === 'FabricDark' ? 'Segoe UI' : 'Roboto'
                    }
                };
                break;
            case 'Bootstrap5':
                style = {
                    linearTrackColor: '#DEE2E6',
                    linearProgressColor: '#0D6EFD',
                    circularTrackColor: '#DEE2E6',
                    circularProgressColor: '#0D6EFD',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.44,
                    linearGapWidth: 4,
                    circularGapWidth: 4,
                    linearTrackThickness: 2,
                    linearProgressThickness: 2,
                    circularTrackThickness: 2,
                    circularProgressThickness: 2,
                    tooltipFill: '#000000E5',
                    tooltipLightLabel: '#FFFFFF',
                    success: '#198754',
                    danger: '#DC3545',
                    warning: '#FFC107',
                    info: '#0DCAF0',
                    tooltipLabelFont: {
                        color: '#F9FAFB', fontFamily: 'Segoe UI'
                    },
                    linearLabelFont: {
                        size: '10', fontWeight: '400', color: '#FFFFFF', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '400', color: '#0D6EFD', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    }
                };
                break;
            case 'Bootstrap5Dark':
                style = {
                    linearTrackColor: '#495057',
                    linearProgressColor: '#0D6EFD',
                    circularTrackColor: '#495057',
                    circularProgressColor: '#0D6EFD',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.4,
                    linearGapWidth: 4,
                    circularGapWidth: 4,
                    linearTrackThickness: 2,
                    linearProgressThickness: 2,
                    circularTrackThickness: 2,
                    circularProgressThickness: 2,
                    tooltipFill: '#FFFFFFE5',
                    tooltipLightLabel: '#212529',
                    success: '#198754',
                    danger: '#DC3545',
                    warning: '#FFC107',
                    info: '#0DCAF0',
                    tooltipLabelFont: {
                        color: '#212529', fontFamily: 'Segoe UI'
                    },
                    linearLabelFont: {
                        size: '10', fontWeight: '400', color: '#FFFFFF', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '400', color: '#0D6EFD', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    }
                };
                break;
            case 'Fluent':
                style = {
                    linearTrackColor: '#F3F2F1',
                    linearProgressColor: '#0D6EFD',
                    circularTrackColor: '#F3F2F1',
                    circularProgressColor: '#0D6EFD',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.45,
                    linearGapWidth: 4,
                    circularGapWidth: 4,
                    linearTrackThickness: 16,
                    linearProgressThickness: 16,
                    circularTrackThickness: 4,
                    circularProgressThickness: 4,
                    tooltipFill: '#ffffff',
                    tooltipLightLabel: '#000000',
                    success: '#0B6A0B',
                    danger: '#D13438',
                    warning: '#CA5010',
                    info: '#038387',
                    tooltipLabelFont: {
                        color: '#323130', fontFamily: 'Segoe UI'
                    },
                    linearLabelFont: {
                        size: '10', fontWeight: '400', color: '#0D6EFD', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '500', color: '#0D6EFD', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    }
                };
                break;
            case 'FluentDark':
                style = {
                    linearTrackColor: '#3B4248',
                    linearProgressColor: '#0D6EFD',
                    circularTrackColor: '#3B4248',
                    circularProgressColor: '#0D6EFD',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.35,
                    linearGapWidth: 4,
                    circularGapWidth: 4,
                    linearTrackThickness: 16,
                    linearProgressThickness: 16,
                    circularTrackThickness: 4,
                    circularProgressThickness: 4,
                    tooltipFill: '#ffffff',
                    tooltipLightLabel: '#000000',
                    success: '#0B6A0B',
                    danger: '#D13438',
                    warning: '#CA5010',
                    info: '#038387',
                    tooltipLabelFont: {
                        color: '#F3F2F1', fontFamily: 'Segoe UI'
                    },
                    linearLabelFont: {
                        size: '10', fontWeight: '400', color: '#0D6EFD', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '500', color: '#0D6EFD', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    }
                };
                break;
            case 'Fluent2':
                style = {
                    linearTrackColor: '#E6E6E6',
                    linearProgressColor: '#0F6CBD',
                    circularTrackColor: '#E6E6E6',
                    circularProgressColor: '#0F6CBD',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.35,
                    linearGapWidth: 4,
                    circularGapWidth: 4,
                    linearTrackThickness: ej2_base_1.Browser.isDevice ? 4 : 2,
                    linearProgressThickness: ej2_base_1.Browser.isDevice ? 4 : 2,
                    circularTrackThickness: ej2_base_1.Browser.isDevice ? 2 : 2,
                    circularProgressThickness: ej2_base_1.Browser.isDevice ? 2 : 2,
                    tooltipFill: '#FFFFFF',
                    tooltipLightLabel: '#242424',
                    success: '#107C10',
                    danger: '#D13438',
                    warning: '#BC4B09',
                    info: '#008AA9',
                    tooltipLabelFont: {
                        color: '#242424', fontFamily: 'Segoe UI'
                    },
                    linearLabelFont: {
                        size: '12', fontWeight: '400', color: '#FFFFFF', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '500', color: '#242424', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    }
                };
                break;
            case 'Fluent2Dark':
                style = {
                    linearTrackColor: '#333333',
                    linearProgressColor: '#115EA3',
                    circularTrackColor: '#333333',
                    circularProgressColor: '#115EA3',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.35,
                    linearGapWidth: 4,
                    circularGapWidth: 4,
                    linearTrackThickness: ej2_base_1.Browser.isDevice ? 4 : 2,
                    linearProgressThickness: ej2_base_1.Browser.isDevice ? 4 : 2,
                    circularTrackThickness: ej2_base_1.Browser.isDevice ? 2 : 2,
                    circularProgressThickness: ej2_base_1.Browser.isDevice ? 2 : 2,
                    tooltipFill: '#292929',
                    tooltipLightLabel: '#FFFFFF',
                    success: '#107C10',
                    danger: '#DC626D',
                    warning: '#FAA06B',
                    info: '#0099BC',
                    tooltipLabelFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI'
                    },
                    linearLabelFont: {
                        size: '12', fontWeight: '400', color: '#FFFFFF', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '500', color: '#FFFFFF', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    }
                };
                break;
            case 'Fluent2HighContrast':
                style = {
                    linearTrackColor: '#000000',
                    linearProgressColor: '#1AEBFF',
                    circularTrackColor: '#000000',
                    circularProgressColor: '#1AEBFF',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.35,
                    linearGapWidth: 4,
                    circularGapWidth: 4,
                    linearTrackThickness: ej2_base_1.Browser.isDevice ? 4 : 2,
                    linearProgressThickness: ej2_base_1.Browser.isDevice ? 4 : 2,
                    circularTrackThickness: ej2_base_1.Browser.isDevice ? 2 : 2,
                    circularProgressThickness: ej2_base_1.Browser.isDevice ? 2 : 2,
                    tooltipFill: '#000000',
                    tooltipLightLabel: '#FFFFFF',
                    success: '#107C10',
                    danger: '#C50F1F',
                    warning: '#F7630C',
                    info: '#0099BC',
                    tooltipLabelFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI'
                    },
                    linearLabelFont: {
                        size: '12', fontWeight: '400', color: '#FFFFFF', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '400', color: '#FFFFFF', fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    }
                };
                break;
            case 'Material3':
                style = {
                    linearTrackColor: '#E7E0EC',
                    linearProgressColor: '#6750A4',
                    circularTrackColor: '#E7E0EC',
                    circularProgressColor: '#6750A4',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.24,
                    linearGapWidth: 4,
                    circularGapWidth: 4,
                    linearTrackThickness: 4,
                    linearProgressThickness: 4,
                    circularTrackThickness: 4,
                    circularProgressThickness: 4,
                    tooltipFill: '#313033',
                    tooltipLightLabel: '#F4EFF4',
                    success: '#0B6A0B',
                    danger: '#D13438',
                    warning: '#CA5010',
                    info: '#038387',
                    tooltipLabelFont: {
                        size: '12px', fontWeight: '400', color: '#F4EFF4', fontStyle: 'Normal', fontFamily: 'Roboto'
                    },
                    linearLabelFont: {
                        size: '10', fontWeight: '400', color: '#FFFFFF', fontStyle: 'Normal', fontFamily: 'Roboto'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '500', color: '#6750A4', fontStyle: 'Normal', fontFamily: 'Roboto'
                    }
                };
                break;
            case 'Material3Dark':
                style = {
                    linearTrackColor: '#49454F',
                    linearProgressColor: '#D0BCFF',
                    circularTrackColor: '#49454F',
                    circularProgressColor: '#D0BCFF',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.24,
                    linearGapWidth: 4,
                    circularGapWidth: 4,
                    linearTrackThickness: 4,
                    linearProgressThickness: 4,
                    circularTrackThickness: 4,
                    circularProgressThickness: 4,
                    tooltipFill: '#E6E1E5',
                    tooltipLightLabel: '#313033',
                    success: '#0B6A0B',
                    danger: '#D13438',
                    warning: '#CA5010',
                    info: '#038387',
                    tooltipLabelFont: {
                        color: '#313033', fontFamily: 'roboto'
                    },
                    linearLabelFont: {
                        size: '10', fontWeight: '400', color: '#371E73', fontStyle: 'Normal', fontFamily: 'Roboto'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '500', color: '#D0BCFF', fontStyle: 'Normal', fontFamily: 'Roboto'
                    }
                };
                break;
            default:
                style = {
                    linearTrackColor: '#EAEAEA',
                    linearProgressColor: '#0078D6',
                    circularTrackColor: '#E6E6E6',
                    circularProgressColor: '#0078D6',
                    backgroundColor: 'transparent',
                    progressOpacity: 1,
                    trackOpacity: 1,
                    bufferOpacity: 0.3,
                    linearGapWidth: 2,
                    circularGapWidth: 4,
                    linearTrackThickness: 2,
                    linearProgressThickness: 2,
                    circularTrackThickness: 4,
                    circularProgressThickness: 4,
                    tooltipFill: '#ffffff',
                    tooltipLightLabel: '#000000',
                    success: '#166600',
                    danger: '#b30900',
                    warning: '#944000',
                    info: '#0056b3',
                    tooltipLabelFont: {
                        color: '#333333', fontFamily: 'Segoe UI'
                    },
                    linearLabelFont: {
                        size: '10', fontWeight: '400', color: null, fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    },
                    circularLabelFont: {
                        size: '12', fontWeight: '500', color: null, fontStyle: 'Normal', fontFamily: 'Segoe UI'
                    }
                };
                break;
        }
        return style;
    }
    exports.getProgressThemeColor = getProgressThemeColor;
});