1{
   2  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
   3  "name": "Gruvbox",
   4  "author": "Zed Industries",
   5  "themes": [
   6    {
   7      "name": "Gruvbox Dark",
   8      "appearance": "dark",
   9      "style": {
  10        "accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
  11        "border": "#5b534dff",
  12        "border.variant": "#494340ff",
  13        "border.focused": "#303a36ff",
  14        "border.selected": "#303a36ff",
  15        "border.transparent": "#00000000",
  16        "border.disabled": "#544c48ff",
  17        "elevated_surface.background": "#3a3735ff",
  18        "surface.background": "#3a3735ff",
  19        "background": "#4c4642ff",
  20        "element.background": "#3a3735ff",
  21        "element.hover": "#494340ff",
  22        "element.active": "#5b524cff",
  23        "element.selected": "#5b524cff",
  24        "element.disabled": "#3a3735ff",
  25        "drop_target.background": "#c5b59780",
  26        "ghost_element.background": "#00000000",
  27        "ghost_element.hover": "#494340ff",
  28        "ghost_element.active": "#5b524cff",
  29        "ghost_element.selected": "#5b524cff",
  30        "ghost_element.disabled": "#3a3735ff",
  31        "text": "#fbf1c7ff",
  32        "text.muted": "#c5b597ff",
  33        "text.placeholder": "#998b78ff",
  34        "text.disabled": "#998b78ff",
  35        "text.accent": "#83a598ff",
  36        "icon": "#fbf1c7ff",
  37        "icon.muted": "#c5b597ff",
  38        "icon.disabled": "#998b78ff",
  39        "icon.placeholder": "#c5b597ff",
  40        "icon.accent": "#83a598ff",
  41        "status_bar.background": "#4c4642ff",
  42        "title_bar.background": "#4c4642ff",
  43        "title_bar.inactive_background": "#3a3735ff",
  44        "toolbar.background": "#282828ff",
  45        "tab_bar.background": "#3a3735ff",
  46        "tab.inactive_background": "#3a3735ff",
  47        "tab.active_background": "#282828ff",
  48        "search.match_background": "#83a59866",
  49        "panel.background": "#3a3735ff",
  50        "panel.focused_border": "#83a598ff",
  51        "pane.focused_border": null,
  52        "scrollbar.thumb.active_background": "#83a598ac",
  53        "scrollbar.thumb.hover_background": "#fbf1c74c",
  54        "scrollbar.thumb.background": "#a899844c",
  55        "scrollbar.thumb.border": "#494340ff",
  56        "scrollbar.track.background": "#00000000",
  57        "scrollbar.track.border": "#373432ff",
  58        "editor.foreground": "#ebdbb2ff",
  59        "editor.background": "#282828ff",
  60        "editor.gutter.background": "#282828ff",
  61        "editor.subheader.background": "#3a3735ff",
  62        "editor.active_line.background": "#3a3735bf",
  63        "editor.highlighted_line.background": "#3a3735ff",
  64        "editor.line_number": "#6e6b5e",
  65        "editor.active_line_number": "#dedcd3",
  66        "editor.hover_line_number": "#c9c5b6",
  67        "editor.invisible": "#928474ff",
  68        "editor.wrap_guide": "#fbf1c70d",
  69        "editor.active_wrap_guide": "#fbf1c71a",
  70        "editor.document_highlight.read_background": "#83a5981a",
  71        "editor.document_highlight.write_background": "#92847466",
  72        "terminal.background": "#282828ff",
  73        "terminal.foreground": "#fbf1c7ff",
  74        "terminal.bright_foreground": "#fbf1c7ff",
  75        "terminal.dim_foreground": "#282828ff",
  76        "terminal.ansi.black": "#282828ff",
  77        "terminal.ansi.bright_black": "#73675eff",
  78        "terminal.ansi.dim_black": "#fbf1c7ff",
  79        "terminal.ansi.red": "#fb4a35ff",
  80        "terminal.ansi.bright_red": "#93201dff",
  81        "terminal.ansi.dim_red": "#ffaa95ff",
  82        "terminal.ansi.green": "#b7bb26ff",
  83        "terminal.ansi.bright_green": "#605c1bff",
  84        "terminal.ansi.dim_green": "#e0dc98ff",
  85        "terminal.ansi.yellow": "#f9bd2fff",
  86        "terminal.ansi.bright_yellow": "#91611bff",
  87        "terminal.ansi.dim_yellow": "#fedc9bff",
  88        "terminal.ansi.blue": "#83a598ff",
  89        "terminal.ansi.bright_blue": "#414f4aff",
  90        "terminal.ansi.dim_blue": "#c0d2cbff",
  91        "terminal.ansi.magenta": "#d3869bff",
  92        "terminal.ansi.bright_magenta": "#8e5868ff",
  93        "terminal.ansi.dim_magenta": "#ff9ebbff",
  94        "terminal.ansi.cyan": "#8ec07cff",
  95        "terminal.ansi.bright_cyan": "#45603eff",
  96        "terminal.ansi.dim_cyan": "#c7dfbdff",
  97        "terminal.ansi.white": "#fbf1c7ff",
  98        "terminal.ansi.bright_white": "#ffffffff",
  99        "terminal.ansi.dim_white": "#b0a189ff",
 100        "link_text.hover": "#83a598ff",
 101        "version_control.added": "#b7bb26ff",
 102        "version_control.modified": "#f9bd2fff",
 103        "version_control.deleted": "#fb4a35ff",
 104        "conflict": "#f9bd2fff",
 105        "conflict.background": "#572e10ff",
 106        "conflict.border": "#754916ff",
 107        "created": "#b7bb26ff",
 108        "created.background": "#322b11ff",
 109        "created.border": "#4a4516ff",
 110        "deleted": "#fb4a35ff",
 111        "deleted.background": "#590a0fff",
 112        "deleted.border": "#771617ff",
 113        "error": "#fb4a35ff",
 114        "error.background": "#590a0fff",
 115        "error.border": "#771617ff",
 116        "hidden": "#998b78ff",
 117        "hidden.background": "#4c4642ff",
 118        "hidden.border": "#544c48ff",
 119        "hint": "#8c957dff",
 120        "hint.background": "#1e2321ff",
 121        "hint.border": "#303a36ff",
 122        "ignored": "#998b78ff",
 123        "ignored.background": "#4c4642ff",
 124        "ignored.border": "#5b534dff",
 125        "info": "#83a598ff",
 126        "info.background": "#1e2321ff",
 127        "info.border": "#303a36ff",
 128        "modified": "#f9bd2fff",
 129        "modified.background": "#572e10ff",
 130        "modified.border": "#754916ff",
 131        "predictive": "#717363ff",
 132        "predictive.background": "#322b11ff",
 133        "predictive.border": "#4a4516ff",
 134        "renamed": "#83a598ff",
 135        "renamed.background": "#1e2321ff",
 136        "renamed.border": "#303a36ff",
 137        "success": "#b7bb26ff",
 138        "success.background": "#322b11ff",
 139        "success.border": "#4a4516ff",
 140        "unreachable": "#c5b597ff",
 141        "unreachable.background": "#4c4642ff",
 142        "unreachable.border": "#5b534dff",
 143        "warning": "#f9bd2fff",
 144        "warning.background": "#572e10ff",
 145        "warning.border": "#754916ff",
 146        "players": [
 147          {
 148            "cursor": "#83a598ff",
 149            "background": "#83a598ff",
 150            "selection": "#83a5983d"
 151          },
 152          {
 153            "cursor": "#a89984ff",
 154            "background": "#a89984ff",
 155            "selection": "#a899843d"
 156          },
 157          {
 158            "cursor": "#fd801bff",
 159            "background": "#fd801bff",
 160            "selection": "#fd801b3d"
 161          },
 162          {
 163            "cursor": "#d3869bff",
 164            "background": "#d3869bff",
 165            "selection": "#d3869b3d"
 166          },
 167          {
 168            "cursor": "#8ec07cff",
 169            "background": "#8ec07cff",
 170            "selection": "#8ec07c3d"
 171          },
 172          {
 173            "cursor": "#fb4a35ff",
 174            "background": "#fb4a35ff",
 175            "selection": "#fb4a353d"
 176          },
 177          {
 178            "cursor": "#f9bd2fff",
 179            "background": "#f9bd2fff",
 180            "selection": "#f9bd2f3d"
 181          },
 182          {
 183            "cursor": "#b7bb26ff",
 184            "background": "#b7bb26ff",
 185            "selection": "#b7bb263d"
 186          }
 187        ],
 188        "syntax": {
 189          "attribute": {
 190            "color": "#83a598ff",
 191            "font_style": null,
 192            "font_weight": null
 193          },
 194          "boolean": {
 195            "color": "#d3869bff",
 196            "font_style": null,
 197            "font_weight": null
 198          },
 199          "comment": {
 200            "color": "#a89984ff",
 201            "font_style": null,
 202            "font_weight": null
 203          },
 204          "comment.doc": {
 205            "color": "#c6b697ff",
 206            "font_style": null,
 207            "font_weight": null
 208          },
 209          "constant": {
 210            "color": "#fabd2eff",
 211            "font_style": null,
 212            "font_weight": null
 213          },
 214          "constructor": {
 215            "color": "#83a598ff",
 216            "font_style": null,
 217            "font_weight": null
 218          },
 219          "embedded": {
 220            "color": "#8ec07cff",
 221            "font_style": null,
 222            "font_weight": null
 223          },
 224          "emphasis": {
 225            "color": "#83a598ff",
 226            "font_style": null,
 227            "font_weight": null
 228          },
 229          "emphasis.strong": {
 230            "color": "#83a598ff",
 231            "font_style": null,
 232            "font_weight": 700
 233          },
 234          "enum": {
 235            "color": "#fe7f18ff",
 236            "font_style": null,
 237            "font_weight": null
 238          },
 239          "function": {
 240            "color": "#b8bb25ff",
 241            "font_style": null,
 242            "font_weight": null
 243          },
 244          "function.builtin": {
 245            "color": "#fb4833ff",
 246            "font_style": null,
 247            "font_weight": null
 248          },
 249          "hint": {
 250            "color": "#8c957dff",
 251            "font_style": null,
 252            "font_weight": null
 253          },
 254          "keyword": {
 255            "color": "#fb4833ff",
 256            "font_style": null,
 257            "font_weight": null
 258          },
 259          "label": {
 260            "color": "#83a598ff",
 261            "font_style": null,
 262            "font_weight": null
 263          },
 264          "link_text": {
 265            "color": "#8ec07cff",
 266            "font_style": "italic",
 267            "font_weight": null
 268          },
 269          "link_uri": {
 270            "color": "#d3869bff",
 271            "font_style": null,
 272            "font_weight": null
 273          },
 274          "namespace": {
 275            "color": "#83a598ff",
 276            "font_style": null,
 277            "font_weight": null
 278          },
 279          "number": {
 280            "color": "#d3869bff",
 281            "font_style": null,
 282            "font_weight": null
 283          },
 284          "operator": {
 285            "color": "#8ec07cff",
 286            "font_style": null,
 287            "font_weight": null
 288          },
 289          "predictive": {
 290            "color": "#717363ff",
 291            "font_style": "italic",
 292            "font_weight": null
 293          },
 294          "preproc": {
 295            "color": "#fbf1c7ff",
 296            "font_style": null,
 297            "font_weight": null
 298          },
 299          "primary": {
 300            "color": "#ebdbb2ff",
 301            "font_style": null,
 302            "font_weight": null
 303          },
 304          "property": {
 305            "color": "#ebdbb2ff",
 306            "font_style": null,
 307            "font_weight": null
 308          },
 309          "punctuation": {
 310            "color": "#d5c4a1ff",
 311            "font_style": null,
 312            "font_weight": null
 313          },
 314          "punctuation.bracket": {
 315            "color": "#a89984ff",
 316            "font_style": null,
 317            "font_weight": null
 318          },
 319          "punctuation.delimiter": {
 320            "color": "#e5d5adff",
 321            "font_style": null,
 322            "font_weight": null
 323          },
 324          "punctuation.list_marker": {
 325            "color": "#ebdbb2ff",
 326            "font_style": null,
 327            "font_weight": null
 328          },
 329          "punctuation.markup": {
 330            "color": "#83a598ff",
 331            "font_style": null,
 332            "font_weight": null
 333          },
 334          "punctuation.special": {
 335            "color": "#e5d5adff",
 336            "font_style": null,
 337            "font_weight": null
 338          },
 339          "selector": {
 340            "color": "#fabd2eff",
 341            "font_style": null,
 342            "font_weight": null
 343          },
 344          "selector.pseudo": {
 345            "color": "#83a598ff",
 346            "font_style": null,
 347            "font_weight": null
 348          },
 349          "string": {
 350            "color": "#b8bb25ff",
 351            "font_style": null,
 352            "font_weight": null
 353          },
 354          "string.escape": {
 355            "color": "#c6b697ff",
 356            "font_style": null,
 357            "font_weight": null
 358          },
 359          "string.regex": {
 360            "color": "#fe7f18ff",
 361            "font_style": null,
 362            "font_weight": null
 363          },
 364          "string.special": {
 365            "color": "#d3869bff",
 366            "font_style": null,
 367            "font_weight": null
 368          },
 369          "string.special.symbol": {
 370            "color": "#8ec07cff",
 371            "font_style": null,
 372            "font_weight": null
 373          },
 374          "tag": {
 375            "color": "#8ec07cff",
 376            "font_style": null,
 377            "font_weight": null
 378          },
 379          "text.literal": {
 380            "color": "#83a598ff",
 381            "font_style": null,
 382            "font_weight": null
 383          },
 384          "title": {
 385            "color": "#b8bb25ff",
 386            "font_style": null,
 387            "font_weight": 700
 388          },
 389          "type": {
 390            "color": "#fabd2eff",
 391            "font_style": null,
 392            "font_weight": null
 393          },
 394          "variable": {
 395            "color": "#ebdbb2ff",
 396            "font_style": null,
 397            "font_weight": null
 398          },
 399          "variable.special": {
 400            "color": "#83a598ff",
 401            "font_style": null,
 402            "font_weight": null
 403          },
 404          "variant": {
 405            "color": "#83a598ff",
 406            "font_style": null,
 407            "font_weight": null
 408          }
 409        }
 410      }
 411    },
 412    {
 413      "name": "Gruvbox Dark Hard",
 414      "appearance": "dark",
 415      "style": {
 416        "accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
 417        "border": "#5b534dff",
 418        "border.variant": "#494340ff",
 419        "border.focused": "#303a36ff",
 420        "border.selected": "#303a36ff",
 421        "border.transparent": "#00000000",
 422        "border.disabled": "#544c48ff",
 423        "elevated_surface.background": "#393634ff",
 424        "surface.background": "#393634ff",
 425        "background": "#4c4642ff",
 426        "element.background": "#393634ff",
 427        "element.hover": "#494340ff",
 428        "element.active": "#5b524cff",
 429        "element.selected": "#5b524cff",
 430        "element.disabled": "#393634ff",
 431        "drop_target.background": "#c5b59780",
 432        "ghost_element.background": "#00000000",
 433        "ghost_element.hover": "#494340ff",
 434        "ghost_element.active": "#5b524cff",
 435        "ghost_element.selected": "#5b524cff",
 436        "ghost_element.disabled": "#393634ff",
 437        "text": "#fbf1c7ff",
 438        "text.muted": "#c5b597ff",
 439        "text.placeholder": "#998b78ff",
 440        "text.disabled": "#998b78ff",
 441        "text.accent": "#83a598ff",
 442        "icon": "#fbf1c7ff",
 443        "icon.muted": "#c5b597ff",
 444        "icon.disabled": "#998b78ff",
 445        "icon.placeholder": "#c5b597ff",
 446        "icon.accent": "#83a598ff",
 447        "status_bar.background": "#4c4642ff",
 448        "title_bar.background": "#4c4642ff",
 449        "title_bar.inactive_background": "#393634ff",
 450        "toolbar.background": "#1d2021ff",
 451        "tab_bar.background": "#393634ff",
 452        "tab.inactive_background": "#393634ff",
 453        "tab.active_background": "#1d2021ff",
 454        "search.match_background": "#83a59866",
 455        "panel.background": "#393634ff",
 456        "panel.focused_border": "#83a598ff",
 457        "pane.focused_border": null,
 458        "scrollbar.thumb.active_background": "#83a598ac",
 459        "scrollbar.thumb.hover_background": "#fbf1c74c",
 460        "scrollbar.thumb.background": "#a899844c",
 461        "scrollbar.thumb.border": "#494340ff",
 462        "scrollbar.track.background": "#00000000",
 463        "scrollbar.track.border": "#343130ff",
 464        "editor.foreground": "#ebdbb2ff",
 465        "editor.background": "#1d2021ff",
 466        "editor.gutter.background": "#1d2021ff",
 467        "editor.subheader.background": "#393634ff",
 468        "editor.active_line.background": "#393634bf",
 469        "editor.highlighted_line.background": "#393634ff",
 470        "editor.line_number": "#6e6b5e",
 471        "editor.active_line_number": "#dedcd3",
 472        "editor.hover_line_number": "#c9c5b6",
 473        "editor.invisible": "#928474ff",
 474        "editor.wrap_guide": "#fbf1c70d",
 475        "editor.active_wrap_guide": "#fbf1c71a",
 476        "editor.document_highlight.read_background": "#83a5981a",
 477        "editor.document_highlight.write_background": "#92847466",
 478        "terminal.background": "#1d2021ff",
 479        "terminal.foreground": "#fbf1c7ff",
 480        "terminal.bright_foreground": "#fbf1c7ff",
 481        "terminal.dim_foreground": "#1d2021ff",
 482        "terminal.ansi.black": "#1d2021ff",
 483        "terminal.ansi.bright_black": "#73675eff",
 484        "terminal.ansi.dim_black": "#fbf1c7ff",
 485        "terminal.ansi.red": "#fb4a35ff",
 486        "terminal.ansi.bright_red": "#93201dff",
 487        "terminal.ansi.dim_red": "#ffaa95ff",
 488        "terminal.ansi.green": "#b7bb26ff",
 489        "terminal.ansi.bright_green": "#605c1bff",
 490        "terminal.ansi.dim_green": "#e0dc98ff",
 491        "terminal.ansi.yellow": "#f9bd2fff",
 492        "terminal.ansi.bright_yellow": "#91611bff",
 493        "terminal.ansi.dim_yellow": "#fedc9bff",
 494        "terminal.ansi.blue": "#83a598ff",
 495        "terminal.ansi.bright_blue": "#414f4aff",
 496        "terminal.ansi.dim_blue": "#c0d2cbff",
 497        "terminal.ansi.magenta": "#d3869bff",
 498        "terminal.ansi.bright_magenta": "#8e5868ff",
 499        "terminal.ansi.dim_magenta": "#ff9ebbff",
 500        "terminal.ansi.cyan": "#8ec07cff",
 501        "terminal.ansi.bright_cyan": "#45603eff",
 502        "terminal.ansi.dim_cyan": "#c7dfbdff",
 503        "terminal.ansi.white": "#fbf1c7ff",
 504        "terminal.ansi.bright_white": "#ffffffff",
 505        "terminal.ansi.dim_white": "#b0a189ff",
 506        "link_text.hover": "#83a598ff",
 507        "version_control.added": "#b7bb26ff",
 508        "version_control.modified": "#f9bd2fff",
 509        "version_control.deleted": "#fb4a35ff",
 510        "conflict": "#f9bd2fff",
 511        "conflict.background": "#572e10ff",
 512        "conflict.border": "#754916ff",
 513        "created": "#b7bb26ff",
 514        "created.background": "#322b11ff",
 515        "created.border": "#4a4516ff",
 516        "deleted": "#fb4a35ff",
 517        "deleted.background": "#590a0fff",
 518        "deleted.border": "#771617ff",
 519        "error": "#fb4a35ff",
 520        "error.background": "#590a0fff",
 521        "error.border": "#771617ff",
 522        "hidden": "#998b78ff",
 523        "hidden.background": "#4c4642ff",
 524        "hidden.border": "#544c48ff",
 525        "hint": "#6a695bff",
 526        "hint.background": "#1e2321ff",
 527        "hint.border": "#303a36ff",
 528        "ignored": "#998b78ff",
 529        "ignored.background": "#4c4642ff",
 530        "ignored.border": "#5b534dff",
 531        "info": "#83a598ff",
 532        "info.background": "#1e2321ff",
 533        "info.border": "#303a36ff",
 534        "modified": "#f9bd2fff",
 535        "modified.background": "#572e10ff",
 536        "modified.border": "#754916ff",
 537        "predictive": "#717363ff",
 538        "predictive.background": "#322b11ff",
 539        "predictive.border": "#4a4516ff",
 540        "renamed": "#83a598ff",
 541        "renamed.background": "#1e2321ff",
 542        "renamed.border": "#303a36ff",
 543        "success": "#b7bb26ff",
 544        "success.background": "#322b11ff",
 545        "success.border": "#4a4516ff",
 546        "unreachable": "#c5b597ff",
 547        "unreachable.background": "#4c4642ff",
 548        "unreachable.border": "#5b534dff",
 549        "warning": "#f9bd2fff",
 550        "warning.background": "#572e10ff",
 551        "warning.border": "#754916ff",
 552        "players": [
 553          {
 554            "cursor": "#83a598ff",
 555            "background": "#83a598ff",
 556            "selection": "#83a5983d"
 557          },
 558          {
 559            "cursor": "#a89984ff",
 560            "background": "#a89984ff",
 561            "selection": "#a899843d"
 562          },
 563          {
 564            "cursor": "#fd801bff",
 565            "background": "#fd801bff",
 566            "selection": "#fd801b3d"
 567          },
 568          {
 569            "cursor": "#d3869bff",
 570            "background": "#d3869bff",
 571            "selection": "#d3869b3d"
 572          },
 573          {
 574            "cursor": "#8ec07cff",
 575            "background": "#8ec07cff",
 576            "selection": "#8ec07c3d"
 577          },
 578          {
 579            "cursor": "#fb4a35ff",
 580            "background": "#fb4a35ff",
 581            "selection": "#fb4a353d"
 582          },
 583          {
 584            "cursor": "#f9bd2fff",
 585            "background": "#f9bd2fff",
 586            "selection": "#f9bd2f3d"
 587          },
 588          {
 589            "cursor": "#b7bb26ff",
 590            "background": "#b7bb26ff",
 591            "selection": "#b7bb263d"
 592          }
 593        ],
 594        "syntax": {
 595          "attribute": {
 596            "color": "#83a598ff",
 597            "font_style": null,
 598            "font_weight": null
 599          },
 600          "boolean": {
 601            "color": "#d3869bff",
 602            "font_style": null,
 603            "font_weight": null
 604          },
 605          "comment": {
 606            "color": "#a89984ff",
 607            "font_style": null,
 608            "font_weight": null
 609          },
 610          "comment.doc": {
 611            "color": "#c6b697ff",
 612            "font_style": null,
 613            "font_weight": null
 614          },
 615          "constant": {
 616            "color": "#fabd2eff",
 617            "font_style": null,
 618            "font_weight": null
 619          },
 620          "constructor": {
 621            "color": "#83a598ff",
 622            "font_style": null,
 623            "font_weight": null
 624          },
 625          "embedded": {
 626            "color": "#8ec07cff",
 627            "font_style": null,
 628            "font_weight": null
 629          },
 630          "emphasis": {
 631            "color": "#83a598ff",
 632            "font_style": null,
 633            "font_weight": null
 634          },
 635          "emphasis.strong": {
 636            "color": "#83a598ff",
 637            "font_style": null,
 638            "font_weight": 700
 639          },
 640          "enum": {
 641            "color": "#fe7f18ff",
 642            "font_style": null,
 643            "font_weight": null
 644          },
 645          "function": {
 646            "color": "#b8bb25ff",
 647            "font_style": null,
 648            "font_weight": null
 649          },
 650          "function.builtin": {
 651            "color": "#fb4833ff",
 652            "font_style": null,
 653            "font_weight": null
 654          },
 655          "hint": {
 656            "color": "#8c957dff",
 657            "font_style": null,
 658            "font_weight": null
 659          },
 660          "keyword": {
 661            "color": "#fb4833ff",
 662            "font_style": null,
 663            "font_weight": null
 664          },
 665          "label": {
 666            "color": "#83a598ff",
 667            "font_style": null,
 668            "font_weight": null
 669          },
 670          "link_text": {
 671            "color": "#8ec07cff",
 672            "font_style": "italic",
 673            "font_weight": null
 674          },
 675          "link_uri": {
 676            "color": "#d3869bff",
 677            "font_style": null,
 678            "font_weight": null
 679          },
 680          "namespace": {
 681            "color": "#83a598ff",
 682            "font_style": null,
 683            "font_weight": null
 684          },
 685          "number": {
 686            "color": "#d3869bff",
 687            "font_style": null,
 688            "font_weight": null
 689          },
 690          "operator": {
 691            "color": "#8ec07cff",
 692            "font_style": null,
 693            "font_weight": null
 694          },
 695          "predictive": {
 696            "color": "#717363ff",
 697            "font_style": "italic",
 698            "font_weight": null
 699          },
 700          "preproc": {
 701            "color": "#fbf1c7ff",
 702            "font_style": null,
 703            "font_weight": null
 704          },
 705          "primary": {
 706            "color": "#ebdbb2ff",
 707            "font_style": null,
 708            "font_weight": null
 709          },
 710          "property": {
 711            "color": "#ebdbb2ff",
 712            "font_style": null,
 713            "font_weight": null
 714          },
 715          "punctuation": {
 716            "color": "#d5c4a1ff",
 717            "font_style": null,
 718            "font_weight": null
 719          },
 720          "punctuation.bracket": {
 721            "color": "#a89984ff",
 722            "font_style": null,
 723            "font_weight": null
 724          },
 725          "punctuation.delimiter": {
 726            "color": "#e5d5adff",
 727            "font_style": null,
 728            "font_weight": null
 729          },
 730          "punctuation.list_marker": {
 731            "color": "#ebdbb2ff",
 732            "font_style": null,
 733            "font_weight": null
 734          },
 735          "punctuation.markup": {
 736            "color": "#83a598ff",
 737            "font_style": null,
 738            "font_weight": null
 739          },
 740          "punctuation.special": {
 741            "color": "#e5d5adff",
 742            "font_style": null,
 743            "font_weight": null
 744          },
 745          "selector": {
 746            "color": "#fabd2eff",
 747            "font_style": null,
 748            "font_weight": null
 749          },
 750          "selector.pseudo": {
 751            "color": "#83a598ff",
 752            "font_style": null,
 753            "font_weight": null
 754          },
 755          "string": {
 756            "color": "#b8bb25ff",
 757            "font_style": null,
 758            "font_weight": null
 759          },
 760          "string.escape": {
 761            "color": "#c6b697ff",
 762            "font_style": null,
 763            "font_weight": null
 764          },
 765          "string.regex": {
 766            "color": "#fe7f18ff",
 767            "font_style": null,
 768            "font_weight": null
 769          },
 770          "string.special": {
 771            "color": "#d3869bff",
 772            "font_style": null,
 773            "font_weight": null
 774          },
 775          "string.special.symbol": {
 776            "color": "#8ec07cff",
 777            "font_style": null,
 778            "font_weight": null
 779          },
 780          "tag": {
 781            "color": "#8ec07cff",
 782            "font_style": null,
 783            "font_weight": null
 784          },
 785          "text.literal": {
 786            "color": "#83a598ff",
 787            "font_style": null,
 788            "font_weight": null
 789          },
 790          "title": {
 791            "color": "#b8bb25ff",
 792            "font_style": null,
 793            "font_weight": 700
 794          },
 795          "type": {
 796            "color": "#fabd2eff",
 797            "font_style": null,
 798            "font_weight": null
 799          },
 800          "variable": {
 801            "color": "#ebdbb2ff",
 802            "font_style": null,
 803            "font_weight": null
 804          },
 805          "variable.special": {
 806            "color": "#83a598ff",
 807            "font_style": null,
 808            "font_weight": null
 809          },
 810          "variant": {
 811            "color": "#83a598ff",
 812            "font_style": null,
 813            "font_weight": null
 814          }
 815        }
 816      }
 817    },
 818    {
 819      "name": "Gruvbox Dark Soft",
 820      "appearance": "dark",
 821      "style": {
 822        "accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
 823        "border": "#5b534dff",
 824        "border.variant": "#494340ff",
 825        "border.focused": "#303a36ff",
 826        "border.selected": "#303a36ff",
 827        "border.transparent": "#00000000",
 828        "border.disabled": "#544c48ff",
 829        "elevated_surface.background": "#3b3735ff",
 830        "surface.background": "#3b3735ff",
 831        "background": "#4c4642ff",
 832        "element.background": "#3b3735ff",
 833        "element.hover": "#494340ff",
 834        "element.active": "#5b524cff",
 835        "element.selected": "#5b524cff",
 836        "element.disabled": "#3b3735ff",
 837        "drop_target.background": "#c5b59780",
 838        "ghost_element.background": "#00000000",
 839        "ghost_element.hover": "#494340ff",
 840        "ghost_element.active": "#5b524cff",
 841        "ghost_element.selected": "#5b524cff",
 842        "ghost_element.disabled": "#3b3735ff",
 843        "text": "#fbf1c7ff",
 844        "text.muted": "#c5b597ff",
 845        "text.placeholder": "#998b78ff",
 846        "text.disabled": "#998b78ff",
 847        "text.accent": "#83a598ff",
 848        "icon": "#fbf1c7ff",
 849        "icon.muted": "#c5b597ff",
 850        "icon.disabled": "#998b78ff",
 851        "icon.placeholder": "#c5b597ff",
 852        "icon.accent": "#83a598ff",
 853        "status_bar.background": "#4c4642ff",
 854        "title_bar.background": "#4c4642ff",
 855        "title_bar.inactive_background": "#3b3735ff",
 856        "toolbar.background": "#32302fff",
 857        "tab_bar.background": "#3b3735ff",
 858        "tab.inactive_background": "#3b3735ff",
 859        "tab.active_background": "#32302fff",
 860        "search.match_background": "#83a59866",
 861        "panel.background": "#3b3735ff",
 862        "panel.focused_border": null,
 863        "pane.focused_border": null,
 864        "scrollbar.thumb.active_background": "#83a598ac",
 865        "scrollbar.thumb.hover_background": "#fbf1c74c",
 866        "scrollbar.thumb.background": "#a899844c",
 867        "scrollbar.thumb.border": "#494340ff",
 868        "scrollbar.track.background": "#00000000",
 869        "scrollbar.track.border": "#393634ff",
 870        "editor.foreground": "#ebdbb2ff",
 871        "editor.background": "#32302fff",
 872        "editor.gutter.background": "#32302fff",
 873        "editor.subheader.background": "#3b3735ff",
 874        "editor.active_line.background": "#3b3735bf",
 875        "editor.highlighted_line.background": "#3b3735ff",
 876        "editor.line_number": "#6e6b5e",
 877        "editor.active_line_number": "#dedcd3",
 878        "editor.hover_line_number": "#c9c5b6",
 879        "editor.invisible": "#928474ff",
 880        "editor.wrap_guide": "#fbf1c70d",
 881        "editor.active_wrap_guide": "#fbf1c71a",
 882        "editor.document_highlight.read_background": "#83a5981a",
 883        "editor.document_highlight.write_background": "#92847466",
 884        "terminal.background": "#32302fff",
 885        "terminal.foreground": "#fbf1c7ff",
 886        "terminal.bright_foreground": "#fbf1c7ff",
 887        "terminal.dim_foreground": "#32302fff",
 888        "terminal.ansi.black": "#32302fff",
 889        "terminal.ansi.bright_black": "#73675eff",
 890        "terminal.ansi.dim_black": "#fbf1c7ff",
 891        "terminal.ansi.red": "#fb4a35ff",
 892        "terminal.ansi.bright_red": "#93201dff",
 893        "terminal.ansi.dim_red": "#ffaa95ff",
 894        "terminal.ansi.green": "#b7bb26ff",
 895        "terminal.ansi.bright_green": "#605c1bff",
 896        "terminal.ansi.dim_green": "#e0dc98ff",
 897        "terminal.ansi.yellow": "#f9bd2fff",
 898        "terminal.ansi.bright_yellow": "#91611bff",
 899        "terminal.ansi.dim_yellow": "#fedc9bff",
 900        "terminal.ansi.blue": "#83a598ff",
 901        "terminal.ansi.bright_blue": "#414f4aff",
 902        "terminal.ansi.dim_blue": "#c0d2cbff",
 903        "terminal.ansi.magenta": "#d3869bff",
 904        "terminal.ansi.bright_magenta": "#8e5868ff",
 905        "terminal.ansi.dim_magenta": "#ff9ebbff",
 906        "terminal.ansi.cyan": "#8ec07cff",
 907        "terminal.ansi.bright_cyan": "#45603eff",
 908        "terminal.ansi.dim_cyan": "#c7dfbdff",
 909        "terminal.ansi.white": "#fbf1c7ff",
 910        "terminal.ansi.bright_white": "#ffffffff",
 911        "terminal.ansi.dim_white": "#b0a189ff",
 912        "link_text.hover": "#83a598ff",
 913        "version_control.added": "#b7bb26ff",
 914        "version_control.modified": "#f9bd2fff",
 915        "version_control.deleted": "#fb4a35ff",
 916        "conflict": "#f9bd2fff",
 917        "conflict.background": "#572e10ff",
 918        "conflict.border": "#754916ff",
 919        "created": "#b7bb26ff",
 920        "created.background": "#322b11ff",
 921        "created.border": "#4a4516ff",
 922        "deleted": "#fb4a35ff",
 923        "deleted.background": "#590a0fff",
 924        "deleted.border": "#771617ff",
 925        "error": "#fb4a35ff",
 926        "error.background": "#590a0fff",
 927        "error.border": "#771617ff",
 928        "hidden": "#998b78ff",
 929        "hidden.background": "#4c4642ff",
 930        "hidden.border": "#544c48ff",
 931        "hint": "#8c957dff",
 932        "hint.background": "#1e2321ff",
 933        "hint.border": "#303a36ff",
 934        "ignored": "#998b78ff",
 935        "ignored.background": "#4c4642ff",
 936        "ignored.border": "#5b534dff",
 937        "info": "#83a598ff",
 938        "info.background": "#1e2321ff",
 939        "info.border": "#303a36ff",
 940        "modified": "#f9bd2fff",
 941        "modified.background": "#572e10ff",
 942        "modified.border": "#754916ff",
 943        "predictive": "#717363ff",
 944        "predictive.background": "#322b11ff",
 945        "predictive.border": "#4a4516ff",
 946        "renamed": "#83a598ff",
 947        "renamed.background": "#1e2321ff",
 948        "renamed.border": "#303a36ff",
 949        "success": "#b7bb26ff",
 950        "success.background": "#322b11ff",
 951        "success.border": "#4a4516ff",
 952        "unreachable": "#c5b597ff",
 953        "unreachable.background": "#4c4642ff",
 954        "unreachable.border": "#5b534dff",
 955        "warning": "#f9bd2fff",
 956        "warning.background": "#572e10ff",
 957        "warning.border": "#754916ff",
 958        "players": [
 959          {
 960            "cursor": "#83a598ff",
 961            "background": "#83a598ff",
 962            "selection": "#83a5983d"
 963          },
 964          {
 965            "cursor": "#a89984ff",
 966            "background": "#a89984ff",
 967            "selection": "#a899843d"
 968          },
 969          {
 970            "cursor": "#fd801bff",
 971            "background": "#fd801bff",
 972            "selection": "#fd801b3d"
 973          },
 974          {
 975            "cursor": "#d3869bff",
 976            "background": "#d3869bff",
 977            "selection": "#d3869b3d"
 978          },
 979          {
 980            "cursor": "#8ec07cff",
 981            "background": "#8ec07cff",
 982            "selection": "#8ec07c3d"
 983          },
 984          {
 985            "cursor": "#fb4a35ff",
 986            "background": "#fb4a35ff",
 987            "selection": "#fb4a353d"
 988          },
 989          {
 990            "cursor": "#f9bd2fff",
 991            "background": "#f9bd2fff",
 992            "selection": "#f9bd2f3d"
 993          },
 994          {
 995            "cursor": "#b7bb26ff",
 996            "background": "#b7bb26ff",
 997            "selection": "#b7bb263d"
 998          }
 999        ],
1000        "syntax": {
1001          "attribute": {
1002            "color": "#83a598ff",
1003            "font_style": null,
1004            "font_weight": null
1005          },
1006          "boolean": {
1007            "color": "#d3869bff",
1008            "font_style": null,
1009            "font_weight": null
1010          },
1011          "comment": {
1012            "color": "#a89984ff",
1013            "font_style": null,
1014            "font_weight": null
1015          },
1016          "comment.doc": {
1017            "color": "#c6b697ff",
1018            "font_style": null,
1019            "font_weight": null
1020          },
1021          "constant": {
1022            "color": "#fabd2eff",
1023            "font_style": null,
1024            "font_weight": null
1025          },
1026          "constructor": {
1027            "color": "#83a598ff",
1028            "font_style": null,
1029            "font_weight": null
1030          },
1031          "embedded": {
1032            "color": "#8ec07cff",
1033            "font_style": null,
1034            "font_weight": null
1035          },
1036          "emphasis": {
1037            "color": "#83a598ff",
1038            "font_style": null,
1039            "font_weight": null
1040          },
1041          "emphasis.strong": {
1042            "color": "#83a598ff",
1043            "font_style": null,
1044            "font_weight": 700
1045          },
1046          "enum": {
1047            "color": "#fe7f18ff",
1048            "font_style": null,
1049            "font_weight": null
1050          },
1051          "function": {
1052            "color": "#b8bb25ff",
1053            "font_style": null,
1054            "font_weight": null
1055          },
1056          "function.builtin": {
1057            "color": "#fb4833ff",
1058            "font_style": null,
1059            "font_weight": null
1060          },
1061          "hint": {
1062            "color": "#8c957dff",
1063            "font_style": null,
1064            "font_weight": null
1065          },
1066          "keyword": {
1067            "color": "#fb4833ff",
1068            "font_style": null,
1069            "font_weight": null
1070          },
1071          "label": {
1072            "color": "#83a598ff",
1073            "font_style": null,
1074            "font_weight": null
1075          },
1076          "link_text": {
1077            "color": "#8ec07cff",
1078            "font_style": "italic",
1079            "font_weight": null
1080          },
1081          "link_uri": {
1082            "color": "#d3869bff",
1083            "font_style": null,
1084            "font_weight": null
1085          },
1086          "namespace": {
1087            "color": "#83a598ff",
1088            "font_style": null,
1089            "font_weight": null
1090          },
1091          "number": {
1092            "color": "#d3869bff",
1093            "font_style": null,
1094            "font_weight": null
1095          },
1096          "operator": {
1097            "color": "#8ec07cff",
1098            "font_style": null,
1099            "font_weight": null
1100          },
1101          "predictive": {
1102            "color": "#717363ff",
1103            "font_style": "italic",
1104            "font_weight": null
1105          },
1106          "preproc": {
1107            "color": "#fbf1c7ff",
1108            "font_style": null,
1109            "font_weight": null
1110          },
1111          "primary": {
1112            "color": "#ebdbb2ff",
1113            "font_style": null,
1114            "font_weight": null
1115          },
1116          "property": {
1117            "color": "#ebdbb2ff",
1118            "font_style": null,
1119            "font_weight": null
1120          },
1121          "punctuation": {
1122            "color": "#d5c4a1ff",
1123            "font_style": null,
1124            "font_weight": null
1125          },
1126          "punctuation.bracket": {
1127            "color": "#a89984ff",
1128            "font_style": null,
1129            "font_weight": null
1130          },
1131          "punctuation.delimiter": {
1132            "color": "#e5d5adff",
1133            "font_style": null,
1134            "font_weight": null
1135          },
1136          "punctuation.list_marker": {
1137            "color": "#ebdbb2ff",
1138            "font_style": null,
1139            "font_weight": null
1140          },
1141          "punctuation.markup": {
1142            "color": "#83a598ff",
1143            "font_style": null,
1144            "font_weight": null
1145          },
1146          "punctuation.special": {
1147            "color": "#e5d5adff",
1148            "font_style": null,
1149            "font_weight": null
1150          },
1151          "selector": {
1152            "color": "#fabd2eff",
1153            "font_style": null,
1154            "font_weight": null
1155          },
1156          "selector.pseudo": {
1157            "color": "#83a598ff",
1158            "font_style": null,
1159            "font_weight": null
1160          },
1161          "string": {
1162            "color": "#b8bb25ff",
1163            "font_style": null,
1164            "font_weight": null
1165          },
1166          "string.escape": {
1167            "color": "#c6b697ff",
1168            "font_style": null,
1169            "font_weight": null
1170          },
1171          "string.regex": {
1172            "color": "#fe7f18ff",
1173            "font_style": null,
1174            "font_weight": null
1175          },
1176          "string.special": {
1177            "color": "#d3869bff",
1178            "font_style": null,
1179            "font_weight": null
1180          },
1181          "string.special.symbol": {
1182            "color": "#8ec07cff",
1183            "font_style": null,
1184            "font_weight": null
1185          },
1186          "tag": {
1187            "color": "#8ec07cff",
1188            "font_style": null,
1189            "font_weight": null
1190          },
1191          "text.literal": {
1192            "color": "#83a598ff",
1193            "font_style": null,
1194            "font_weight": null
1195          },
1196          "title": {
1197            "color": "#b8bb25ff",
1198            "font_style": null,
1199            "font_weight": 700
1200          },
1201          "type": {
1202            "color": "#fabd2eff",
1203            "font_style": null,
1204            "font_weight": null
1205          },
1206          "variable": {
1207            "color": "#ebdbb2ff",
1208            "font_style": null,
1209            "font_weight": null
1210          },
1211          "variable.special": {
1212            "color": "#83a598ff",
1213            "font_style": null,
1214            "font_weight": null
1215          },
1216          "variant": {
1217            "color": "#83a598ff",
1218            "font_style": null,
1219            "font_weight": null
1220          }
1221        }
1222      }
1223    },
1224    {
1225      "name": "Gruvbox Light",
1226      "appearance": "light",
1227      "style": {
1228        "accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
1229        "border": "#c8b899ff",
1230        "border.variant": "#ddcca7ff",
1231        "border.focused": "#adc5ccff",
1232        "border.selected": "#adc5ccff",
1233        "border.transparent": "#00000000",
1234        "border.disabled": "#d0bf9dff",
1235        "elevated_surface.background": "#ecddb4ff",
1236        "surface.background": "#ecddb4ff",
1237        "background": "#d9c8a4ff",
1238        "element.background": "#ecddb4ff",
1239        "element.hover": "#ddcca7ff",
1240        "element.active": "#c8b899ff",
1241        "element.selected": "#c8b899ff",
1242        "element.disabled": "#ecddb4ff",
1243        "drop_target.background": "#5f565080",
1244        "ghost_element.background": "#00000000",
1245        "ghost_element.hover": "#ddcca7ff",
1246        "ghost_element.active": "#c8b899ff",
1247        "ghost_element.selected": "#c8b899ff",
1248        "ghost_element.disabled": "#ecddb4ff",
1249        "text": "#282828ff",
1250        "text.muted": "#5f5650ff",
1251        "text.placeholder": "#897b6eff",
1252        "text.disabled": "#897b6eff",
1253        "text.accent": "#0b6678ff",
1254        "icon": "#282828ff",
1255        "icon.muted": "#5f5650ff",
1256        "icon.disabled": "#897b6eff",
1257        "icon.placeholder": "#5f5650ff",
1258        "icon.accent": "#0b6678ff",
1259        "status_bar.background": "#d9c8a4ff",
1260        "title_bar.background": "#d9c8a4ff",
1261        "title_bar.inactive_background": "#ecddb4ff",
1262        "toolbar.background": "#fbf1c7ff",
1263        "tab_bar.background": "#ecddb4ff",
1264        "tab.inactive_background": "#ecddb4ff",
1265        "tab.active_background": "#fbf1c7ff",
1266        "search.match_background": "#0b667866",
1267        "panel.background": "#ecddb4ff",
1268        "panel.focused_border": null,
1269        "pane.focused_border": null,
1270        "scrollbar.thumb.active_background": "#458588ac",
1271        "scrollbar.thumb.hover_background": "#2828284c",
1272        "scrollbar.thumb.background": "#7c6f644c",
1273        "scrollbar.thumb.border": "#ddcca7ff",
1274        "scrollbar.track.background": "#00000000",
1275        "scrollbar.track.border": "#eee0b7ff",
1276        "editor.foreground": "#282828ff",
1277        "editor.background": "#fbf1c7ff",
1278        "editor.gutter.background": "#fbf1c7ff",
1279        "editor.subheader.background": "#ecddb4ff",
1280        "editor.active_line.background": "#ecddb4bf",
1281        "editor.highlighted_line.background": "#ecddb4ff",
1282        "editor.line_number": "#a9a389",
1283        "editor.active_line_number": "#3b382b",
1284        "editor.hover_line_number": "#5e5a45",
1285        "editor.invisible": "#928474ff",
1286        "editor.wrap_guide": "#2828280d",
1287        "editor.active_wrap_guide": "#2828281a",
1288        "editor.document_highlight.read_background": "#0b66781a",
1289        "editor.document_highlight.write_background": "#92847466",
1290        "terminal.background": "#fbf1c7ff",
1291        "terminal.foreground": "#282828ff",
1292        "terminal.bright_foreground": "#282828ff",
1293        "terminal.dim_foreground": "#fbf1c7ff",
1294        "terminal.ansi.black": "#282828ff",
1295        "terminal.ansi.bright_black": "#0b6678ff",
1296        "terminal.ansi.dim_black": "#5f5650ff",
1297        "terminal.ansi.red": "#9d0308ff",
1298        "terminal.ansi.bright_red": "#db8b7aff",
1299        "terminal.ansi.dim_red": "#4e1207ff",
1300        "terminal.ansi.green": "#797410ff",
1301        "terminal.ansi.bright_green": "#bfb787ff",
1302        "terminal.ansi.dim_green": "#3e3a11ff",
1303        "terminal.ansi.yellow": "#b57615ff",
1304        "terminal.ansi.bright_yellow": "#e2b88bff",
1305        "terminal.ansi.dim_yellow": "#5c3a12ff",
1306        "terminal.ansi.blue": "#0b6678ff",
1307        "terminal.ansi.bright_blue": "#8fb0baff",
1308        "terminal.ansi.dim_blue": "#14333bff",
1309        "terminal.ansi.magenta": "#8f3e71ff",
1310        "terminal.ansi.bright_magenta": "#c76da0ff",
1311        "terminal.ansi.dim_magenta": "#5c2848ff",
1312        "terminal.ansi.cyan": "#437b59ff",
1313        "terminal.ansi.bright_cyan": "#9fbca8ff",
1314        "terminal.ansi.dim_cyan": "#253e2eff",
1315        "terminal.ansi.white": "#fbf1c7ff",
1316        "terminal.ansi.bright_white": "#ffffffff",
1317        "terminal.ansi.dim_white": "#b0a189ff",
1318        "link_text.hover": "#0b6678ff",
1319        "version_control.added": "#797410ff",
1320        "version_control.modified": "#b57615ff",
1321        "version_control.deleted": "#9d0308ff",
1322        "conflict": "#b57615ff",
1323        "conflict.background": "#f5e2d0ff",
1324        "conflict.border": "#ebccabff",
1325        "created": "#797410ff",
1326        "created.background": "#e4e0cdff",
1327        "created.border": "#d1cba8ff",
1328        "deleted": "#9d0308ff",
1329        "deleted.background": "#f4d1c9ff",
1330        "deleted.border": "#e8ac9eff",
1331        "error": "#9d0308ff",
1332        "error.background": "#f4d1c9ff",
1333        "error.border": "#e8ac9eff",
1334        "hidden": "#897b6eff",
1335        "hidden.background": "#d9c8a4ff",
1336        "hidden.border": "#d0bf9dff",
1337        "hint": "#677562ff",
1338        "hint.background": "#d2dee2ff",
1339        "hint.border": "#adc5ccff",
1340        "ignored": "#897b6eff",
1341        "ignored.background": "#d9c8a4ff",
1342        "ignored.border": "#c8b899ff",
1343        "info": "#0b6678ff",
1344        "info.background": "#d2dee2ff",
1345        "info.border": "#adc5ccff",
1346        "modified": "#b57615ff",
1347        "modified.background": "#f5e2d0ff",
1348        "modified.border": "#ebccabff",
1349        "predictive": "#7c9780ff",
1350        "predictive.background": "#e4e0cdff",
1351        "predictive.border": "#d1cba8ff",
1352        "renamed": "#0b6678ff",
1353        "renamed.background": "#d2dee2ff",
1354        "renamed.border": "#adc5ccff",
1355        "success": "#797410ff",
1356        "success.background": "#e4e0cdff",
1357        "success.border": "#d1cba8ff",
1358        "unreachable": "#5f5650ff",
1359        "unreachable.background": "#d9c8a4ff",
1360        "unreachable.border": "#c8b899ff",
1361        "warning": "#b57615ff",
1362        "warning.background": "#f5e2d0ff",
1363        "warning.border": "#ebccabff",
1364        "players": [
1365          {
1366            "cursor": "#0b6678ff",
1367            "background": "#0b6678ff",
1368            "selection": "#0b66783d"
1369          },
1370          {
1371            "cursor": "#7c6f64ff",
1372            "background": "#7c6f64ff",
1373            "selection": "#7c6f643d"
1374          },
1375          {
1376            "cursor": "#af3a04ff",
1377            "background": "#af3a04ff",
1378            "selection": "#af3a043d"
1379          },
1380          {
1381            "cursor": "#8f3f70ff",
1382            "background": "#8f3f70ff",
1383            "selection": "#8f3f703d"
1384          },
1385          {
1386            "cursor": "#437b59ff",
1387            "background": "#437b59ff",
1388            "selection": "#437b593d"
1389          },
1390          {
1391            "cursor": "#9d0308ff",
1392            "background": "#9d0308ff",
1393            "selection": "#9d03083d"
1394          },
1395          {
1396            "cursor": "#b57615ff",
1397            "background": "#b57615ff",
1398            "selection": "#b576153d"
1399          },
1400          {
1401            "cursor": "#797410ff",
1402            "background": "#797410ff",
1403            "selection": "#7974103d"
1404          }
1405        ],
1406        "syntax": {
1407          "attribute": {
1408            "color": "#0b6678ff",
1409            "font_style": null,
1410            "font_weight": null
1411          },
1412          "boolean": {
1413            "color": "#8f3e71ff",
1414            "font_style": null,
1415            "font_weight": null
1416          },
1417          "comment": {
1418            "color": "#7c6f64ff",
1419            "font_style": null,
1420            "font_weight": null
1421          },
1422          "comment.doc": {
1423            "color": "#5d544eff",
1424            "font_style": null,
1425            "font_weight": null
1426          },
1427          "constant": {
1428            "color": "#b57613ff",
1429            "font_style": null,
1430            "font_weight": null
1431          },
1432          "constructor": {
1433            "color": "#0b6678ff",
1434            "font_style": null,
1435            "font_weight": null
1436          },
1437          "embedded": {
1438            "color": "#427b58ff",
1439            "font_style": null,
1440            "font_weight": null
1441          },
1442          "emphasis": {
1443            "color": "#0b6678ff",
1444            "font_style": null,
1445            "font_weight": null
1446          },
1447          "emphasis.strong": {
1448            "color": "#0b6678ff",
1449            "font_style": null,
1450            "font_weight": 700
1451          },
1452          "enum": {
1453            "color": "#af3a02ff",
1454            "font_style": null,
1455            "font_weight": null
1456          },
1457          "function": {
1458            "color": "#79740eff",
1459            "font_style": null,
1460            "font_weight": null
1461          },
1462          "function.builtin": {
1463            "color": "#9d0006ff",
1464            "font_style": null,
1465            "font_weight": null
1466          },
1467          "hint": {
1468            "color": "#677562ff",
1469            "font_style": null,
1470            "font_weight": null
1471          },
1472          "keyword": {
1473            "color": "#9d0006ff",
1474            "font_style": null,
1475            "font_weight": null
1476          },
1477          "label": {
1478            "color": "#0b6678ff",
1479            "font_style": null,
1480            "font_weight": null
1481          },
1482          "link_text": {
1483            "color": "#427b58ff",
1484            "font_style": "italic",
1485            "font_weight": null
1486          },
1487          "link_uri": {
1488            "color": "#8f3e71ff",
1489            "font_style": null,
1490            "font_weight": null
1491          },
1492          "namespace": {
1493            "color": "#066578ff",
1494            "font_style": null,
1495            "font_weight": null
1496          },
1497          "number": {
1498            "color": "#8f3e71ff",
1499            "font_style": null,
1500            "font_weight": null
1501          },
1502          "operator": {
1503            "color": "#427b58ff",
1504            "font_style": null,
1505            "font_weight": null
1506          },
1507          "predictive": {
1508            "color": "#7c9780ff",
1509            "font_style": "italic",
1510            "font_weight": null
1511          },
1512          "preproc": {
1513            "color": "#282828ff",
1514            "font_style": null,
1515            "font_weight": null
1516          },
1517          "primary": {
1518            "color": "#282828ff",
1519            "font_style": null,
1520            "font_weight": null
1521          },
1522          "property": {
1523            "color": "#282828ff",
1524            "font_style": null,
1525            "font_weight": null
1526          },
1527          "punctuation": {
1528            "color": "#3c3836ff",
1529            "font_style": null,
1530            "font_weight": null
1531          },
1532          "punctuation.bracket": {
1533            "color": "#665c54ff",
1534            "font_style": null,
1535            "font_weight": null
1536          },
1537          "punctuation.delimiter": {
1538            "color": "#413d3aff",
1539            "font_style": null,
1540            "font_weight": null
1541          },
1542          "punctuation.list_marker": {
1543            "color": "#282828ff",
1544            "font_style": null,
1545            "font_weight": null
1546          },
1547          "punctuation.markup": {
1548            "color": "#066578ff",
1549            "font_style": null,
1550            "font_weight": null
1551          },
1552          "punctuation.special": {
1553            "color": "#413d3aff",
1554            "font_style": null,
1555            "font_weight": null
1556          },
1557          "selector": {
1558            "color": "#b57613ff",
1559            "font_style": null,
1560            "font_weight": null
1561          },
1562          "selector.pseudo": {
1563            "color": "#0b6678ff",
1564            "font_style": null,
1565            "font_weight": null
1566          },
1567          "string": {
1568            "color": "#79740eff",
1569            "font_style": null,
1570            "font_weight": null
1571          },
1572          "string.escape": {
1573            "color": "#5d544eff",
1574            "font_style": null,
1575            "font_weight": null
1576          },
1577          "string.regex": {
1578            "color": "#af3a02ff",
1579            "font_style": null,
1580            "font_weight": null
1581          },
1582          "string.special": {
1583            "color": "#8f3e71ff",
1584            "font_style": null,
1585            "font_weight": null
1586          },
1587          "string.special.symbol": {
1588            "color": "#427b58ff",
1589            "font_style": null,
1590            "font_weight": null
1591          },
1592          "tag": {
1593            "color": "#427b58ff",
1594            "font_style": null,
1595            "font_weight": null
1596          },
1597          "text.literal": {
1598            "color": "#066578ff",
1599            "font_style": null,
1600            "font_weight": null
1601          },
1602          "title": {
1603            "color": "#79740eff",
1604            "font_style": null,
1605            "font_weight": 700
1606          },
1607          "type": {
1608            "color": "#b57613ff",
1609            "font_style": null,
1610            "font_weight": null
1611          },
1612          "variable": {
1613            "color": "#282828ff",
1614            "font_style": null,
1615            "font_weight": null
1616          },
1617          "variable.special": {
1618            "color": "#066578ff",
1619            "font_style": null,
1620            "font_weight": null
1621          },
1622          "variant": {
1623            "color": "#0b6678ff",
1624            "font_style": null,
1625            "font_weight": null
1626          }
1627        }
1628      }
1629    },
1630    {
1631      "name": "Gruvbox Light Hard",
1632      "appearance": "light",
1633      "style": {
1634        "accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
1635        "border": "#c8b899ff",
1636        "border.variant": "#ddcca7ff",
1637        "border.focused": "#adc5ccff",
1638        "border.selected": "#adc5ccff",
1639        "border.transparent": "#00000000",
1640        "border.disabled": "#d0bf9dff",
1641        "elevated_surface.background": "#ecddb5ff",
1642        "surface.background": "#ecddb5ff",
1643        "background": "#d9c8a4ff",
1644        "element.background": "#ecddb5ff",
1645        "element.hover": "#ddcca7ff",
1646        "element.active": "#c8b899ff",
1647        "element.selected": "#c8b899ff",
1648        "element.disabled": "#ecddb5ff",
1649        "drop_target.background": "#5f565080",
1650        "ghost_element.background": "#00000000",
1651        "ghost_element.hover": "#ddcca7ff",
1652        "ghost_element.active": "#c8b899ff",
1653        "ghost_element.selected": "#c8b899ff",
1654        "ghost_element.disabled": "#ecddb5ff",
1655        "text": "#282828ff",
1656        "text.muted": "#5f5650ff",
1657        "text.placeholder": "#897b6eff",
1658        "text.disabled": "#897b6eff",
1659        "text.accent": "#0b6678ff",
1660        "icon": "#282828ff",
1661        "icon.muted": "#5f5650ff",
1662        "icon.disabled": "#897b6eff",
1663        "icon.placeholder": "#5f5650ff",
1664        "icon.accent": "#0b6678ff",
1665        "status_bar.background": "#d9c8a4ff",
1666        "title_bar.background": "#d9c8a4ff",
1667        "title_bar.inactive_background": "#ecddb5ff",
1668        "toolbar.background": "#f9f5d7ff",
1669        "tab_bar.background": "#ecddb5ff",
1670        "tab.inactive_background": "#ecddb5ff",
1671        "tab.active_background": "#f9f5d7ff",
1672        "search.match_background": "#0b667866",
1673        "panel.background": "#ecddb5ff",
1674        "panel.focused_border": null,
1675        "pane.focused_border": null,
1676        "scrollbar.thumb.active_background": "#458588ac",
1677        "scrollbar.thumb.hover_background": "#2828284c",
1678        "scrollbar.thumb.background": "#7c6f644c",
1679        "scrollbar.thumb.border": "#ddcca7ff",
1680        "scrollbar.track.background": "#00000000",
1681        "scrollbar.track.border": "#eee1bbff",
1682        "editor.foreground": "#282828ff",
1683        "editor.background": "#f9f5d7ff",
1684        "editor.gutter.background": "#f9f5d7ff",
1685        "editor.subheader.background": "#ecddb5ff",
1686        "editor.active_line.background": "#ecddb5bf",
1687        "editor.highlighted_line.background": "#ecddb5ff",
1688        "editor.line_number": "#a9a389",
1689        "editor.active_line_number": "#3b382b",
1690        "editor.hover_line_number": "#5e5a45",
1691        "editor.invisible": "#928474ff",
1692        "editor.wrap_guide": "#2828280d",
1693        "editor.active_wrap_guide": "#2828281a",
1694        "editor.document_highlight.read_background": "#0b66781a",
1695        "editor.document_highlight.write_background": "#92847466",
1696        "terminal.background": "#f9f5d7ff",
1697        "terminal.foreground": "#282828ff",
1698        "terminal.bright_foreground": "#282828ff",
1699        "terminal.dim_foreground": "#f9f5d7ff",
1700        "terminal.ansi.black": "#282828ff",
1701        "terminal.ansi.bright_black": "#73675eff",
1702        "terminal.ansi.dim_black": "#f9f5d7ff",
1703        "terminal.ansi.red": "#9d0308ff",
1704        "terminal.ansi.bright_red": "#db8b7aff",
1705        "terminal.ansi.dim_red": "#4e1207ff",
1706        "terminal.ansi.green": "#797410ff",
1707        "terminal.ansi.bright_green": "#bfb787ff",
1708        "terminal.ansi.dim_green": "#3e3a11ff",
1709        "terminal.ansi.yellow": "#b57615ff",
1710        "terminal.ansi.bright_yellow": "#e2b88bff",
1711        "terminal.ansi.dim_yellow": "#5c3a12ff",
1712        "terminal.ansi.blue": "#0b6678ff",
1713        "terminal.ansi.bright_blue": "#8fb0baff",
1714        "terminal.ansi.dim_blue": "#14333bff",
1715        "terminal.ansi.magenta": "#8f3e71ff",
1716        "terminal.ansi.bright_magenta": "#c76da0ff",
1717        "terminal.ansi.dim_magenta": "#5c2848ff",
1718        "terminal.ansi.cyan": "#437b59ff",
1719        "terminal.ansi.bright_cyan": "#9fbca8ff",
1720        "terminal.ansi.dim_cyan": "#253e2eff",
1721        "terminal.ansi.white": "#f9f5d7ff",
1722        "terminal.ansi.bright_white": "#ffffffff",
1723        "terminal.ansi.dim_white": "#b0a189ff",
1724        "link_text.hover": "#0b6678ff",
1725        "version_control.added": "#797410ff",
1726        "version_control.modified": "#b57615ff",
1727        "version_control.deleted": "#9d0308ff",
1728        "conflict": "#b57615ff",
1729        "conflict.background": "#f5e2d0ff",
1730        "conflict.border": "#ebccabff",
1731        "created": "#797410ff",
1732        "created.background": "#e4e0cdff",
1733        "created.border": "#d1cba8ff",
1734        "deleted": "#9d0308ff",
1735        "deleted.background": "#f4d1c9ff",
1736        "deleted.border": "#e8ac9eff",
1737        "error": "#9d0308ff",
1738        "error.background": "#f4d1c9ff",
1739        "error.border": "#e8ac9eff",
1740        "hidden": "#897b6eff",
1741        "hidden.background": "#d9c8a4ff",
1742        "hidden.border": "#d0bf9dff",
1743        "hint": "#677562ff",
1744        "hint.background": "#d2dee2ff",
1745        "hint.border": "#adc5ccff",
1746        "ignored": "#897b6eff",
1747        "ignored.background": "#d9c8a4ff",
1748        "ignored.border": "#c8b899ff",
1749        "info": "#0b6678ff",
1750        "info.background": "#d2dee2ff",
1751        "info.border": "#adc5ccff",
1752        "modified": "#b57615ff",
1753        "modified.background": "#f5e2d0ff",
1754        "modified.border": "#ebccabff",
1755        "predictive": "#7c9780ff",
1756        "predictive.background": "#e4e0cdff",
1757        "predictive.border": "#d1cba8ff",
1758        "renamed": "#0b6678ff",
1759        "renamed.background": "#d2dee2ff",
1760        "renamed.border": "#adc5ccff",
1761        "success": "#797410ff",
1762        "success.background": "#e4e0cdff",
1763        "success.border": "#d1cba8ff",
1764        "unreachable": "#5f5650ff",
1765        "unreachable.background": "#d9c8a4ff",
1766        "unreachable.border": "#c8b899ff",
1767        "warning": "#b57615ff",
1768        "warning.background": "#f5e2d0ff",
1769        "warning.border": "#ebccabff",
1770        "players": [
1771          {
1772            "cursor": "#0b6678ff",
1773            "background": "#0b6678ff",
1774            "selection": "#0b66783d"
1775          },
1776          {
1777            "cursor": "#7c6f64ff",
1778            "background": "#7c6f64ff",
1779            "selection": "#7c6f643d"
1780          },
1781          {
1782            "cursor": "#af3a04ff",
1783            "background": "#af3a04ff",
1784            "selection": "#af3a043d"
1785          },
1786          {
1787            "cursor": "#8f3f70ff",
1788            "background": "#8f3f70ff",
1789            "selection": "#8f3f703d"
1790          },
1791          {
1792            "cursor": "#437b59ff",
1793            "background": "#437b59ff",
1794            "selection": "#437b593d"
1795          },
1796          {
1797            "cursor": "#9d0308ff",
1798            "background": "#9d0308ff",
1799            "selection": "#9d03083d"
1800          },
1801          {
1802            "cursor": "#b57615ff",
1803            "background": "#b57615ff",
1804            "selection": "#b576153d"
1805          },
1806          {
1807            "cursor": "#797410ff",
1808            "background": "#797410ff",
1809            "selection": "#7974103d"
1810          }
1811        ],
1812        "syntax": {
1813          "attribute": {
1814            "color": "#0b6678ff",
1815            "font_style": null,
1816            "font_weight": null
1817          },
1818          "boolean": {
1819            "color": "#8f3e71ff",
1820            "font_style": null,
1821            "font_weight": null
1822          },
1823          "comment": {
1824            "color": "#7c6f64ff",
1825            "font_style": null,
1826            "font_weight": null
1827          },
1828          "comment.doc": {
1829            "color": "#5d544eff",
1830            "font_style": null,
1831            "font_weight": null
1832          },
1833          "constant": {
1834            "color": "#b57613ff",
1835            "font_style": null,
1836            "font_weight": null
1837          },
1838          "constructor": {
1839            "color": "#0b6678ff",
1840            "font_style": null,
1841            "font_weight": null
1842          },
1843          "embedded": {
1844            "color": "#427b58ff",
1845            "font_style": null,
1846            "font_weight": null
1847          },
1848          "emphasis": {
1849            "color": "#0b6678ff",
1850            "font_style": null,
1851            "font_weight": null
1852          },
1853          "emphasis.strong": {
1854            "color": "#0b6678ff",
1855            "font_style": null,
1856            "font_weight": 700
1857          },
1858          "enum": {
1859            "color": "#af3a02ff",
1860            "font_style": null,
1861            "font_weight": null
1862          },
1863          "function": {
1864            "color": "#79740eff",
1865            "font_style": null,
1866            "font_weight": null
1867          },
1868          "function.builtin": {
1869            "color": "#9d0006ff",
1870            "font_style": null,
1871            "font_weight": null
1872          },
1873          "hint": {
1874            "color": "#677562ff",
1875            "font_style": null,
1876            "font_weight": null
1877          },
1878          "keyword": {
1879            "color": "#9d0006ff",
1880            "font_style": null,
1881            "font_weight": null
1882          },
1883          "label": {
1884            "color": "#0b6678ff",
1885            "font_style": null,
1886            "font_weight": null
1887          },
1888          "link_text": {
1889            "color": "#427b58ff",
1890            "font_style": "italic",
1891            "font_weight": null
1892          },
1893          "link_uri": {
1894            "color": "#8f3e71ff",
1895            "font_style": null,
1896            "font_weight": null
1897          },
1898          "namespace": {
1899            "color": "#066578ff",
1900            "font_style": null,
1901            "font_weight": null
1902          },
1903          "number": {
1904            "color": "#8f3e71ff",
1905            "font_style": null,
1906            "font_weight": null
1907          },
1908          "operator": {
1909            "color": "#427b58ff",
1910            "font_style": null,
1911            "font_weight": null
1912          },
1913          "predictive": {
1914            "color": "#7c9780ff",
1915            "font_style": "italic",
1916            "font_weight": null
1917          },
1918          "preproc": {
1919            "color": "#282828ff",
1920            "font_style": null,
1921            "font_weight": null
1922          },
1923          "primary": {
1924            "color": "#282828ff",
1925            "font_style": null,
1926            "font_weight": null
1927          },
1928          "property": {
1929            "color": "#282828ff",
1930            "font_style": null,
1931            "font_weight": null
1932          },
1933          "punctuation": {
1934            "color": "#3c3836ff",
1935            "font_style": null,
1936            "font_weight": null
1937          },
1938          "punctuation.bracket": {
1939            "color": "#665c54ff",
1940            "font_style": null,
1941            "font_weight": null
1942          },
1943          "punctuation.delimiter": {
1944            "color": "#413d3aff",
1945            "font_style": null,
1946            "font_weight": null
1947          },
1948          "punctuation.list_marker": {
1949            "color": "#282828ff",
1950            "font_style": null,
1951            "font_weight": null
1952          },
1953          "punctuation.markup": {
1954            "color": "#066578ff",
1955            "font_style": null,
1956            "font_weight": null
1957          },
1958          "punctuation.special": {
1959            "color": "#413d3aff",
1960            "font_style": null,
1961            "font_weight": null
1962          },
1963          "selector": {
1964            "color": "#b57613ff",
1965            "font_style": null,
1966            "font_weight": null
1967          },
1968          "selector.pseudo": {
1969            "color": "#0b6678ff",
1970            "font_style": null,
1971            "font_weight": null
1972          },
1973          "string": {
1974            "color": "#79740eff",
1975            "font_style": null,
1976            "font_weight": null
1977          },
1978          "string.escape": {
1979            "color": "#5d544eff",
1980            "font_style": null,
1981            "font_weight": null
1982          },
1983          "string.regex": {
1984            "color": "#af3a02ff",
1985            "font_style": null,
1986            "font_weight": null
1987          },
1988          "string.special": {
1989            "color": "#8f3e71ff",
1990            "font_style": null,
1991            "font_weight": null
1992          },
1993          "string.special.symbol": {
1994            "color": "#427b58ff",
1995            "font_style": null,
1996            "font_weight": null
1997          },
1998          "tag": {
1999            "color": "#427b58ff",
2000            "font_style": null,
2001            "font_weight": null
2002          },
2003          "text.literal": {
2004            "color": "#066578ff",
2005            "font_style": null,
2006            "font_weight": null
2007          },
2008          "title": {
2009            "color": "#79740eff",
2010            "font_style": null,
2011            "font_weight": 700
2012          },
2013          "type": {
2014            "color": "#b57613ff",
2015            "font_style": null,
2016            "font_weight": null
2017          },
2018          "variable": {
2019            "color": "#282828ff",
2020            "font_style": null,
2021            "font_weight": null
2022          },
2023          "variable.special": {
2024            "color": "#066578ff",
2025            "font_style": null,
2026            "font_weight": null
2027          },
2028          "variant": {
2029            "color": "#0b6678ff",
2030            "font_style": null,
2031            "font_weight": null
2032          }
2033        }
2034      }
2035    },
2036    {
2037      "name": "Gruvbox Light Soft",
2038      "appearance": "light",
2039      "style": {
2040        "accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
2041        "border": "#c8b899ff",
2042        "border.variant": "#ddcca7ff",
2043        "border.focused": "#adc5ccff",
2044        "border.selected": "#adc5ccff",
2045        "border.transparent": "#00000000",
2046        "border.disabled": "#d0bf9dff",
2047        "elevated_surface.background": "#ecdcb3ff",
2048        "surface.background": "#ecdcb3ff",
2049        "background": "#d9c8a4ff",
2050        "element.background": "#ecdcb3ff",
2051        "element.hover": "#ddcca7ff",
2052        "element.active": "#c8b899ff",
2053        "element.selected": "#c8b899ff",
2054        "element.disabled": "#ecdcb3ff",
2055        "drop_target.background": "#5f565080",
2056        "ghost_element.background": "#00000000",
2057        "ghost_element.hover": "#ddcca7ff",
2058        "ghost_element.active": "#c8b899ff",
2059        "ghost_element.selected": "#c8b899ff",
2060        "ghost_element.disabled": "#ecdcb3ff",
2061        "text": "#282828ff",
2062        "text.muted": "#5f5650ff",
2063        "text.placeholder": "#897b6eff",
2064        "text.disabled": "#897b6eff",
2065        "text.accent": "#0b6678ff",
2066        "icon": "#282828ff",
2067        "icon.muted": "#5f5650ff",
2068        "icon.disabled": "#897b6eff",
2069        "icon.placeholder": "#5f5650ff",
2070        "icon.accent": "#0b6678ff",
2071        "status_bar.background": "#d9c8a4ff",
2072        "title_bar.background": "#d9c8a4ff",
2073        "title_bar.inactive_background": "#ecdcb3ff",
2074        "toolbar.background": "#f2e5bcff",
2075        "tab_bar.background": "#ecdcb3ff",
2076        "tab.inactive_background": "#ecdcb3ff",
2077        "tab.active_background": "#f2e5bcff",
2078        "search.match_background": "#0b667866",
2079        "panel.background": "#ecdcb3ff",
2080        "panel.focused_border": null,
2081        "pane.focused_border": null,
2082        "scrollbar.thumb.active_background": "#458588ac",
2083        "scrollbar.thumb.hover_background": "#2828284c",
2084        "scrollbar.thumb.background": "#7c6f644c",
2085        "scrollbar.thumb.border": "#ddcca7ff",
2086        "scrollbar.track.background": "#00000000",
2087        "scrollbar.track.border": "#eddeb5ff",
2088        "editor.foreground": "#282828ff",
2089        "editor.background": "#f2e5bcff",
2090        "editor.gutter.background": "#f2e5bcff",
2091        "editor.subheader.background": "#ecdcb3ff",
2092        "editor.active_line.background": "#ecdcb3bf",
2093        "editor.highlighted_line.background": "#ecdcb3ff",
2094        "editor.line_number": "#a9a389",
2095        "editor.active_line_number": "#3b382b",
2096        "editor.hover_line_number": "#5e5a45",
2097        "editor.invisible": "#928474ff",
2098        "editor.wrap_guide": "#2828280d",
2099        "editor.active_wrap_guide": "#2828281a",
2100        "editor.document_highlight.read_background": "#0b66781a",
2101        "editor.document_highlight.write_background": "#92847466",
2102        "terminal.background": "#f2e5bcff",
2103        "terminal.foreground": "#282828ff",
2104        "terminal.bright_foreground": "#282828ff",
2105        "terminal.dim_foreground": "#f2e5bcff",
2106        "terminal.ansi.black": "#282828ff",
2107        "terminal.ansi.bright_black": "#73675eff",
2108        "terminal.ansi.dim_black": "#f2e5bcff",
2109        "terminal.ansi.red": "#9d0308ff",
2110        "terminal.ansi.bright_red": "#db8b7aff",
2111        "terminal.ansi.dim_red": "#4e1207ff",
2112        "terminal.ansi.green": "#797410ff",
2113        "terminal.ansi.bright_green": "#bfb787ff",
2114        "terminal.ansi.dim_green": "#3e3a11ff",
2115        "terminal.ansi.yellow": "#b57615ff",
2116        "terminal.ansi.bright_yellow": "#e2b88bff",
2117        "terminal.ansi.dim_yellow": "#5c3a12ff",
2118        "terminal.ansi.blue": "#0b6678ff",
2119        "terminal.ansi.bright_blue": "#8fb0baff",
2120        "terminal.ansi.dim_blue": "#14333bff",
2121        "terminal.ansi.magenta": "#8f3e71ff",
2122        "terminal.ansi.bright_magenta": "#c76da0ff",
2123        "terminal.ansi.dim_magenta": "#5c2848ff",
2124        "terminal.ansi.cyan": "#437b59ff",
2125        "terminal.ansi.bright_cyan": "#9fbca8ff",
2126        "terminal.ansi.dim_cyan": "#253e2eff",
2127        "terminal.ansi.white": "#f2e5bcff",
2128        "terminal.ansi.bright_white": "#ffffffff",
2129        "terminal.ansi.dim_white": "#b0a189ff",
2130        "link_text.hover": "#0b6678ff",
2131        "version_control.added": "#797410ff",
2132        "version_control.modified": "#b57615ff",
2133        "version_control.deleted": "#9d0308ff",
2134        "conflict": "#b57615ff",
2135        "conflict.background": "#f5e2d0ff",
2136        "conflict.border": "#ebccabff",
2137        "created": "#797410ff",
2138        "created.background": "#e4e0cdff",
2139        "created.border": "#d1cba8ff",
2140        "deleted": "#9d0308ff",
2141        "deleted.background": "#f4d1c9ff",
2142        "deleted.border": "#e8ac9eff",
2143        "error": "#9d0308ff",
2144        "error.background": "#f4d1c9ff",
2145        "error.border": "#e8ac9eff",
2146        "hidden": "#897b6eff",
2147        "hidden.background": "#d9c8a4ff",
2148        "hidden.border": "#d0bf9dff",
2149        "hint": "#677562ff",
2150        "hint.background": "#d2dee2ff",
2151        "hint.border": "#adc5ccff",
2152        "ignored": "#897b6eff",
2153        "ignored.background": "#d9c8a4ff",
2154        "ignored.border": "#c8b899ff",
2155        "info": "#0b6678ff",
2156        "info.background": "#d2dee2ff",
2157        "info.border": "#adc5ccff",
2158        "modified": "#b57615ff",
2159        "modified.background": "#f5e2d0ff",
2160        "modified.border": "#ebccabff",
2161        "predictive": "#7c9780ff",
2162        "predictive.background": "#e4e0cdff",
2163        "predictive.border": "#d1cba8ff",
2164        "renamed": "#0b6678ff",
2165        "renamed.background": "#d2dee2ff",
2166        "renamed.border": "#adc5ccff",
2167        "success": "#797410ff",
2168        "success.background": "#e4e0cdff",
2169        "success.border": "#d1cba8ff",
2170        "unreachable": "#5f5650ff",
2171        "unreachable.background": "#d9c8a4ff",
2172        "unreachable.border": "#c8b899ff",
2173        "warning": "#b57615ff",
2174        "warning.background": "#f5e2d0ff",
2175        "warning.border": "#ebccabff",
2176        "players": [
2177          {
2178            "cursor": "#0b6678ff",
2179            "background": "#0b6678ff",
2180            "selection": "#0b66783d"
2181          },
2182          {
2183            "cursor": "#7c6f64ff",
2184            "background": "#7c6f64ff",
2185            "selection": "#7c6f643d"
2186          },
2187          {
2188            "cursor": "#af3a04ff",
2189            "background": "#af3a04ff",
2190            "selection": "#af3a043d"
2191          },
2192          {
2193            "cursor": "#8f3f70ff",
2194            "background": "#8f3f70ff",
2195            "selection": "#8f3f703d"
2196          },
2197          {
2198            "cursor": "#437b59ff",
2199            "background": "#437b59ff",
2200            "selection": "#437b593d"
2201          },
2202          {
2203            "cursor": "#9d0308ff",
2204            "background": "#9d0308ff",
2205            "selection": "#9d03083d"
2206          },
2207          {
2208            "cursor": "#b57615ff",
2209            "background": "#b57615ff",
2210            "selection": "#b576153d"
2211          },
2212          {
2213            "cursor": "#797410ff",
2214            "background": "#797410ff",
2215            "selection": "#7974103d"
2216          }
2217        ],
2218        "syntax": {
2219          "attribute": {
2220            "color": "#0b6678ff",
2221            "font_style": null,
2222            "font_weight": null
2223          },
2224          "boolean": {
2225            "color": "#8f3e71ff",
2226            "font_style": null,
2227            "font_weight": null
2228          },
2229          "comment": {
2230            "color": "#7c6f64ff",
2231            "font_style": null,
2232            "font_weight": null
2233          },
2234          "comment.doc": {
2235            "color": "#5d544eff",
2236            "font_style": null,
2237            "font_weight": null
2238          },
2239          "constant": {
2240            "color": "#b57613ff",
2241            "font_style": null,
2242            "font_weight": null
2243          },
2244          "constructor": {
2245            "color": "#0b6678ff",
2246            "font_style": null,
2247            "font_weight": null
2248          },
2249          "embedded": {
2250            "color": "#427b58ff",
2251            "font_style": null,
2252            "font_weight": null
2253          },
2254          "emphasis": {
2255            "color": "#0b6678ff",
2256            "font_style": null,
2257            "font_weight": null
2258          },
2259          "emphasis.strong": {
2260            "color": "#0b6678ff",
2261            "font_style": null,
2262            "font_weight": 700
2263          },
2264          "enum": {
2265            "color": "#af3a02ff",
2266            "font_style": null,
2267            "font_weight": null
2268          },
2269          "function": {
2270            "color": "#79740eff",
2271            "font_style": null,
2272            "font_weight": null
2273          },
2274          "function.builtin": {
2275            "color": "#9d0006ff",
2276            "font_style": null,
2277            "font_weight": null
2278          },
2279          "hint": {
2280            "color": "#677562ff",
2281            "font_style": null,
2282            "font_weight": null
2283          },
2284          "keyword": {
2285            "color": "#9d0006ff",
2286            "font_style": null,
2287            "font_weight": null
2288          },
2289          "label": {
2290            "color": "#0b6678ff",
2291            "font_style": null,
2292            "font_weight": null
2293          },
2294          "link_text": {
2295            "color": "#427b58ff",
2296            "font_style": "italic",
2297            "font_weight": null
2298          },
2299          "link_uri": {
2300            "color": "#8f3e71ff",
2301            "font_style": null,
2302            "font_weight": null
2303          },
2304          "namespace": {
2305            "color": "#066578ff",
2306            "font_style": null,
2307            "font_weight": null
2308          },
2309          "number": {
2310            "color": "#8f3e71ff",
2311            "font_style": null,
2312            "font_weight": null
2313          },
2314          "operator": {
2315            "color": "#427b58ff",
2316            "font_style": null,
2317            "font_weight": null
2318          },
2319          "predictive": {
2320            "color": "#7c9780ff",
2321            "font_style": "italic",
2322            "font_weight": null
2323          },
2324          "preproc": {
2325            "color": "#282828ff",
2326            "font_style": null,
2327            "font_weight": null
2328          },
2329          "primary": {
2330            "color": "#282828ff",
2331            "font_style": null,
2332            "font_weight": null
2333          },
2334          "property": {
2335            "color": "#282828ff",
2336            "font_style": null,
2337            "font_weight": null
2338          },
2339          "punctuation": {
2340            "color": "#3c3836ff",
2341            "font_style": null,
2342            "font_weight": null
2343          },
2344          "punctuation.bracket": {
2345            "color": "#665c54ff",
2346            "font_style": null,
2347            "font_weight": null
2348          },
2349          "punctuation.delimiter": {
2350            "color": "#413d3aff",
2351            "font_style": null,
2352            "font_weight": null
2353          },
2354          "punctuation.list_marker": {
2355            "color": "#282828ff",
2356            "font_style": null,
2357            "font_weight": null
2358          },
2359          "punctuation.markup": {
2360            "color": "#066578ff",
2361            "font_style": null,
2362            "font_weight": null
2363          },
2364          "punctuation.special": {
2365            "color": "#413d3aff",
2366            "font_style": null,
2367            "font_weight": null
2368          },
2369          "selector": {
2370            "color": "#b57613ff",
2371            "font_style": null,
2372            "font_weight": null
2373          },
2374          "selector.pseudo": {
2375            "color": "#0b6678ff",
2376            "font_style": null,
2377            "font_weight": null
2378          },
2379          "string": {
2380            "color": "#79740eff",
2381            "font_style": null,
2382            "font_weight": null
2383          },
2384          "string.escape": {
2385            "color": "#5d544eff",
2386            "font_style": null,
2387            "font_weight": null
2388          },
2389          "string.regex": {
2390            "color": "#af3a02ff",
2391            "font_style": null,
2392            "font_weight": null
2393          },
2394          "string.special": {
2395            "color": "#8f3e71ff",
2396            "font_style": null,
2397            "font_weight": null
2398          },
2399          "string.special.symbol": {
2400            "color": "#427b58ff",
2401            "font_style": null,
2402            "font_weight": null
2403          },
2404          "tag": {
2405            "color": "#427b58ff",
2406            "font_style": null,
2407            "font_weight": null
2408          },
2409          "text.literal": {
2410            "color": "#066578ff",
2411            "font_style": null,
2412            "font_weight": null
2413          },
2414          "title": {
2415            "color": "#79740eff",
2416            "font_style": null,
2417            "font_weight": 700
2418          },
2419          "type": {
2420            "color": "#b57613ff",
2421            "font_style": null,
2422            "font_weight": null
2423          },
2424          "variable": {
2425            "color": "#282828ff",
2426            "font_style": null,
2427            "font_weight": null
2428          },
2429          "variable.special": {
2430            "color": "#066578ff",
2431            "font_style": null,
2432            "font_weight": null
2433          },
2434          "variant": {
2435            "color": "#0b6678ff",
2436            "font_style": null,
2437            "font_weight": null
2438          }
2439        }
2440      }
2441    }
2442  ]
2443}