馃敡 Where my dotfiles lives in harmony and peace, most of the time
at main 2959 lines 91 kB view raw
1{ 2 "$schema": "https://zed.dev/schema/themes/v0.2.0.json", 3 "name": "Catppuccin", 4 "author": "Catppuccin <releases@catppuccin.com>", 5 "themes": [ 6 { 7 "name": "Catppuccin Latte (blue)", 8 "appearance": "light", 9 "style": { 10 "accents": [ 11 "#8839ef", 12 "#7287fd", 13 "#209fb5", 14 "#40a02b", 15 "#df8e1d", 16 "#fe640b", 17 "#d20f39" 18 ], 19 "vim.mode.text": "#dce0e8", 20 "vim.normal.foreground": "#dce0e8", 21 "vim.helix_normal.foreground": "#dce0e8", 22 "vim.visual.foreground": "#dce0e8", 23 "vim.helix_select.foreground": "#dce0e8", 24 "vim.insert.foreground": "#dce0e8", 25 "vim.visual_line.foreground": "#dce0e8", 26 "vim.visual_block.foreground": "#dce0e8", 27 "vim.replace.foreground": "#dce0e8", 28 "vim.normal.background": "#dc8a78", 29 "vim.helix_normal.background": "#dc8a78", 30 "vim.visual.background": "#7287fd", 31 "vim.helix_select.background": "#7287fd", 32 "vim.insert.background": "#40a02b", 33 "vim.visual_line.background": "#7287fd", 34 "vim.visual_block.background": "#8839ef", 35 "vim.replace.background": "#e64553", 36 "background.appearance": "opaque", 37 "border": "#ccd0da", 38 "border.variant": "#417cf0", 39 "border.focused": "#7287fd", 40 "border.selected": "#1e66f5", 41 "border.transparent": "#40a02b", 42 "border.disabled": "#9ca0b0", 43 "elevated_surface.background": "#e6e9ef", 44 "surface.background": "#e6e9ef", 45 "background": "#d7dce5", 46 "element.background": "#dce0e8", 47 "element.hover": "#ccd0da", 48 "element.active": "#acb0be4d", 49 "element.selected": "#ccd0da4d", 50 "element.disabled": "#9ca0b0", 51 "drop_target.background": "#ccd0da66", 52 "ghost_element.background": "#00000000", 53 "ghost_element.hover": "#bcc0cc4d", 54 "ghost_element.active": "#acb0be99", 55 "ghost_element.selected": "#8f94a766", 56 "ghost_element.disabled": "#9ca0b0", 57 "text": "#4c4f69", 58 "text.muted": "#5c5f77", 59 "text.placeholder": "#acb0be", 60 "text.disabled": "#bcc0cc", 61 "text.accent": "#1e66f5", 62 "icon": "#4c4f69", 63 "icon.muted": "#8c8fa1", 64 "icon.disabled": "#9ca0b0", 65 "icon.placeholder": "#acb0be", 66 "icon.accent": "#1e66f5", 67 "status_bar.background": "#dce0e8", 68 "title_bar.background": "#dce0e8", 69 "title_bar.inactive_background": "#e6e9ee", 70 "toolbar.background": "#eff1f5", 71 "tab_bar.background": "#dce0e8", 72 "tab.inactive_background": "#d2d7e2", 73 "tab.active_background": "#eff1f5", 74 "search.match_background": "#1792994d", 75 "search.active_match_background": "#d20f394d", 76 "panel.background": "#e6e9ef", 77 "panel.focused_border": "#4c4f69", 78 "panel.indent_guide": "#ccd0da99", 79 "panel.indent_guide_active": "#acb0be", 80 "panel.indent_guide_hover": "#1e66f5", 81 "panel.overlay_background": "#e6e9ef", 82 "pane.focused_border": "#4c4f69", 83 "pane_group.border": "#ccd0da", 84 "scrollbar.thumb.background": "#acb0be80", 85 "scrollbar.thumb.hover_background": "#9ca0b0", 86 "scrollbar.thumb.active_background": null, 87 "scrollbar.thumb.border": null, 88 "scrollbar.track.background": "#dce0e8", 89 "scrollbar.track.border": "#4c4f6912", 90 "minimap.thumb.background": "#1e66f533", 91 "minimap.thumb.hover_background": "#1e66f566", 92 "minimap.thumb.active_background": "#1e66f599", 93 "minimap.thumb.border": null, 94 "editor.foreground": "#4c4f69", 95 "editor.background": "#eff1f5", 96 "editor.gutter.background": "#eff1f5", 97 "editor.subheader.background": "#e6e9ef", 98 "editor.active_line.background": "#4c4f6912", 99 "editor.highlighted_line.background": null, 100 "editor.line_number": "#8c8fa1", 101 "editor.active_line_number": "#1e66f5", 102 "editor.invisible": "#7c7f9366", 103 "editor.wrap_guide": "#acb0be", 104 "editor.active_wrap_guide": "#acb0be", 105 "editor.document_highlight.bracket_background": "#1e66f517", 106 "editor.document_highlight.read_background": "#6c6f8529", 107 "editor.document_highlight.write_background": "#6c6f8529", 108 "editor.indent_guide": "#ccd0da99", 109 "editor.indent_guide_active": "#acb0be", 110 "terminal.background": "#eff1f5", 111 "terminal.ansi.background": "#eff1f5", 112 "terminal.foreground": "#4c4f69", 113 "terminal.dim_foreground": "#8c8fa1", 114 "terminal.bright_foreground": "#4c4f69", 115 "terminal.ansi.black": "#5c5f77", 116 "terminal.ansi.white": "#acb0be", 117 "terminal.ansi.red": "#d20f39", 118 "terminal.ansi.green": "#40a02b", 119 "terminal.ansi.yellow": "#df8e1d", 120 "terminal.ansi.blue": "#1e66f5", 121 "terminal.ansi.magenta": "#ea76cb", 122 "terminal.ansi.cyan": "#179299", 123 "terminal.ansi.bright_black": "#6c6f85", 124 "terminal.ansi.bright_white": "#bcc0cc", 125 "terminal.ansi.bright_red": "#de293e", 126 "terminal.ansi.bright_green": "#49af3d", 127 "terminal.ansi.bright_yellow": "#eea02d", 128 "terminal.ansi.bright_blue": "#456eff", 129 "terminal.ansi.bright_magenta": "#fe85d8", 130 "terminal.ansi.bright_cyan": "#2d9fa8", 131 "terminal.ansi.dim_black": "#5c5f77", 132 "terminal.ansi.dim_white": "#acb0be", 133 "terminal.ansi.dim_red": "#d20f39", 134 "terminal.ansi.dim_green": "#40a02b", 135 "terminal.ansi.dim_yellow": "#df8e1d", 136 "terminal.ansi.dim_blue": "#1e66f5", 137 "terminal.ansi.dim_magenta": "#ea76cb", 138 "terminal.ansi.dim_cyan": "#179299", 139 "link_text.hover": "#04a5e5", 140 "conflict": "#fe640b", 141 "conflict.border": "#fe640b", 142 "conflict.background": "#fe640b26", 143 "created": "#40a02b", 144 "created.border": "#40a02b", 145 "created.background": "#40a02b26", 146 "deleted": "#d20f39", 147 "deleted.border": "#d20f39", 148 "deleted.background": "#d20f3926", 149 "hidden": "#9ca0b0", 150 "hidden.border": "#9ca0b0", 151 "hidden.background": "#e6e9ef", 152 "hint": "#acb0be", 153 "hint.border": "#acb0be", 154 "hint.background": "#e6e9ef", 155 "ignored": "#9ca0b0", 156 "ignored.border": "#9ca0b0", 157 "ignored.background": "#9ca0b026", 158 "modified": "#df8e1d", 159 "modified.border": "#df8e1d", 160 "modified.background": "#df8e1d26", 161 "predictive": "#9ca0b0", 162 "predictive.border": "#7287fd", 163 "predictive.background": "#e6e9ef", 164 "renamed": "#209fb5", 165 "renamed.border": "#209fb5", 166 "renamed.background": "#209fb526", 167 "info": "#179299", 168 "info.border": "#179299", 169 "info.background": "#7c7f9333", 170 "warning": "#df8e1d", 171 "warning.border": "#df8e1d", 172 "warning.background": "#df8e1d1f", 173 "error": "#d20f39", 174 "error.border": "#d20f39", 175 "error.background": "#d20f391f", 176 "success": "#40a02b", 177 "success.border": "#40a02b", 178 "success.background": "#40a02b1f", 179 "unreachable": "#d20f39", 180 "unreachable.border": "#d20f39", 181 "unreachable.background": "#d20f391f", 182 "players": [ 183 { 184 "cursor": "#dc8a78", 185 "selection": "#7c7f934d", 186 "background": "#dc8a78" 187 }, 188 { 189 "cursor": "#8839ef", 190 "selection": "#8839ef4d", 191 "background": "#8839ef" 192 }, 193 { 194 "cursor": "#7287fd", 195 "selection": "#7287fd4d", 196 "background": "#7287fd" 197 }, 198 { 199 "cursor": "#209fb5", 200 "selection": "#209fb54d", 201 "background": "#209fb5" 202 }, 203 { 204 "cursor": "#40a02b", 205 "selection": "#40a02b4d", 206 "background": "#40a02b" 207 }, 208 { 209 "cursor": "#df8e1d", 210 "selection": "#df8e1d4d", 211 "background": "#df8e1d" 212 }, 213 { 214 "cursor": "#fe640b", 215 "selection": "#fe640b4d", 216 "background": "#fe640b" 217 }, 218 { 219 "cursor": "#d20f39", 220 "selection": "#d20f394d", 221 "background": "#d20f39" 222 } 223 ], 224 "version_control.added": "#40a02b", 225 "version_control.deleted": "#d20f39", 226 "version_control.modified": "#df8e1d", 227 "version_control.renamed": "#209fb5", 228 "version_control.conflict": "#fe640b", 229 "version_control.conflict_marker.ours": "#40a02b33", 230 "version_control.conflict_marker.theirs": "#1e66f533", 231 "version_control.ignored": "#9ca0b0", 232 "debugger.accent": "#d20f39", 233 "editor.debugger_active_line.background": "#fe640b12", 234 "syntax": { 235 "variable": { 236 "color": "#4c4f69", 237 "font_style": null, 238 "font_weight": null 239 }, 240 "variable.builtin": { 241 "color": "#d20f39", 242 "font_style": null, 243 "font_weight": null 244 }, 245 "variable.parameter": { 246 "color": "#e64553", 247 "font_style": null, 248 "font_weight": null 249 }, 250 "variable.member": { 251 "color": "#1e66f5", 252 "font_style": null, 253 "font_weight": null 254 }, 255 "variable.special": { 256 "color": "#d20f39", 257 "font_style": "italic", 258 "font_weight": null 259 }, 260 "constant": { 261 "color": "#fe640b", 262 "font_style": null, 263 "font_weight": null 264 }, 265 "constant.builtin": { 266 "color": "#fe640b", 267 "font_style": null, 268 "font_weight": null 269 }, 270 "constant.macro": { 271 "color": "#8839ef", 272 "font_style": null, 273 "font_weight": null 274 }, 275 "module": { 276 "color": "#df8e1d", 277 "font_style": "italic", 278 "font_weight": null 279 }, 280 "label": { 281 "color": "#209fb5", 282 "font_style": null, 283 "font_weight": null 284 }, 285 "string": { 286 "color": "#40a02b", 287 "font_style": null, 288 "font_weight": null 289 }, 290 "string.documentation": { 291 "color": "#179299", 292 "font_style": null, 293 "font_weight": null 294 }, 295 "string.regexp": { 296 "color": "#fe640b", 297 "font_style": null, 298 "font_weight": null 299 }, 300 "string.escape": { 301 "color": "#ea76cb", 302 "font_style": null, 303 "font_weight": null 304 }, 305 "string.special": { 306 "color": "#ea76cb", 307 "font_style": null, 308 "font_weight": null 309 }, 310 "string.special.path": { 311 "color": "#ea76cb", 312 "font_style": null, 313 "font_weight": null 314 }, 315 "string.special.symbol": { 316 "color": "#dd7878", 317 "font_style": null, 318 "font_weight": null 319 }, 320 "string.special.url": { 321 "color": "#dc8a78", 322 "font_style": "italic", 323 "font_weight": null 324 }, 325 "character": { 326 "color": "#179299", 327 "font_style": null, 328 "font_weight": null 329 }, 330 "character.special": { 331 "color": "#ea76cb", 332 "font_style": null, 333 "font_weight": null 334 }, 335 "boolean": { 336 "color": "#fe640b", 337 "font_style": null, 338 "font_weight": null 339 }, 340 "number": { 341 "color": "#fe640b", 342 "font_style": null, 343 "font_weight": null 344 }, 345 "number.float": { 346 "color": "#fe640b", 347 "font_style": null, 348 "font_weight": null 349 }, 350 "tag": { 351 "color": "#1e66f5", 352 "font_style": null, 353 "font_weight": null 354 }, 355 "tag.attribute": { 356 "color": "#df8e1d", 357 "font_style": "italic", 358 "font_weight": null 359 }, 360 "tag.delimiter": { 361 "color": "#179299", 362 "font_style": null, 363 "font_weight": null 364 }, 365 "type": { 366 "color": "#df8e1d", 367 "font_style": null, 368 "font_weight": null 369 }, 370 "type.builtin": { 371 "color": "#8839ef", 372 "font_style": "italic", 373 "font_weight": null 374 }, 375 "type.definition": { 376 "color": "#df8e1d", 377 "font_style": null, 378 "font_weight": null 379 }, 380 "type.interface": { 381 "color": "#df8e1d", 382 "font_style": "italic", 383 "font_weight": null 384 }, 385 "type.super": { 386 "color": "#df8e1d", 387 "font_style": "italic", 388 "font_weight": null 389 }, 390 "attribute": { 391 "color": "#fe640b", 392 "font_style": null, 393 "font_weight": null 394 }, 395 "property": { 396 "color": "#1e66f5", 397 "font_style": null, 398 "font_weight": null 399 }, 400 "function": { 401 "color": "#1e66f5", 402 "font_style": null, 403 "font_weight": null 404 }, 405 "function.builtin": { 406 "color": "#fe640b", 407 "font_style": null, 408 "font_weight": null 409 }, 410 "function.call": { 411 "color": "#1e66f5", 412 "font_style": null, 413 "font_weight": null 414 }, 415 "function.macro": { 416 "color": "#179299", 417 "font_style": null, 418 "font_weight": null 419 }, 420 "function.method": { 421 "color": "#1e66f5", 422 "font_style": null, 423 "font_weight": null 424 }, 425 "function.method.call": { 426 "color": "#1e66f5", 427 "font_style": null, 428 "font_weight": null 429 }, 430 "constructor": { 431 "color": "#dd7878", 432 "font_style": null, 433 "font_weight": null 434 }, 435 "operator": { 436 "color": "#04a5e5", 437 "font_style": null, 438 "font_weight": null 439 }, 440 "keyword": { 441 "color": "#8839ef", 442 "font_style": null, 443 "font_weight": null 444 }, 445 "keyword.modifier": { 446 "color": "#8839ef", 447 "font_style": null, 448 "font_weight": null 449 }, 450 "keyword.type": { 451 "color": "#8839ef", 452 "font_style": null, 453 "font_weight": null 454 }, 455 "keyword.coroutine": { 456 "color": "#8839ef", 457 "font_style": null, 458 "font_weight": null 459 }, 460 "keyword.function": { 461 "color": "#8839ef", 462 "font_style": null, 463 "font_weight": null 464 }, 465 "keyword.operator": { 466 "color": "#8839ef", 467 "font_style": null, 468 "font_weight": null 469 }, 470 "keyword.import": { 471 "color": "#8839ef", 472 "font_style": null, 473 "font_weight": null 474 }, 475 "keyword.repeat": { 476 "color": "#8839ef", 477 "font_style": null, 478 "font_weight": null 479 }, 480 "keyword.return": { 481 "color": "#8839ef", 482 "font_style": null, 483 "font_weight": null 484 }, 485 "keyword.debug": { 486 "color": "#8839ef", 487 "font_style": null, 488 "font_weight": null 489 }, 490 "keyword.exception": { 491 "color": "#8839ef", 492 "font_style": null, 493 "font_weight": null 494 }, 495 "keyword.conditional": { 496 "color": "#8839ef", 497 "font_style": null, 498 "font_weight": null 499 }, 500 "keyword.conditional.ternary": { 501 "color": "#8839ef", 502 "font_style": null, 503 "font_weight": null 504 }, 505 "keyword.directive": { 506 "color": "#ea76cb", 507 "font_style": null, 508 "font_weight": null 509 }, 510 "keyword.directive.define": { 511 "color": "#ea76cb", 512 "font_style": null, 513 "font_weight": null 514 }, 515 "keyword.export": { 516 "color": "#04a5e5", 517 "font_style": null, 518 "font_weight": null 519 }, 520 "punctuation": { 521 "color": "#7c7f93", 522 "font_style": null, 523 "font_weight": null 524 }, 525 "punctuation.delimiter": { 526 "color": "#7c7f93", 527 "font_style": null, 528 "font_weight": null 529 }, 530 "punctuation.bracket": { 531 "color": "#7c7f93", 532 "font_style": null, 533 "font_weight": null 534 }, 535 "punctuation.special": { 536 "color": "#ea76cb", 537 "font_style": null, 538 "font_weight": null 539 }, 540 "punctuation.special.symbol": { 541 "color": "#dd7878", 542 "font_style": null, 543 "font_weight": null 544 }, 545 "punctuation.list_marker": { 546 "color": "#179299", 547 "font_style": null, 548 "font_weight": null 549 }, 550 "comment": { 551 "color": "#7c7f93", 552 "font_style": "italic", 553 "font_weight": null 554 }, 555 "comment.doc": { 556 "color": "#7c7f93", 557 "font_style": "italic", 558 "font_weight": null 559 }, 560 "comment.documentation": { 561 "color": "#7c7f93", 562 "font_style": "italic", 563 "font_weight": null 564 }, 565 "comment.info": { 566 "color": "#179299", 567 "font_style": "italic", 568 "font_weight": null 569 }, 570 "comment.error": { 571 "color": "#d20f39", 572 "font_style": "italic", 573 "font_weight": null 574 }, 575 "comment.warning": { 576 "color": "#df8e1d", 577 "font_style": "italic", 578 "font_weight": null 579 }, 580 "comment.warn": { 581 "color": "#df8e1d", 582 "font_style": "italic", 583 "font_weight": null 584 }, 585 "comment.hint": { 586 "color": "#1e66f5", 587 "font_style": "italic", 588 "font_weight": null 589 }, 590 "comment.todo": { 591 "color": "#dd7878", 592 "font_style": "italic", 593 "font_weight": null 594 }, 595 "comment.note": { 596 "color": "#dc8a78", 597 "font_style": "italic", 598 "font_weight": null 599 }, 600 "diff.plus": { 601 "color": "#40a02b", 602 "font_style": null, 603 "font_weight": null 604 }, 605 "diff.minus": { 606 "color": "#d20f39", 607 "font_style": null, 608 "font_weight": null 609 }, 610 "parameter": { 611 "color": "#e64553", 612 "font_style": null, 613 "font_weight": null 614 }, 615 "field": { 616 "color": "#7287fd", 617 "font_style": null, 618 "font_weight": null 619 }, 620 "namespace": { 621 "color": "#df8e1d", 622 "font_style": "italic", 623 "font_weight": null 624 }, 625 "float": { 626 "color": "#fe640b", 627 "font_style": null, 628 "font_weight": null 629 }, 630 "symbol": { 631 "color": "#ea76cb", 632 "font_style": null, 633 "font_weight": null 634 }, 635 "string.regex": { 636 "color": "#fe640b", 637 "font_style": null, 638 "font_weight": null 639 }, 640 "text": { 641 "color": "#4c4f69", 642 "font_style": null, 643 "font_weight": null 644 }, 645 "emphasis.strong": { 646 "color": "#e64553", 647 "font_style": null, 648 "font_weight": 700 649 }, 650 "emphasis": { 651 "color": "#e64553", 652 "font_style": "italic", 653 "font_weight": null 654 }, 655 "embedded": { 656 "color": "#e64553", 657 "font_style": null, 658 "font_weight": null 659 }, 660 "text.literal": { 661 "color": "#40a02b", 662 "font_style": null, 663 "font_weight": null 664 }, 665 "concept": { 666 "color": "#209fb5", 667 "font_style": null, 668 "font_weight": null 669 }, 670 "enum": { 671 "color": "#179299", 672 "font_style": null, 673 "font_weight": 700 674 }, 675 "function.decorator": { 676 "color": "#fe640b", 677 "font_style": null, 678 "font_weight": null 679 }, 680 "type.class.definition": { 681 "color": "#df8e1d", 682 "font_style": null, 683 "font_weight": 700 684 }, 685 686 "hint": { 687 "color": "#8c8fa1", 688 "font_style": "italic", 689 "font_weight": null 690 }, 691 "link_text": { 692 "color": "#7287fd", 693 "font_style": null, 694 "font_weight": null 695 }, 696 "link_uri": { 697 "color": "#1e66f5", 698 "font_style": "italic", 699 "font_weight": null 700 }, 701 "parent": { 702 "color": "#fe640b", 703 "font_style": null, 704 "font_weight": null 705 }, 706 "predictive": { 707 "color": "#9ca0b0", 708 "font_style": null, 709 "font_weight": null 710 }, 711 "predoc": { 712 "color": "#d20f39", 713 "font_style": null, 714 "font_weight": null 715 }, 716 "primary": { 717 "color": "#e64553", 718 "font_style": null, 719 "font_weight": null 720 }, 721 "tag.doctype": { 722 "color": "#8839ef", 723 "font_style": null, 724 "font_weight": null 725 }, 726 "string.doc": { 727 "color": "#179299", 728 "font_style": "italic", 729 "font_weight": null 730 }, 731 "title": { 732 "color": "#4c4f69", 733 "font_style": null, 734 "font_weight": 800 735 }, 736 "variant": { 737 "color": "#d20f39", 738 "font_style": null, 739 "font_weight": null 740 } 741 } 742 } 743 }, 744 { 745 "name": "Catppuccin Frapp茅 (blue)", 746 "appearance": "dark", 747 "style": { 748 "accents": [ 749 "#ca9ee6", 750 "#babbf1", 751 "#85c1dc", 752 "#a6d189", 753 "#e5c890", 754 "#ef9f76", 755 "#e78284" 756 ], 757 "vim.mode.text": "#232634", 758 "vim.normal.foreground": "#232634", 759 "vim.helix_normal.foreground": "#232634", 760 "vim.visual.foreground": "#232634", 761 "vim.helix_select.foreground": "#232634", 762 "vim.insert.foreground": "#232634", 763 "vim.visual_line.foreground": "#232634", 764 "vim.visual_block.foreground": "#232634", 765 "vim.replace.foreground": "#232634", 766 "vim.normal.background": "#f2d5cf", 767 "vim.helix_normal.background": "#f2d5cf", 768 "vim.visual.background": "#babbf1", 769 "vim.helix_select.background": "#babbf1", 770 "vim.insert.background": "#a6d189", 771 "vim.visual_line.background": "#babbf1", 772 "vim.visual_block.background": "#ca9ee6", 773 "vim.replace.background": "#ea999c", 774 "background.appearance": "opaque", 775 "border": "#414559", 776 "border.variant": "#7d96d0", 777 "border.focused": "#babbf1", 778 "border.selected": "#8caaee", 779 "border.transparent": "#a6d189", 780 "border.disabled": "#737994", 781 "elevated_surface.background": "#292c3c", 782 "surface.background": "#292c3c", 783 "background": "#383c52", 784 "element.background": "#232634", 785 "element.hover": "#414559", 786 "element.active": "#6268804d", 787 "element.selected": "#4145594d", 788 "element.disabled": "#737994", 789 "drop_target.background": "#41455966", 790 "ghost_element.background": "#00000000", 791 "ghost_element.hover": "#51576d4d", 792 "ghost_element.active": "#62688099", 793 "ghost_element.selected": "#7c829a66", 794 "ghost_element.disabled": "#737994", 795 "text": "#c6d0f5", 796 "text.muted": "#b5bfe2", 797 "text.placeholder": "#626880", 798 "text.disabled": "#51576d", 799 "text.accent": "#8caaee", 800 "icon": "#c6d0f5", 801 "icon.muted": "#838ba7", 802 "icon.disabled": "#737994", 803 "icon.placeholder": "#626880", 804 "icon.accent": "#8caaee", 805 "status_bar.background": "#232634", 806 "title_bar.background": "#232634", 807 "title_bar.inactive_background": "#2a2e3e", 808 "toolbar.background": "#303446", 809 "tab_bar.background": "#232634", 810 "tab.inactive_background": "#1d202b", 811 "tab.active_background": "#303446", 812 "search.match_background": "#81c8be4d", 813 "search.active_match_background": "#e782844d", 814 "panel.background": "#292c3c", 815 "panel.focused_border": "#c6d0f5", 816 "panel.indent_guide": "#41455999", 817 "panel.indent_guide_active": "#626880", 818 "panel.indent_guide_hover": "#8caaee", 819 "panel.overlay_background": "#292c3c", 820 "pane.focused_border": "#c6d0f5", 821 "pane_group.border": "#414559", 822 "scrollbar.thumb.background": "#62688080", 823 "scrollbar.thumb.hover_background": "#737994", 824 "scrollbar.thumb.active_background": null, 825 "scrollbar.thumb.border": null, 826 "scrollbar.track.background": "#232634", 827 "scrollbar.track.border": "#c6d0f512", 828 "minimap.thumb.background": "#8caaee33", 829 "minimap.thumb.hover_background": "#8caaee66", 830 "minimap.thumb.active_background": "#8caaee99", 831 "minimap.thumb.border": null, 832 "editor.foreground": "#c6d0f5", 833 "editor.background": "#303446", 834 "editor.gutter.background": "#303446", 835 "editor.subheader.background": "#292c3c", 836 "editor.active_line.background": "#c6d0f512", 837 "editor.highlighted_line.background": null, 838 "editor.line_number": "#838ba7", 839 "editor.active_line_number": "#8caaee", 840 "editor.invisible": "#949cbb66", 841 "editor.wrap_guide": "#626880", 842 "editor.active_wrap_guide": "#626880", 843 "editor.document_highlight.bracket_background": "#8caaee17", 844 "editor.document_highlight.read_background": "#a5adce29", 845 "editor.document_highlight.write_background": "#a5adce29", 846 "editor.indent_guide": "#41455999", 847 "editor.indent_guide_active": "#626880", 848 "terminal.background": "#303446", 849 "terminal.ansi.background": "#303446", 850 "terminal.foreground": "#c6d0f5", 851 "terminal.dim_foreground": "#838ba7", 852 "terminal.bright_foreground": "#c6d0f5", 853 "terminal.ansi.black": "#51576d", 854 "terminal.ansi.white": "#a5adce", 855 "terminal.ansi.red": "#e78284", 856 "terminal.ansi.green": "#a6d189", 857 "terminal.ansi.yellow": "#e5c890", 858 "terminal.ansi.blue": "#8caaee", 859 "terminal.ansi.magenta": "#f4b8e4", 860 "terminal.ansi.cyan": "#81c8be", 861 "terminal.ansi.bright_black": "#626880", 862 "terminal.ansi.bright_white": "#b5bfe2", 863 "terminal.ansi.bright_red": "#e67172", 864 "terminal.ansi.bright_green": "#8ec772", 865 "terminal.ansi.bright_yellow": "#d9ba73", 866 "terminal.ansi.bright_blue": "#7b9ef0", 867 "terminal.ansi.bright_magenta": "#f4b8e4", 868 "terminal.ansi.bright_cyan": "#5abfb5", 869 "terminal.ansi.dim_black": "#51576d", 870 "terminal.ansi.dim_white": "#a5adce", 871 "terminal.ansi.dim_red": "#e78284", 872 "terminal.ansi.dim_green": "#a6d189", 873 "terminal.ansi.dim_yellow": "#e5c890", 874 "terminal.ansi.dim_blue": "#8caaee", 875 "terminal.ansi.dim_magenta": "#f4b8e4", 876 "terminal.ansi.dim_cyan": "#81c8be", 877 "link_text.hover": "#99d1db", 878 "conflict": "#ef9f76", 879 "conflict.border": "#ef9f76", 880 "conflict.background": "#ef9f7626", 881 "created": "#a6d189", 882 "created.border": "#a6d189", 883 "created.background": "#a6d18926", 884 "deleted": "#e78284", 885 "deleted.border": "#e78284", 886 "deleted.background": "#e7828426", 887 "hidden": "#737994", 888 "hidden.border": "#737994", 889 "hidden.background": "#292c3c", 890 "hint": "#626880", 891 "hint.border": "#626880", 892 "hint.background": "#292c3c", 893 "ignored": "#737994", 894 "ignored.border": "#737994", 895 "ignored.background": "#73799426", 896 "modified": "#e5c890", 897 "modified.border": "#e5c890", 898 "modified.background": "#e5c89026", 899 "predictive": "#737994", 900 "predictive.border": "#babbf1", 901 "predictive.background": "#292c3c", 902 "renamed": "#85c1dc", 903 "renamed.border": "#85c1dc", 904 "renamed.background": "#85c1dc26", 905 "info": "#81c8be", 906 "info.border": "#81c8be", 907 "info.background": "#949cbb33", 908 "warning": "#e5c890", 909 "warning.border": "#e5c890", 910 "warning.background": "#e5c8901f", 911 "error": "#e78284", 912 "error.border": "#e78284", 913 "error.background": "#e782841f", 914 "success": "#a6d189", 915 "success.border": "#a6d189", 916 "success.background": "#a6d1891f", 917 "unreachable": "#e78284", 918 "unreachable.border": "#e78284", 919 "unreachable.background": "#e782841f", 920 "players": [ 921 { 922 "cursor": "#f2d5cf", 923 "selection": "#949cbb40", 924 "background": "#f2d5cf" 925 }, 926 { 927 "cursor": "#ca9ee6", 928 "selection": "#ca9ee640", 929 "background": "#ca9ee6" 930 }, 931 { 932 "cursor": "#babbf1", 933 "selection": "#babbf140", 934 "background": "#babbf1" 935 }, 936 { 937 "cursor": "#85c1dc", 938 "selection": "#85c1dc40", 939 "background": "#85c1dc" 940 }, 941 { 942 "cursor": "#a6d189", 943 "selection": "#a6d18940", 944 "background": "#a6d189" 945 }, 946 { 947 "cursor": "#e5c890", 948 "selection": "#e5c89040", 949 "background": "#e5c890" 950 }, 951 { 952 "cursor": "#ef9f76", 953 "selection": "#ef9f7640", 954 "background": "#ef9f76" 955 }, 956 { 957 "cursor": "#e78284", 958 "selection": "#e7828440", 959 "background": "#e78284" 960 } 961 ], 962 "version_control.added": "#a6d189", 963 "version_control.deleted": "#e78284", 964 "version_control.modified": "#e5c890", 965 "version_control.renamed": "#85c1dc", 966 "version_control.conflict": "#ef9f76", 967 "version_control.conflict_marker.ours": "#a6d18933", 968 "version_control.conflict_marker.theirs": "#8caaee33", 969 "version_control.ignored": "#737994", 970 "debugger.accent": "#e78284", 971 "editor.debugger_active_line.background": "#ef9f7612", 972 "syntax": { 973 "variable": { 974 "color": "#c6d0f5", 975 "font_style": null, 976 "font_weight": null 977 }, 978 "variable.builtin": { 979 "color": "#e78284", 980 "font_style": null, 981 "font_weight": null 982 }, 983 "variable.parameter": { 984 "color": "#ea999c", 985 "font_style": null, 986 "font_weight": null 987 }, 988 "variable.member": { 989 "color": "#8caaee", 990 "font_style": null, 991 "font_weight": null 992 }, 993 "variable.special": { 994 "color": "#e78284", 995 "font_style": "italic", 996 "font_weight": null 997 }, 998 "constant": { 999 "color": "#ef9f76", 1000 "font_style": null, 1001 "font_weight": null 1002 }, 1003 "constant.builtin": { 1004 "color": "#ef9f76", 1005 "font_style": null, 1006 "font_weight": null 1007 }, 1008 "constant.macro": { 1009 "color": "#ca9ee6", 1010 "font_style": null, 1011 "font_weight": null 1012 }, 1013 "module": { 1014 "color": "#e5c890", 1015 "font_style": "italic", 1016 "font_weight": null 1017 }, 1018 "label": { 1019 "color": "#85c1dc", 1020 "font_style": null, 1021 "font_weight": null 1022 }, 1023 "string": { 1024 "color": "#a6d189", 1025 "font_style": null, 1026 "font_weight": null 1027 }, 1028 "string.documentation": { 1029 "color": "#81c8be", 1030 "font_style": null, 1031 "font_weight": null 1032 }, 1033 "string.regexp": { 1034 "color": "#ef9f76", 1035 "font_style": null, 1036 "font_weight": null 1037 }, 1038 "string.escape": { 1039 "color": "#f4b8e4", 1040 "font_style": null, 1041 "font_weight": null 1042 }, 1043 "string.special": { 1044 "color": "#f4b8e4", 1045 "font_style": null, 1046 "font_weight": null 1047 }, 1048 "string.special.path": { 1049 "color": "#f4b8e4", 1050 "font_style": null, 1051 "font_weight": null 1052 }, 1053 "string.special.symbol": { 1054 "color": "#eebebe", 1055 "font_style": null, 1056 "font_weight": null 1057 }, 1058 "string.special.url": { 1059 "color": "#f2d5cf", 1060 "font_style": "italic", 1061 "font_weight": null 1062 }, 1063 "character": { 1064 "color": "#81c8be", 1065 "font_style": null, 1066 "font_weight": null 1067 }, 1068 "character.special": { 1069 "color": "#f4b8e4", 1070 "font_style": null, 1071 "font_weight": null 1072 }, 1073 "boolean": { 1074 "color": "#ef9f76", 1075 "font_style": null, 1076 "font_weight": null 1077 }, 1078 "number": { 1079 "color": "#ef9f76", 1080 "font_style": null, 1081 "font_weight": null 1082 }, 1083 "number.float": { 1084 "color": "#ef9f76", 1085 "font_style": null, 1086 "font_weight": null 1087 }, 1088 "tag": { 1089 "color": "#8caaee", 1090 "font_style": null, 1091 "font_weight": null 1092 }, 1093 "tag.attribute": { 1094 "color": "#e5c890", 1095 "font_style": "italic", 1096 "font_weight": null 1097 }, 1098 "tag.delimiter": { 1099 "color": "#81c8be", 1100 "font_style": null, 1101 "font_weight": null 1102 }, 1103 "type": { 1104 "color": "#e5c890", 1105 "font_style": null, 1106 "font_weight": null 1107 }, 1108 "type.builtin": { 1109 "color": "#ca9ee6", 1110 "font_style": "italic", 1111 "font_weight": null 1112 }, 1113 "type.definition": { 1114 "color": "#e5c890", 1115 "font_style": null, 1116 "font_weight": null 1117 }, 1118 "type.interface": { 1119 "color": "#e5c890", 1120 "font_style": "italic", 1121 "font_weight": null 1122 }, 1123 "type.super": { 1124 "color": "#e5c890", 1125 "font_style": "italic", 1126 "font_weight": null 1127 }, 1128 "attribute": { 1129 "color": "#ef9f76", 1130 "font_style": null, 1131 "font_weight": null 1132 }, 1133 "property": { 1134 "color": "#8caaee", 1135 "font_style": null, 1136 "font_weight": null 1137 }, 1138 "function": { 1139 "color": "#8caaee", 1140 "font_style": null, 1141 "font_weight": null 1142 }, 1143 "function.builtin": { 1144 "color": "#ef9f76", 1145 "font_style": null, 1146 "font_weight": null 1147 }, 1148 "function.call": { 1149 "color": "#8caaee", 1150 "font_style": null, 1151 "font_weight": null 1152 }, 1153 "function.macro": { 1154 "color": "#81c8be", 1155 "font_style": null, 1156 "font_weight": null 1157 }, 1158 "function.method": { 1159 "color": "#8caaee", 1160 "font_style": null, 1161 "font_weight": null 1162 }, 1163 "function.method.call": { 1164 "color": "#8caaee", 1165 "font_style": null, 1166 "font_weight": null 1167 }, 1168 "constructor": { 1169 "color": "#eebebe", 1170 "font_style": null, 1171 "font_weight": null 1172 }, 1173 "operator": { 1174 "color": "#99d1db", 1175 "font_style": null, 1176 "font_weight": null 1177 }, 1178 "keyword": { 1179 "color": "#ca9ee6", 1180 "font_style": null, 1181 "font_weight": null 1182 }, 1183 "keyword.modifier": { 1184 "color": "#ca9ee6", 1185 "font_style": null, 1186 "font_weight": null 1187 }, 1188 "keyword.type": { 1189 "color": "#ca9ee6", 1190 "font_style": null, 1191 "font_weight": null 1192 }, 1193 "keyword.coroutine": { 1194 "color": "#ca9ee6", 1195 "font_style": null, 1196 "font_weight": null 1197 }, 1198 "keyword.function": { 1199 "color": "#ca9ee6", 1200 "font_style": null, 1201 "font_weight": null 1202 }, 1203 "keyword.operator": { 1204 "color": "#ca9ee6", 1205 "font_style": null, 1206 "font_weight": null 1207 }, 1208 "keyword.import": { 1209 "color": "#ca9ee6", 1210 "font_style": null, 1211 "font_weight": null 1212 }, 1213 "keyword.repeat": { 1214 "color": "#ca9ee6", 1215 "font_style": null, 1216 "font_weight": null 1217 }, 1218 "keyword.return": { 1219 "color": "#ca9ee6", 1220 "font_style": null, 1221 "font_weight": null 1222 }, 1223 "keyword.debug": { 1224 "color": "#ca9ee6", 1225 "font_style": null, 1226 "font_weight": null 1227 }, 1228 "keyword.exception": { 1229 "color": "#ca9ee6", 1230 "font_style": null, 1231 "font_weight": null 1232 }, 1233 "keyword.conditional": { 1234 "color": "#ca9ee6", 1235 "font_style": null, 1236 "font_weight": null 1237 }, 1238 "keyword.conditional.ternary": { 1239 "color": "#ca9ee6", 1240 "font_style": null, 1241 "font_weight": null 1242 }, 1243 "keyword.directive": { 1244 "color": "#f4b8e4", 1245 "font_style": null, 1246 "font_weight": null 1247 }, 1248 "keyword.directive.define": { 1249 "color": "#f4b8e4", 1250 "font_style": null, 1251 "font_weight": null 1252 }, 1253 "keyword.export": { 1254 "color": "#99d1db", 1255 "font_style": null, 1256 "font_weight": null 1257 }, 1258 "punctuation": { 1259 "color": "#949cbb", 1260 "font_style": null, 1261 "font_weight": null 1262 }, 1263 "punctuation.delimiter": { 1264 "color": "#949cbb", 1265 "font_style": null, 1266 "font_weight": null 1267 }, 1268 "punctuation.bracket": { 1269 "color": "#949cbb", 1270 "font_style": null, 1271 "font_weight": null 1272 }, 1273 "punctuation.special": { 1274 "color": "#f4b8e4", 1275 "font_style": null, 1276 "font_weight": null 1277 }, 1278 "punctuation.special.symbol": { 1279 "color": "#eebebe", 1280 "font_style": null, 1281 "font_weight": null 1282 }, 1283 "punctuation.list_marker": { 1284 "color": "#81c8be", 1285 "font_style": null, 1286 "font_weight": null 1287 }, 1288 "comment": { 1289 "color": "#949cbb", 1290 "font_style": "italic", 1291 "font_weight": null 1292 }, 1293 "comment.doc": { 1294 "color": "#949cbb", 1295 "font_style": "italic", 1296 "font_weight": null 1297 }, 1298 "comment.documentation": { 1299 "color": "#949cbb", 1300 "font_style": "italic", 1301 "font_weight": null 1302 }, 1303 "comment.info": { 1304 "color": "#81c8be", 1305 "font_style": "italic", 1306 "font_weight": null 1307 }, 1308 "comment.error": { 1309 "color": "#e78284", 1310 "font_style": "italic", 1311 "font_weight": null 1312 }, 1313 "comment.warning": { 1314 "color": "#e5c890", 1315 "font_style": "italic", 1316 "font_weight": null 1317 }, 1318 "comment.warn": { 1319 "color": "#e5c890", 1320 "font_style": "italic", 1321 "font_weight": null 1322 }, 1323 "comment.hint": { 1324 "color": "#8caaee", 1325 "font_style": "italic", 1326 "font_weight": null 1327 }, 1328 "comment.todo": { 1329 "color": "#eebebe", 1330 "font_style": "italic", 1331 "font_weight": null 1332 }, 1333 "comment.note": { 1334 "color": "#f2d5cf", 1335 "font_style": "italic", 1336 "font_weight": null 1337 }, 1338 "diff.plus": { 1339 "color": "#a6d189", 1340 "font_style": null, 1341 "font_weight": null 1342 }, 1343 "diff.minus": { 1344 "color": "#e78284", 1345 "font_style": null, 1346 "font_weight": null 1347 }, 1348 "parameter": { 1349 "color": "#ea999c", 1350 "font_style": null, 1351 "font_weight": null 1352 }, 1353 "field": { 1354 "color": "#babbf1", 1355 "font_style": null, 1356 "font_weight": null 1357 }, 1358 "namespace": { 1359 "color": "#e5c890", 1360 "font_style": "italic", 1361 "font_weight": null 1362 }, 1363 "float": { 1364 "color": "#ef9f76", 1365 "font_style": null, 1366 "font_weight": null 1367 }, 1368 "symbol": { 1369 "color": "#f4b8e4", 1370 "font_style": null, 1371 "font_weight": null 1372 }, 1373 "string.regex": { 1374 "color": "#ef9f76", 1375 "font_style": null, 1376 "font_weight": null 1377 }, 1378 "text": { 1379 "color": "#c6d0f5", 1380 "font_style": null, 1381 "font_weight": null 1382 }, 1383 "emphasis.strong": { 1384 "color": "#ea999c", 1385 "font_style": null, 1386 "font_weight": 700 1387 }, 1388 "emphasis": { 1389 "color": "#ea999c", 1390 "font_style": "italic", 1391 "font_weight": null 1392 }, 1393 "embedded": { 1394 "color": "#ea999c", 1395 "font_style": null, 1396 "font_weight": null 1397 }, 1398 "text.literal": { 1399 "color": "#a6d189", 1400 "font_style": null, 1401 "font_weight": null 1402 }, 1403 "concept": { 1404 "color": "#85c1dc", 1405 "font_style": null, 1406 "font_weight": null 1407 }, 1408 "enum": { 1409 "color": "#81c8be", 1410 "font_style": null, 1411 "font_weight": 700 1412 }, 1413 "function.decorator": { 1414 "color": "#ef9f76", 1415 "font_style": null, 1416 "font_weight": null 1417 }, 1418 "type.class.definition": { 1419 "color": "#e5c890", 1420 "font_style": null, 1421 "font_weight": 700 1422 }, 1423 1424 "hint": { 1425 "color": "#838ba7", 1426 "font_style": "italic", 1427 "font_weight": null 1428 }, 1429 "link_text": { 1430 "color": "#babbf1", 1431 "font_style": null, 1432 "font_weight": null 1433 }, 1434 "link_uri": { 1435 "color": "#8caaee", 1436 "font_style": "italic", 1437 "font_weight": null 1438 }, 1439 "parent": { 1440 "color": "#ef9f76", 1441 "font_style": null, 1442 "font_weight": null 1443 }, 1444 "predictive": { 1445 "color": "#737994", 1446 "font_style": null, 1447 "font_weight": null 1448 }, 1449 "predoc": { 1450 "color": "#e78284", 1451 "font_style": null, 1452 "font_weight": null 1453 }, 1454 "primary": { 1455 "color": "#ea999c", 1456 "font_style": null, 1457 "font_weight": null 1458 }, 1459 "tag.doctype": { 1460 "color": "#ca9ee6", 1461 "font_style": null, 1462 "font_weight": null 1463 }, 1464 "string.doc": { 1465 "color": "#81c8be", 1466 "font_style": "italic", 1467 "font_weight": null 1468 }, 1469 "title": { 1470 "color": "#c6d0f5", 1471 "font_style": null, 1472 "font_weight": 800 1473 }, 1474 "variant": { 1475 "color": "#e78284", 1476 "font_style": null, 1477 "font_weight": null 1478 } 1479 } 1480 } 1481 }, 1482 { 1483 "name": "Catppuccin Macchiato (blue)", 1484 "appearance": "dark", 1485 "style": { 1486 "accents": [ 1487 "#c6a0f6", 1488 "#b7bdf8", 1489 "#7dc4e4", 1490 "#a6da95", 1491 "#eed49f", 1492 "#f5a97f", 1493 "#ed8796" 1494 ], 1495 "vim.mode.text": "#181926", 1496 "vim.normal.foreground": "#181926", 1497 "vim.helix_normal.foreground": "#181926", 1498 "vim.visual.foreground": "#181926", 1499 "vim.helix_select.foreground": "#181926", 1500 "vim.insert.foreground": "#181926", 1501 "vim.visual_line.foreground": "#181926", 1502 "vim.visual_block.foreground": "#181926", 1503 "vim.replace.foreground": "#181926", 1504 "vim.normal.background": "#f4dbd6", 1505 "vim.helix_normal.background": "#f4dbd6", 1506 "vim.visual.background": "#b7bdf8", 1507 "vim.helix_select.background": "#b7bdf8", 1508 "vim.insert.background": "#a6da95", 1509 "vim.visual_line.background": "#b7bdf8", 1510 "vim.visual_block.background": "#c6a0f6", 1511 "vim.replace.background": "#ee99a0", 1512 "background.appearance": "opaque", 1513 "border": "#363a4f", 1514 "border.variant": "#7996d3", 1515 "border.focused": "#b7bdf8", 1516 "border.selected": "#8aadf4", 1517 "border.transparent": "#a6da95", 1518 "border.disabled": "#6e738d", 1519 "elevated_surface.background": "#1e2030", 1520 "surface.background": "#1e2030", 1521 "background": "#2c2f46", 1522 "element.background": "#181926", 1523 "element.hover": "#363a4f", 1524 "element.active": "#5b60784d", 1525 "element.selected": "#363a4f4d", 1526 "element.disabled": "#6e738d", 1527 "drop_target.background": "#363a4f66", 1528 "ghost_element.background": "#00000000", 1529 "ghost_element.hover": "#494d644d", 1530 "ghost_element.active": "#5b607899", 1531 "ghost_element.selected": "#73799566", 1532 "ghost_element.disabled": "#6e738d", 1533 "text": "#cad3f5", 1534 "text.muted": "#b8c0e0", 1535 "text.placeholder": "#5b6078", 1536 "text.disabled": "#494d64", 1537 "text.accent": "#8aadf4", 1538 "icon": "#cad3f5", 1539 "icon.muted": "#8087a2", 1540 "icon.disabled": "#6e738d", 1541 "icon.placeholder": "#5b6078", 1542 "icon.accent": "#8aadf4", 1543 "status_bar.background": "#181926", 1544 "title_bar.background": "#181926", 1545 "title_bar.inactive_background": "#1e1f30", 1546 "toolbar.background": "#24273a", 1547 "tab_bar.background": "#181926", 1548 "tab.inactive_background": "#12121c", 1549 "tab.active_background": "#24273a", 1550 "search.match_background": "#8bd5ca4d", 1551 "search.active_match_background": "#ed87964d", 1552 "panel.background": "#1e2030", 1553 "panel.focused_border": "#cad3f5", 1554 "panel.indent_guide": "#363a4f99", 1555 "panel.indent_guide_active": "#5b6078", 1556 "panel.indent_guide_hover": "#8aadf4", 1557 "panel.overlay_background": "#1e2030", 1558 "pane.focused_border": "#cad3f5", 1559 "pane_group.border": "#363a4f", 1560 "scrollbar.thumb.background": "#5b607880", 1561 "scrollbar.thumb.hover_background": "#6e738d", 1562 "scrollbar.thumb.active_background": null, 1563 "scrollbar.thumb.border": null, 1564 "scrollbar.track.background": "#181926", 1565 "scrollbar.track.border": "#cad3f512", 1566 "minimap.thumb.background": "#8aadf433", 1567 "minimap.thumb.hover_background": "#8aadf466", 1568 "minimap.thumb.active_background": "#8aadf499", 1569 "minimap.thumb.border": null, 1570 "editor.foreground": "#cad3f5", 1571 "editor.background": "#24273a", 1572 "editor.gutter.background": "#24273a", 1573 "editor.subheader.background": "#1e2030", 1574 "editor.active_line.background": "#cad3f512", 1575 "editor.highlighted_line.background": null, 1576 "editor.line_number": "#8087a2", 1577 "editor.active_line_number": "#8aadf4", 1578 "editor.invisible": "#939ab766", 1579 "editor.wrap_guide": "#5b6078", 1580 "editor.active_wrap_guide": "#5b6078", 1581 "editor.document_highlight.bracket_background": "#8aadf417", 1582 "editor.document_highlight.read_background": "#a5adcb29", 1583 "editor.document_highlight.write_background": "#a5adcb29", 1584 "editor.indent_guide": "#363a4f99", 1585 "editor.indent_guide_active": "#5b6078", 1586 "terminal.background": "#24273a", 1587 "terminal.ansi.background": "#24273a", 1588 "terminal.foreground": "#cad3f5", 1589 "terminal.dim_foreground": "#8087a2", 1590 "terminal.bright_foreground": "#cad3f5", 1591 "terminal.ansi.black": "#494d64", 1592 "terminal.ansi.white": "#a5adcb", 1593 "terminal.ansi.red": "#ed8796", 1594 "terminal.ansi.green": "#a6da95", 1595 "terminal.ansi.yellow": "#eed49f", 1596 "terminal.ansi.blue": "#8aadf4", 1597 "terminal.ansi.magenta": "#f5bde6", 1598 "terminal.ansi.cyan": "#8bd5ca", 1599 "terminal.ansi.bright_black": "#5b6078", 1600 "terminal.ansi.bright_white": "#b8c0e0", 1601 "terminal.ansi.bright_red": "#ec7486", 1602 "terminal.ansi.bright_green": "#8ccf7f", 1603 "terminal.ansi.bright_yellow": "#e1c682", 1604 "terminal.ansi.bright_blue": "#78a1f6", 1605 "terminal.ansi.bright_magenta": "#f2a9dd", 1606 "terminal.ansi.bright_cyan": "#63cbc0", 1607 "terminal.ansi.dim_black": "#494d64", 1608 "terminal.ansi.dim_white": "#a5adcb", 1609 "terminal.ansi.dim_red": "#ed8796", 1610 "terminal.ansi.dim_green": "#a6da95", 1611 "terminal.ansi.dim_yellow": "#eed49f", 1612 "terminal.ansi.dim_blue": "#8aadf4", 1613 "terminal.ansi.dim_magenta": "#f5bde6", 1614 "terminal.ansi.dim_cyan": "#8bd5ca", 1615 "link_text.hover": "#91d7e3", 1616 "conflict": "#f5a97f", 1617 "conflict.border": "#f5a97f", 1618 "conflict.background": "#f5a97f26", 1619 "created": "#a6da95", 1620 "created.border": "#a6da95", 1621 "created.background": "#a6da9526", 1622 "deleted": "#ed8796", 1623 "deleted.border": "#ed8796", 1624 "deleted.background": "#ed879626", 1625 "hidden": "#6e738d", 1626 "hidden.border": "#6e738d", 1627 "hidden.background": "#1e2030", 1628 "hint": "#5b6078", 1629 "hint.border": "#5b6078", 1630 "hint.background": "#1e2030", 1631 "ignored": "#6e738d", 1632 "ignored.border": "#6e738d", 1633 "ignored.background": "#6e738d26", 1634 "modified": "#eed49f", 1635 "modified.border": "#eed49f", 1636 "modified.background": "#eed49f26", 1637 "predictive": "#6e738d", 1638 "predictive.border": "#b7bdf8", 1639 "predictive.background": "#1e2030", 1640 "renamed": "#7dc4e4", 1641 "renamed.border": "#7dc4e4", 1642 "renamed.background": "#7dc4e426", 1643 "info": "#8bd5ca", 1644 "info.border": "#8bd5ca", 1645 "info.background": "#939ab733", 1646 "warning": "#eed49f", 1647 "warning.border": "#eed49f", 1648 "warning.background": "#eed49f1f", 1649 "error": "#ed8796", 1650 "error.border": "#ed8796", 1651 "error.background": "#ed87961f", 1652 "success": "#a6da95", 1653 "success.border": "#a6da95", 1654 "success.background": "#a6da951f", 1655 "unreachable": "#ed8796", 1656 "unreachable.border": "#ed8796", 1657 "unreachable.background": "#ed87961f", 1658 "players": [ 1659 { 1660 "cursor": "#f4dbd6", 1661 "selection": "#939ab740", 1662 "background": "#f4dbd6" 1663 }, 1664 { 1665 "cursor": "#c6a0f6", 1666 "selection": "#c6a0f640", 1667 "background": "#c6a0f6" 1668 }, 1669 { 1670 "cursor": "#b7bdf8", 1671 "selection": "#b7bdf840", 1672 "background": "#b7bdf8" 1673 }, 1674 { 1675 "cursor": "#7dc4e4", 1676 "selection": "#7dc4e440", 1677 "background": "#7dc4e4" 1678 }, 1679 { 1680 "cursor": "#a6da95", 1681 "selection": "#a6da9540", 1682 "background": "#a6da95" 1683 }, 1684 { 1685 "cursor": "#eed49f", 1686 "selection": "#eed49f40", 1687 "background": "#eed49f" 1688 }, 1689 { 1690 "cursor": "#f5a97f", 1691 "selection": "#f5a97f40", 1692 "background": "#f5a97f" 1693 }, 1694 { 1695 "cursor": "#ed8796", 1696 "selection": "#ed879640", 1697 "background": "#ed8796" 1698 } 1699 ], 1700 "version_control.added": "#a6da95", 1701 "version_control.deleted": "#ed8796", 1702 "version_control.modified": "#eed49f", 1703 "version_control.renamed": "#7dc4e4", 1704 "version_control.conflict": "#f5a97f", 1705 "version_control.conflict_marker.ours": "#a6da9533", 1706 "version_control.conflict_marker.theirs": "#8aadf433", 1707 "version_control.ignored": "#6e738d", 1708 "debugger.accent": "#ed8796", 1709 "editor.debugger_active_line.background": "#f5a97f12", 1710 "syntax": { 1711 "variable": { 1712 "color": "#cad3f5", 1713 "font_style": null, 1714 "font_weight": null 1715 }, 1716 "variable.builtin": { 1717 "color": "#ed8796", 1718 "font_style": null, 1719 "font_weight": null 1720 }, 1721 "variable.parameter": { 1722 "color": "#ee99a0", 1723 "font_style": null, 1724 "font_weight": null 1725 }, 1726 "variable.member": { 1727 "color": "#8aadf4", 1728 "font_style": null, 1729 "font_weight": null 1730 }, 1731 "variable.special": { 1732 "color": "#ed8796", 1733 "font_style": "italic", 1734 "font_weight": null 1735 }, 1736 "constant": { 1737 "color": "#f5a97f", 1738 "font_style": null, 1739 "font_weight": null 1740 }, 1741 "constant.builtin": { 1742 "color": "#f5a97f", 1743 "font_style": null, 1744 "font_weight": null 1745 }, 1746 "constant.macro": { 1747 "color": "#c6a0f6", 1748 "font_style": null, 1749 "font_weight": null 1750 }, 1751 "module": { 1752 "color": "#eed49f", 1753 "font_style": "italic", 1754 "font_weight": null 1755 }, 1756 "label": { 1757 "color": "#7dc4e4", 1758 "font_style": null, 1759 "font_weight": null 1760 }, 1761 "string": { 1762 "color": "#a6da95", 1763 "font_style": null, 1764 "font_weight": null 1765 }, 1766 "string.documentation": { 1767 "color": "#8bd5ca", 1768 "font_style": null, 1769 "font_weight": null 1770 }, 1771 "string.regexp": { 1772 "color": "#f5a97f", 1773 "font_style": null, 1774 "font_weight": null 1775 }, 1776 "string.escape": { 1777 "color": "#f5bde6", 1778 "font_style": null, 1779 "font_weight": null 1780 }, 1781 "string.special": { 1782 "color": "#f5bde6", 1783 "font_style": null, 1784 "font_weight": null 1785 }, 1786 "string.special.path": { 1787 "color": "#f5bde6", 1788 "font_style": null, 1789 "font_weight": null 1790 }, 1791 "string.special.symbol": { 1792 "color": "#f0c6c6", 1793 "font_style": null, 1794 "font_weight": null 1795 }, 1796 "string.special.url": { 1797 "color": "#f4dbd6", 1798 "font_style": "italic", 1799 "font_weight": null 1800 }, 1801 "character": { 1802 "color": "#8bd5ca", 1803 "font_style": null, 1804 "font_weight": null 1805 }, 1806 "character.special": { 1807 "color": "#f5bde6", 1808 "font_style": null, 1809 "font_weight": null 1810 }, 1811 "boolean": { 1812 "color": "#f5a97f", 1813 "font_style": null, 1814 "font_weight": null 1815 }, 1816 "number": { 1817 "color": "#f5a97f", 1818 "font_style": null, 1819 "font_weight": null 1820 }, 1821 "number.float": { 1822 "color": "#f5a97f", 1823 "font_style": null, 1824 "font_weight": null 1825 }, 1826 "tag": { 1827 "color": "#8aadf4", 1828 "font_style": null, 1829 "font_weight": null 1830 }, 1831 "tag.attribute": { 1832 "color": "#eed49f", 1833 "font_style": "italic", 1834 "font_weight": null 1835 }, 1836 "tag.delimiter": { 1837 "color": "#8bd5ca", 1838 "font_style": null, 1839 "font_weight": null 1840 }, 1841 "type": { 1842 "color": "#eed49f", 1843 "font_style": null, 1844 "font_weight": null 1845 }, 1846 "type.builtin": { 1847 "color": "#c6a0f6", 1848 "font_style": "italic", 1849 "font_weight": null 1850 }, 1851 "type.definition": { 1852 "color": "#eed49f", 1853 "font_style": null, 1854 "font_weight": null 1855 }, 1856 "type.interface": { 1857 "color": "#eed49f", 1858 "font_style": "italic", 1859 "font_weight": null 1860 }, 1861 "type.super": { 1862 "color": "#eed49f", 1863 "font_style": "italic", 1864 "font_weight": null 1865 }, 1866 "attribute": { 1867 "color": "#f5a97f", 1868 "font_style": null, 1869 "font_weight": null 1870 }, 1871 "property": { 1872 "color": "#8aadf4", 1873 "font_style": null, 1874 "font_weight": null 1875 }, 1876 "function": { 1877 "color": "#8aadf4", 1878 "font_style": null, 1879 "font_weight": null 1880 }, 1881 "function.builtin": { 1882 "color": "#f5a97f", 1883 "font_style": null, 1884 "font_weight": null 1885 }, 1886 "function.call": { 1887 "color": "#8aadf4", 1888 "font_style": null, 1889 "font_weight": null 1890 }, 1891 "function.macro": { 1892 "color": "#8bd5ca", 1893 "font_style": null, 1894 "font_weight": null 1895 }, 1896 "function.method": { 1897 "color": "#8aadf4", 1898 "font_style": null, 1899 "font_weight": null 1900 }, 1901 "function.method.call": { 1902 "color": "#8aadf4", 1903 "font_style": null, 1904 "font_weight": null 1905 }, 1906 "constructor": { 1907 "color": "#f0c6c6", 1908 "font_style": null, 1909 "font_weight": null 1910 }, 1911 "operator": { 1912 "color": "#91d7e3", 1913 "font_style": null, 1914 "font_weight": null 1915 }, 1916 "keyword": { 1917 "color": "#c6a0f6", 1918 "font_style": null, 1919 "font_weight": null 1920 }, 1921 "keyword.modifier": { 1922 "color": "#c6a0f6", 1923 "font_style": null, 1924 "font_weight": null 1925 }, 1926 "keyword.type": { 1927 "color": "#c6a0f6", 1928 "font_style": null, 1929 "font_weight": null 1930 }, 1931 "keyword.coroutine": { 1932 "color": "#c6a0f6", 1933 "font_style": null, 1934 "font_weight": null 1935 }, 1936 "keyword.function": { 1937 "color": "#c6a0f6", 1938 "font_style": null, 1939 "font_weight": null 1940 }, 1941 "keyword.operator": { 1942 "color": "#c6a0f6", 1943 "font_style": null, 1944 "font_weight": null 1945 }, 1946 "keyword.import": { 1947 "color": "#c6a0f6", 1948 "font_style": null, 1949 "font_weight": null 1950 }, 1951 "keyword.repeat": { 1952 "color": "#c6a0f6", 1953 "font_style": null, 1954 "font_weight": null 1955 }, 1956 "keyword.return": { 1957 "color": "#c6a0f6", 1958 "font_style": null, 1959 "font_weight": null 1960 }, 1961 "keyword.debug": { 1962 "color": "#c6a0f6", 1963 "font_style": null, 1964 "font_weight": null 1965 }, 1966 "keyword.exception": { 1967 "color": "#c6a0f6", 1968 "font_style": null, 1969 "font_weight": null 1970 }, 1971 "keyword.conditional": { 1972 "color": "#c6a0f6", 1973 "font_style": null, 1974 "font_weight": null 1975 }, 1976 "keyword.conditional.ternary": { 1977 "color": "#c6a0f6", 1978 "font_style": null, 1979 "font_weight": null 1980 }, 1981 "keyword.directive": { 1982 "color": "#f5bde6", 1983 "font_style": null, 1984 "font_weight": null 1985 }, 1986 "keyword.directive.define": { 1987 "color": "#f5bde6", 1988 "font_style": null, 1989 "font_weight": null 1990 }, 1991 "keyword.export": { 1992 "color": "#91d7e3", 1993 "font_style": null, 1994 "font_weight": null 1995 }, 1996 "punctuation": { 1997 "color": "#939ab7", 1998 "font_style": null, 1999 "font_weight": null 2000 }, 2001 "punctuation.delimiter": { 2002 "color": "#939ab7", 2003 "font_style": null, 2004 "font_weight": null 2005 }, 2006 "punctuation.bracket": { 2007 "color": "#939ab7", 2008 "font_style": null, 2009 "font_weight": null 2010 }, 2011 "punctuation.special": { 2012 "color": "#f5bde6", 2013 "font_style": null, 2014 "font_weight": null 2015 }, 2016 "punctuation.special.symbol": { 2017 "color": "#f0c6c6", 2018 "font_style": null, 2019 "font_weight": null 2020 }, 2021 "punctuation.list_marker": { 2022 "color": "#8bd5ca", 2023 "font_style": null, 2024 "font_weight": null 2025 }, 2026 "comment": { 2027 "color": "#939ab7", 2028 "font_style": "italic", 2029 "font_weight": null 2030 }, 2031 "comment.doc": { 2032 "color": "#939ab7", 2033 "font_style": "italic", 2034 "font_weight": null 2035 }, 2036 "comment.documentation": { 2037 "color": "#939ab7", 2038 "font_style": "italic", 2039 "font_weight": null 2040 }, 2041 "comment.info": { 2042 "color": "#8bd5ca", 2043 "font_style": "italic", 2044 "font_weight": null 2045 }, 2046 "comment.error": { 2047 "color": "#ed8796", 2048 "font_style": "italic", 2049 "font_weight": null 2050 }, 2051 "comment.warning": { 2052 "color": "#eed49f", 2053 "font_style": "italic", 2054 "font_weight": null 2055 }, 2056 "comment.warn": { 2057 "color": "#eed49f", 2058 "font_style": "italic", 2059 "font_weight": null 2060 }, 2061 "comment.hint": { 2062 "color": "#8aadf4", 2063 "font_style": "italic", 2064 "font_weight": null 2065 }, 2066 "comment.todo": { 2067 "color": "#f0c6c6", 2068 "font_style": "italic", 2069 "font_weight": null 2070 }, 2071 "comment.note": { 2072 "color": "#f4dbd6", 2073 "font_style": "italic", 2074 "font_weight": null 2075 }, 2076 "diff.plus": { 2077 "color": "#a6da95", 2078 "font_style": null, 2079 "font_weight": null 2080 }, 2081 "diff.minus": { 2082 "color": "#ed8796", 2083 "font_style": null, 2084 "font_weight": null 2085 }, 2086 "parameter": { 2087 "color": "#ee99a0", 2088 "font_style": null, 2089 "font_weight": null 2090 }, 2091 "field": { 2092 "color": "#b7bdf8", 2093 "font_style": null, 2094 "font_weight": null 2095 }, 2096 "namespace": { 2097 "color": "#eed49f", 2098 "font_style": "italic", 2099 "font_weight": null 2100 }, 2101 "float": { 2102 "color": "#f5a97f", 2103 "font_style": null, 2104 "font_weight": null 2105 }, 2106 "symbol": { 2107 "color": "#f5bde6", 2108 "font_style": null, 2109 "font_weight": null 2110 }, 2111 "string.regex": { 2112 "color": "#f5a97f", 2113 "font_style": null, 2114 "font_weight": null 2115 }, 2116 "text": { 2117 "color": "#cad3f5", 2118 "font_style": null, 2119 "font_weight": null 2120 }, 2121 "emphasis.strong": { 2122 "color": "#ee99a0", 2123 "font_style": null, 2124 "font_weight": 700 2125 }, 2126 "emphasis": { 2127 "color": "#ee99a0", 2128 "font_style": "italic", 2129 "font_weight": null 2130 }, 2131 "embedded": { 2132 "color": "#ee99a0", 2133 "font_style": null, 2134 "font_weight": null 2135 }, 2136 "text.literal": { 2137 "color": "#a6da95", 2138 "font_style": null, 2139 "font_weight": null 2140 }, 2141 "concept": { 2142 "color": "#7dc4e4", 2143 "font_style": null, 2144 "font_weight": null 2145 }, 2146 "enum": { 2147 "color": "#8bd5ca", 2148 "font_style": null, 2149 "font_weight": 700 2150 }, 2151 "function.decorator": { 2152 "color": "#f5a97f", 2153 "font_style": null, 2154 "font_weight": null 2155 }, 2156 "type.class.definition": { 2157 "color": "#eed49f", 2158 "font_style": null, 2159 "font_weight": 700 2160 }, 2161 2162 "hint": { 2163 "color": "#8087a2", 2164 "font_style": "italic", 2165 "font_weight": null 2166 }, 2167 "link_text": { 2168 "color": "#b7bdf8", 2169 "font_style": null, 2170 "font_weight": null 2171 }, 2172 "link_uri": { 2173 "color": "#8aadf4", 2174 "font_style": "italic", 2175 "font_weight": null 2176 }, 2177 "parent": { 2178 "color": "#f5a97f", 2179 "font_style": null, 2180 "font_weight": null 2181 }, 2182 "predictive": { 2183 "color": "#6e738d", 2184 "font_style": null, 2185 "font_weight": null 2186 }, 2187 "predoc": { 2188 "color": "#ed8796", 2189 "font_style": null, 2190 "font_weight": null 2191 }, 2192 "primary": { 2193 "color": "#ee99a0", 2194 "font_style": null, 2195 "font_weight": null 2196 }, 2197 "tag.doctype": { 2198 "color": "#c6a0f6", 2199 "font_style": null, 2200 "font_weight": null 2201 }, 2202 "string.doc": { 2203 "color": "#8bd5ca", 2204 "font_style": "italic", 2205 "font_weight": null 2206 }, 2207 "title": { 2208 "color": "#cad3f5", 2209 "font_style": null, 2210 "font_weight": 800 2211 }, 2212 "variant": { 2213 "color": "#ed8796", 2214 "font_style": null, 2215 "font_weight": null 2216 } 2217 } 2218 } 2219 }, 2220 { 2221 "name": "Catppuccin Mocha (blue)", 2222 "appearance": "dark", 2223 "style": { 2224 "accents": [ 2225 "#cba6f7", 2226 "#b4befe", 2227 "#74c7ec", 2228 "#a6e3a1", 2229 "#f9e2af", 2230 "#fab387", 2231 "#f38ba8" 2232 ], 2233 "vim.mode.text": "#11111b", 2234 "vim.normal.foreground": "#11111b", 2235 "vim.helix_normal.foreground": "#11111b", 2236 "vim.visual.foreground": "#11111b", 2237 "vim.helix_select.foreground": "#11111b", 2238 "vim.insert.foreground": "#11111b", 2239 "vim.visual_line.foreground": "#11111b", 2240 "vim.visual_block.foreground": "#11111b", 2241 "vim.replace.foreground": "#11111b", 2242 "vim.normal.background": "#f5e0dc", 2243 "vim.helix_normal.background": "#f5e0dc", 2244 "vim.visual.background": "#b4befe", 2245 "vim.helix_select.background": "#b4befe", 2246 "vim.insert.background": "#a6e3a1", 2247 "vim.visual_line.background": "#b4befe", 2248 "vim.visual_block.background": "#cba6f7", 2249 "vim.replace.background": "#eba0ac", 2250 "background.appearance": "opaque", 2251 "border": "#313244", 2252 "border.variant": "#789ad6", 2253 "border.focused": "#b4befe", 2254 "border.selected": "#89b4fa", 2255 "border.transparent": "#a6e3a1", 2256 "border.disabled": "#6c7086", 2257 "elevated_surface.background": "#181825", 2258 "surface.background": "#181825", 2259 "background": "#27273b", 2260 "element.background": "#11111b", 2261 "element.hover": "#313244", 2262 "element.active": "#585b704d", 2263 "element.selected": "#3132444d", 2264 "element.disabled": "#6c7086", 2265 "drop_target.background": "#31324466", 2266 "ghost_element.background": "#00000000", 2267 "ghost_element.hover": "#45475a4d", 2268 "ghost_element.active": "#585b7099", 2269 "ghost_element.selected": "#6f728d66", 2270 "ghost_element.disabled": "#6c7086", 2271 "text": "#cdd6f4", 2272 "text.muted": "#bac2de", 2273 "text.placeholder": "#585b70", 2274 "text.disabled": "#45475a", 2275 "text.accent": "#89b4fa", 2276 "icon": "#cdd6f4", 2277 "icon.muted": "#7f849c", 2278 "icon.disabled": "#6c7086", 2279 "icon.placeholder": "#585b70", 2280 "icon.accent": "#89b4fa", 2281 "status_bar.background": "#11111b", 2282 "title_bar.background": "#11111b", 2283 "title_bar.inactive_background": "#171725", 2284 "toolbar.background": "#1e1e2e", 2285 "tab_bar.background": "#11111b", 2286 "tab.inactive_background": "#0b0b11", 2287 "tab.active_background": "#1e1e2e", 2288 "search.match_background": "#94e2d54d", 2289 "search.active_match_background": "#f38ba84d", 2290 "panel.background": "#181825", 2291 "panel.focused_border": "#cdd6f4", 2292 "panel.indent_guide": "#31324499", 2293 "panel.indent_guide_active": "#585b70", 2294 "panel.indent_guide_hover": "#89b4fa", 2295 "panel.overlay_background": "#181825", 2296 "pane.focused_border": "#cdd6f4", 2297 "pane_group.border": "#313244", 2298 "scrollbar.thumb.background": "#585b7080", 2299 "scrollbar.thumb.hover_background": "#6c7086", 2300 "scrollbar.thumb.active_background": null, 2301 "scrollbar.thumb.border": null, 2302 "scrollbar.track.background": "#11111b", 2303 "scrollbar.track.border": "#cdd6f412", 2304 "minimap.thumb.background": "#89b4fa33", 2305 "minimap.thumb.hover_background": "#89b4fa66", 2306 "minimap.thumb.active_background": "#89b4fa99", 2307 "minimap.thumb.border": null, 2308 "editor.foreground": "#cdd6f4", 2309 "editor.background": "#1e1e2e", 2310 "editor.gutter.background": "#1e1e2e", 2311 "editor.subheader.background": "#181825", 2312 "editor.active_line.background": "#cdd6f412", 2313 "editor.highlighted_line.background": null, 2314 "editor.line_number": "#7f849c", 2315 "editor.active_line_number": "#89b4fa", 2316 "editor.invisible": "#9399b266", 2317 "editor.wrap_guide": "#585b70", 2318 "editor.active_wrap_guide": "#585b70", 2319 "editor.document_highlight.bracket_background": "#89b4fa17", 2320 "editor.document_highlight.read_background": "#a6adc829", 2321 "editor.document_highlight.write_background": "#a6adc829", 2322 "editor.indent_guide": "#31324499", 2323 "editor.indent_guide_active": "#585b70", 2324 "terminal.background": "#1e1e2e", 2325 "terminal.ansi.background": "#1e1e2e", 2326 "terminal.foreground": "#cdd6f4", 2327 "terminal.dim_foreground": "#7f849c", 2328 "terminal.bright_foreground": "#cdd6f4", 2329 "terminal.ansi.black": "#45475a", 2330 "terminal.ansi.white": "#a6adc8", 2331 "terminal.ansi.red": "#f38ba8", 2332 "terminal.ansi.green": "#a6e3a1", 2333 "terminal.ansi.yellow": "#f9e2af", 2334 "terminal.ansi.blue": "#89b4fa", 2335 "terminal.ansi.magenta": "#f5c2e7", 2336 "terminal.ansi.cyan": "#94e2d5", 2337 "terminal.ansi.bright_black": "#585b70", 2338 "terminal.ansi.bright_white": "#bac2de", 2339 "terminal.ansi.bright_red": "#f37799", 2340 "terminal.ansi.bright_green": "#89d88b", 2341 "terminal.ansi.bright_yellow": "#ebd391", 2342 "terminal.ansi.bright_blue": "#74a8fc", 2343 "terminal.ansi.bright_magenta": "#f2aede", 2344 "terminal.ansi.bright_cyan": "#6bd7ca", 2345 "terminal.ansi.dim_black": "#45475a", 2346 "terminal.ansi.dim_white": "#a6adc8", 2347 "terminal.ansi.dim_red": "#f38ba8", 2348 "terminal.ansi.dim_green": "#a6e3a1", 2349 "terminal.ansi.dim_yellow": "#f9e2af", 2350 "terminal.ansi.dim_blue": "#89b4fa", 2351 "terminal.ansi.dim_magenta": "#f5c2e7", 2352 "terminal.ansi.dim_cyan": "#94e2d5", 2353 "link_text.hover": "#89dceb", 2354 "conflict": "#fab387", 2355 "conflict.border": "#fab387", 2356 "conflict.background": "#fab38726", 2357 "created": "#a6e3a1", 2358 "created.border": "#a6e3a1", 2359 "created.background": "#a6e3a126", 2360 "deleted": "#f38ba8", 2361 "deleted.border": "#f38ba8", 2362 "deleted.background": "#f38ba826", 2363 "hidden": "#6c7086", 2364 "hidden.border": "#6c7086", 2365 "hidden.background": "#181825", 2366 "hint": "#585b70", 2367 "hint.border": "#585b70", 2368 "hint.background": "#181825", 2369 "ignored": "#6c7086", 2370 "ignored.border": "#6c7086", 2371 "ignored.background": "#6c708626", 2372 "modified": "#f9e2af", 2373 "modified.border": "#f9e2af", 2374 "modified.background": "#f9e2af26", 2375 "predictive": "#6c7086", 2376 "predictive.border": "#b4befe", 2377 "predictive.background": "#181825", 2378 "renamed": "#74c7ec", 2379 "renamed.border": "#74c7ec", 2380 "renamed.background": "#74c7ec26", 2381 "info": "#94e2d5", 2382 "info.border": "#94e2d5", 2383 "info.background": "#9399b233", 2384 "warning": "#f9e2af", 2385 "warning.border": "#f9e2af", 2386 "warning.background": "#f9e2af1f", 2387 "error": "#f38ba8", 2388 "error.border": "#f38ba8", 2389 "error.background": "#f38ba81f", 2390 "success": "#a6e3a1", 2391 "success.border": "#a6e3a1", 2392 "success.background": "#a6e3a11f", 2393 "unreachable": "#f38ba8", 2394 "unreachable.border": "#f38ba8", 2395 "unreachable.background": "#f38ba81f", 2396 "players": [ 2397 { 2398 "cursor": "#f5e0dc", 2399 "selection": "#9399b240", 2400 "background": "#f5e0dc" 2401 }, 2402 { 2403 "cursor": "#cba6f7", 2404 "selection": "#cba6f740", 2405 "background": "#cba6f7" 2406 }, 2407 { 2408 "cursor": "#b4befe", 2409 "selection": "#b4befe40", 2410 "background": "#b4befe" 2411 }, 2412 { 2413 "cursor": "#74c7ec", 2414 "selection": "#74c7ec40", 2415 "background": "#74c7ec" 2416 }, 2417 { 2418 "cursor": "#a6e3a1", 2419 "selection": "#a6e3a140", 2420 "background": "#a6e3a1" 2421 }, 2422 { 2423 "cursor": "#f9e2af", 2424 "selection": "#f9e2af40", 2425 "background": "#f9e2af" 2426 }, 2427 { 2428 "cursor": "#fab387", 2429 "selection": "#fab38740", 2430 "background": "#fab387" 2431 }, 2432 { 2433 "cursor": "#f38ba8", 2434 "selection": "#f38ba840", 2435 "background": "#f38ba8" 2436 } 2437 ], 2438 "version_control.added": "#a6e3a1", 2439 "version_control.deleted": "#f38ba8", 2440 "version_control.modified": "#f9e2af", 2441 "version_control.renamed": "#74c7ec", 2442 "version_control.conflict": "#fab387", 2443 "version_control.conflict_marker.ours": "#a6e3a133", 2444 "version_control.conflict_marker.theirs": "#89b4fa33", 2445 "version_control.ignored": "#6c7086", 2446 "debugger.accent": "#f38ba8", 2447 "editor.debugger_active_line.background": "#fab38712", 2448 "syntax": { 2449 "variable": { 2450 "color": "#cdd6f4", 2451 "font_style": null, 2452 "font_weight": null 2453 }, 2454 "variable.builtin": { 2455 "color": "#f38ba8", 2456 "font_style": null, 2457 "font_weight": null 2458 }, 2459 "variable.parameter": { 2460 "color": "#eba0ac", 2461 "font_style": null, 2462 "font_weight": null 2463 }, 2464 "variable.member": { 2465 "color": "#89b4fa", 2466 "font_style": null, 2467 "font_weight": null 2468 }, 2469 "variable.special": { 2470 "color": "#f38ba8", 2471 "font_style": "italic", 2472 "font_weight": null 2473 }, 2474 "constant": { 2475 "color": "#fab387", 2476 "font_style": null, 2477 "font_weight": null 2478 }, 2479 "constant.builtin": { 2480 "color": "#fab387", 2481 "font_style": null, 2482 "font_weight": null 2483 }, 2484 "constant.macro": { 2485 "color": "#cba6f7", 2486 "font_style": null, 2487 "font_weight": null 2488 }, 2489 "module": { 2490 "color": "#f9e2af", 2491 "font_style": "italic", 2492 "font_weight": null 2493 }, 2494 "label": { 2495 "color": "#74c7ec", 2496 "font_style": null, 2497 "font_weight": null 2498 }, 2499 "string": { 2500 "color": "#a6e3a1", 2501 "font_style": null, 2502 "font_weight": null 2503 }, 2504 "string.documentation": { 2505 "color": "#94e2d5", 2506 "font_style": null, 2507 "font_weight": null 2508 }, 2509 "string.regexp": { 2510 "color": "#fab387", 2511 "font_style": null, 2512 "font_weight": null 2513 }, 2514 "string.escape": { 2515 "color": "#f5c2e7", 2516 "font_style": null, 2517 "font_weight": null 2518 }, 2519 "string.special": { 2520 "color": "#f5c2e7", 2521 "font_style": null, 2522 "font_weight": null 2523 }, 2524 "string.special.path": { 2525 "color": "#f5c2e7", 2526 "font_style": null, 2527 "font_weight": null 2528 }, 2529 "string.special.symbol": { 2530 "color": "#f2cdcd", 2531 "font_style": null, 2532 "font_weight": null 2533 }, 2534 "string.special.url": { 2535 "color": "#f5e0dc", 2536 "font_style": "italic", 2537 "font_weight": null 2538 }, 2539 "character": { 2540 "color": "#94e2d5", 2541 "font_style": null, 2542 "font_weight": null 2543 }, 2544 "character.special": { 2545 "color": "#f5c2e7", 2546 "font_style": null, 2547 "font_weight": null 2548 }, 2549 "boolean": { 2550 "color": "#fab387", 2551 "font_style": null, 2552 "font_weight": null 2553 }, 2554 "number": { 2555 "color": "#fab387", 2556 "font_style": null, 2557 "font_weight": null 2558 }, 2559 "number.float": { 2560 "color": "#fab387", 2561 "font_style": null, 2562 "font_weight": null 2563 }, 2564 "tag": { 2565 "color": "#89b4fa", 2566 "font_style": null, 2567 "font_weight": null 2568 }, 2569 "tag.attribute": { 2570 "color": "#f9e2af", 2571 "font_style": "italic", 2572 "font_weight": null 2573 }, 2574 "tag.delimiter": { 2575 "color": "#94e2d5", 2576 "font_style": null, 2577 "font_weight": null 2578 }, 2579 "type": { 2580 "color": "#f9e2af", 2581 "font_style": null, 2582 "font_weight": null 2583 }, 2584 "type.builtin": { 2585 "color": "#cba6f7", 2586 "font_style": "italic", 2587 "font_weight": null 2588 }, 2589 "type.definition": { 2590 "color": "#f9e2af", 2591 "font_style": null, 2592 "font_weight": null 2593 }, 2594 "type.interface": { 2595 "color": "#f9e2af", 2596 "font_style": "italic", 2597 "font_weight": null 2598 }, 2599 "type.super": { 2600 "color": "#f9e2af", 2601 "font_style": "italic", 2602 "font_weight": null 2603 }, 2604 "attribute": { 2605 "color": "#fab387", 2606 "font_style": null, 2607 "font_weight": null 2608 }, 2609 "property": { 2610 "color": "#89b4fa", 2611 "font_style": null, 2612 "font_weight": null 2613 }, 2614 "function": { 2615 "color": "#89b4fa", 2616 "font_style": null, 2617 "font_weight": null 2618 }, 2619 "function.builtin": { 2620 "color": "#fab387", 2621 "font_style": null, 2622 "font_weight": null 2623 }, 2624 "function.call": { 2625 "color": "#89b4fa", 2626 "font_style": null, 2627 "font_weight": null 2628 }, 2629 "function.macro": { 2630 "color": "#94e2d5", 2631 "font_style": null, 2632 "font_weight": null 2633 }, 2634 "function.method": { 2635 "color": "#89b4fa", 2636 "font_style": null, 2637 "font_weight": null 2638 }, 2639 "function.method.call": { 2640 "color": "#89b4fa", 2641 "font_style": null, 2642 "font_weight": null 2643 }, 2644 "constructor": { 2645 "color": "#f2cdcd", 2646 "font_style": null, 2647 "font_weight": null 2648 }, 2649 "operator": { 2650 "color": "#89dceb", 2651 "font_style": null, 2652 "font_weight": null 2653 }, 2654 "keyword": { 2655 "color": "#cba6f7", 2656 "font_style": null, 2657 "font_weight": null 2658 }, 2659 "keyword.modifier": { 2660 "color": "#cba6f7", 2661 "font_style": null, 2662 "font_weight": null 2663 }, 2664 "keyword.type": { 2665 "color": "#cba6f7", 2666 "font_style": null, 2667 "font_weight": null 2668 }, 2669 "keyword.coroutine": { 2670 "color": "#cba6f7", 2671 "font_style": null, 2672 "font_weight": null 2673 }, 2674 "keyword.function": { 2675 "color": "#cba6f7", 2676 "font_style": null, 2677 "font_weight": null 2678 }, 2679 "keyword.operator": { 2680 "color": "#cba6f7", 2681 "font_style": null, 2682 "font_weight": null 2683 }, 2684 "keyword.import": { 2685 "color": "#cba6f7", 2686 "font_style": null, 2687 "font_weight": null 2688 }, 2689 "keyword.repeat": { 2690 "color": "#cba6f7", 2691 "font_style": null, 2692 "font_weight": null 2693 }, 2694 "keyword.return": { 2695 "color": "#cba6f7", 2696 "font_style": null, 2697 "font_weight": null 2698 }, 2699 "keyword.debug": { 2700 "color": "#cba6f7", 2701 "font_style": null, 2702 "font_weight": null 2703 }, 2704 "keyword.exception": { 2705 "color": "#cba6f7", 2706 "font_style": null, 2707 "font_weight": null 2708 }, 2709 "keyword.conditional": { 2710 "color": "#cba6f7", 2711 "font_style": null, 2712 "font_weight": null 2713 }, 2714 "keyword.conditional.ternary": { 2715 "color": "#cba6f7", 2716 "font_style": null, 2717 "font_weight": null 2718 }, 2719 "keyword.directive": { 2720 "color": "#f5c2e7", 2721 "font_style": null, 2722 "font_weight": null 2723 }, 2724 "keyword.directive.define": { 2725 "color": "#f5c2e7", 2726 "font_style": null, 2727 "font_weight": null 2728 }, 2729 "keyword.export": { 2730 "color": "#89dceb", 2731 "font_style": null, 2732 "font_weight": null 2733 }, 2734 "punctuation": { 2735 "color": "#9399b2", 2736 "font_style": null, 2737 "font_weight": null 2738 }, 2739 "punctuation.delimiter": { 2740 "color": "#9399b2", 2741 "font_style": null, 2742 "font_weight": null 2743 }, 2744 "punctuation.bracket": { 2745 "color": "#9399b2", 2746 "font_style": null, 2747 "font_weight": null 2748 }, 2749 "punctuation.special": { 2750 "color": "#f5c2e7", 2751 "font_style": null, 2752 "font_weight": null 2753 }, 2754 "punctuation.special.symbol": { 2755 "color": "#f2cdcd", 2756 "font_style": null, 2757 "font_weight": null 2758 }, 2759 "punctuation.list_marker": { 2760 "color": "#94e2d5", 2761 "font_style": null, 2762 "font_weight": null 2763 }, 2764 "comment": { 2765 "color": "#9399b2", 2766 "font_style": "italic", 2767 "font_weight": null 2768 }, 2769 "comment.doc": { 2770 "color": "#9399b2", 2771 "font_style": "italic", 2772 "font_weight": null 2773 }, 2774 "comment.documentation": { 2775 "color": "#9399b2", 2776 "font_style": "italic", 2777 "font_weight": null 2778 }, 2779 "comment.info": { 2780 "color": "#94e2d5", 2781 "font_style": "italic", 2782 "font_weight": null 2783 }, 2784 "comment.error": { 2785 "color": "#f38ba8", 2786 "font_style": "italic", 2787 "font_weight": null 2788 }, 2789 "comment.warning": { 2790 "color": "#f9e2af", 2791 "font_style": "italic", 2792 "font_weight": null 2793 }, 2794 "comment.warn": { 2795 "color": "#f9e2af", 2796 "font_style": "italic", 2797 "font_weight": null 2798 }, 2799 "comment.hint": { 2800 "color": "#89b4fa", 2801 "font_style": "italic", 2802 "font_weight": null 2803 }, 2804 "comment.todo": { 2805 "color": "#f2cdcd", 2806 "font_style": "italic", 2807 "font_weight": null 2808 }, 2809 "comment.note": { 2810 "color": "#f5e0dc", 2811 "font_style": "italic", 2812 "font_weight": null 2813 }, 2814 "diff.plus": { 2815 "color": "#a6e3a1", 2816 "font_style": null, 2817 "font_weight": null 2818 }, 2819 "diff.minus": { 2820 "color": "#f38ba8", 2821 "font_style": null, 2822 "font_weight": null 2823 }, 2824 "parameter": { 2825 "color": "#eba0ac", 2826 "font_style": null, 2827 "font_weight": null 2828 }, 2829 "field": { 2830 "color": "#b4befe", 2831 "font_style": null, 2832 "font_weight": null 2833 }, 2834 "namespace": { 2835 "color": "#f9e2af", 2836 "font_style": "italic", 2837 "font_weight": null 2838 }, 2839 "float": { 2840 "color": "#fab387", 2841 "font_style": null, 2842 "font_weight": null 2843 }, 2844 "symbol": { 2845 "color": "#f5c2e7", 2846 "font_style": null, 2847 "font_weight": null 2848 }, 2849 "string.regex": { 2850 "color": "#fab387", 2851 "font_style": null, 2852 "font_weight": null 2853 }, 2854 "text": { 2855 "color": "#cdd6f4", 2856 "font_style": null, 2857 "font_weight": null 2858 }, 2859 "emphasis.strong": { 2860 "color": "#eba0ac", 2861 "font_style": null, 2862 "font_weight": 700 2863 }, 2864 "emphasis": { 2865 "color": "#eba0ac", 2866 "font_style": "italic", 2867 "font_weight": null 2868 }, 2869 "embedded": { 2870 "color": "#eba0ac", 2871 "font_style": null, 2872 "font_weight": null 2873 }, 2874 "text.literal": { 2875 "color": "#a6e3a1", 2876 "font_style": null, 2877 "font_weight": null 2878 }, 2879 "concept": { 2880 "color": "#74c7ec", 2881 "font_style": null, 2882 "font_weight": null 2883 }, 2884 "enum": { 2885 "color": "#94e2d5", 2886 "font_style": null, 2887 "font_weight": 700 2888 }, 2889 "function.decorator": { 2890 "color": "#fab387", 2891 "font_style": null, 2892 "font_weight": null 2893 }, 2894 "type.class.definition": { 2895 "color": "#f9e2af", 2896 "font_style": null, 2897 "font_weight": 700 2898 }, 2899 2900 "hint": { 2901 "color": "#7f849c", 2902 "font_style": "italic", 2903 "font_weight": null 2904 }, 2905 "link_text": { 2906 "color": "#b4befe", 2907 "font_style": null, 2908 "font_weight": null 2909 }, 2910 "link_uri": { 2911 "color": "#89b4fa", 2912 "font_style": "italic", 2913 "font_weight": null 2914 }, 2915 "parent": { 2916 "color": "#fab387", 2917 "font_style": null, 2918 "font_weight": null 2919 }, 2920 "predictive": { 2921 "color": "#6c7086", 2922 "font_style": null, 2923 "font_weight": null 2924 }, 2925 "predoc": { 2926 "color": "#f38ba8", 2927 "font_style": null, 2928 "font_weight": null 2929 }, 2930 "primary": { 2931 "color": "#eba0ac", 2932 "font_style": null, 2933 "font_weight": null 2934 }, 2935 "tag.doctype": { 2936 "color": "#cba6f7", 2937 "font_style": null, 2938 "font_weight": null 2939 }, 2940 "string.doc": { 2941 "color": "#94e2d5", 2942 "font_style": "italic", 2943 "font_weight": null 2944 }, 2945 "title": { 2946 "color": "#cdd6f4", 2947 "font_style": null, 2948 "font_weight": 800 2949 }, 2950 "variant": { 2951 "color": "#f38ba8", 2952 "font_style": null, 2953 "font_weight": null 2954 } 2955 } 2956 } 2957 } 2958 ] 2959}