gruvbox.json

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