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