ayu.json

   1{
   2  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
   3  "name": "Ayu",
   4  "author": "Zed Industries",
   5  "themes": [
   6    {
   7      "name": "Ayu Dark",
   8      "appearance": "dark",
   9      "style": {
  10        "border": "#3f4043ff",
  11        "border.variant": "#2d2f34ff",
  12        "border.focused": "#1b4a6eff",
  13        "border.selected": "#1b4a6eff",
  14        "border.transparent": "#00000000",
  15        "border.disabled": "#383a3eff",
  16        "elevated_surface.background": "#1f2127ff",
  17        "surface.background": "#1f2127ff",
  18        "background": "#313337ff",
  19        "element.background": "#1f2127ff",
  20        "element.hover": "#2d2f34ff",
  21        "element.active": "#3e4043ff",
  22        "element.selected": "#3e4043ff",
  23        "element.disabled": "#1f2127ff",
  24        "drop_target.background": "#8a898680",
  25        "ghost_element.background": "#00000000",
  26        "ghost_element.hover": "#2d2f34ff",
  27        "ghost_element.active": "#3e4043ff",
  28        "ghost_element.selected": "#3e4043ff",
  29        "ghost_element.disabled": "#1f2127ff",
  30        "text": "#bfbdb6ff",
  31        "text.muted": "#8a8986ff",
  32        "text.placeholder": "#696a6aff",
  33        "text.disabled": "#696a6aff",
  34        "text.accent": "#5ac1feff",
  35        "icon": "#bfbdb6ff",
  36        "icon.muted": "#8a8986ff",
  37        "icon.disabled": "#696a6aff",
  38        "icon.placeholder": "#8a8986ff",
  39        "icon.accent": "#5ac1feff",
  40        "status_bar.background": "#313337ff",
  41        "title_bar.background": "#313337ff",
  42        "title_bar.inactive_background": "#1f2127ff",
  43        "toolbar.background": "#0d1016ff",
  44        "tab_bar.background": "#1f2127ff",
  45        "tab.inactive_background": "#1f2127ff",
  46        "tab.active_background": "#0d1016ff",
  47        "search.match_background": "#5ac2fe66",
  48        "panel.background": "#1f2127ff",
  49        "panel.focused_border": "#5ac1feff",
  50        "pane.focused_border": null,
  51        "scrollbar.thumb.background": "#bfbdb64c",
  52        "scrollbar.thumb.hover_background": "#2d2f34ff",
  53        "scrollbar.thumb.border": "#2d2f34ff",
  54        "scrollbar.track.background": "#00000000",
  55        "scrollbar.track.border": "#1b1e24ff",
  56        "editor.foreground": "#bfbdb6ff",
  57        "editor.background": "#0d1016ff",
  58        "editor.gutter.background": "#0d1016ff",
  59        "editor.subheader.background": "#1f2127ff",
  60        "editor.active_line.background": "#1f2127bf",
  61        "editor.highlighted_line.background": "#1f2127ff",
  62        "editor.line_number": "#4b4c4e",
  63        "editor.active_line_number": "#cbcccd",
  64        "editor.hover_line_number": "#a1a2a5",
  65        "editor.invisible": "#666767ff",
  66        "editor.wrap_guide": "#bfbdb60d",
  67        "editor.active_wrap_guide": "#bfbdb61a",
  68        "editor.document_highlight.read_background": "#5ac1fe1a",
  69        "editor.document_highlight.write_background": "#66676766",
  70        "terminal.background": "#0d1016ff",
  71        "terminal.foreground": "#bfbdb6ff",
  72        "terminal.bright_foreground": "#bfbdb6ff",
  73        "terminal.dim_foreground": "#0d1016ff",
  74        "terminal.ansi.black": "#0d1016ff",
  75        "terminal.ansi.bright_black": "#545557ff",
  76        "terminal.ansi.dim_black": "#bfbdb6ff",
  77        "terminal.ansi.red": "#ef7177ff",
  78        "terminal.ansi.bright_red": "#83353bff",
  79        "terminal.ansi.dim_red": "#febab9ff",
  80        "terminal.ansi.green": "#aad84cff",
  81        "terminal.ansi.bright_green": "#567627ff",
  82        "terminal.ansi.dim_green": "#d8eca8ff",
  83        "terminal.ansi.yellow": "#feb454ff",
  84        "terminal.ansi.bright_yellow": "#92582bff",
  85        "terminal.ansi.dim_yellow": "#ffd9aaff",
  86        "terminal.ansi.blue": "#5ac1feff",
  87        "terminal.ansi.bright_blue": "#27618cff",
  88        "terminal.ansi.dim_blue": "#b7dffeff",
  89        "terminal.ansi.magenta": "#39bae5ff",
  90        "terminal.ansi.bright_magenta": "#205a78ff",
  91        "terminal.ansi.dim_magenta": "#addcf3ff",
  92        "terminal.ansi.cyan": "#95e5cbff",
  93        "terminal.ansi.bright_cyan": "#4c806fff",
  94        "terminal.ansi.dim_cyan": "#cbf2e4ff",
  95        "terminal.ansi.white": "#bfbdb6ff",
  96        "terminal.ansi.bright_white": "#bfbdb6ff",
  97        "terminal.ansi.dim_white": "#787876ff",
  98        "link_text.hover": "#5ac1feff",
  99        "conflict": "#feb454ff",
 100        "conflict.background": "#572815ff",
 101        "conflict.border": "#754221ff",
 102        "created": "#aad84cff",
 103        "created.background": "#294113ff",
 104        "created.border": "#405c1cff",
 105        "deleted": "#ef7177ff",
 106        "deleted.background": "#48161bff",
 107        "deleted.border": "#66272dff",
 108        "error": "#ef7177ff",
 109        "error.background": "#48161bff",
 110        "error.border": "#66272dff",
 111        "hidden": "#696a6aff",
 112        "hidden.background": "#313337ff",
 113        "hidden.border": "#383a3eff",
 114        "hint": "#628b80ff",
 115        "hint.background": "#0d2f4eff",
 116        "hint.border": "#1b4a6eff",
 117        "ignored": "#696a6aff",
 118        "ignored.background": "#313337ff",
 119        "ignored.border": "#3f4043ff",
 120        "info": "#5ac1feff",
 121        "info.background": "#0d2f4eff",
 122        "info.border": "#1b4a6eff",
 123        "modified": "#feb454ff",
 124        "modified.background": "#572815ff",
 125        "modified.border": "#754221ff",
 126        "predictive": "#5a728bff",
 127        "predictive.background": "#294113ff",
 128        "predictive.border": "#405c1cff",
 129        "renamed": "#5ac1feff",
 130        "renamed.background": "#0d2f4eff",
 131        "renamed.border": "#1b4a6eff",
 132        "success": "#aad84cff",
 133        "success.background": "#294113ff",
 134        "success.border": "#405c1cff",
 135        "unreachable": "#8a8986ff",
 136        "unreachable.background": "#313337ff",
 137        "unreachable.border": "#3f4043ff",
 138        "warning": "#feb454ff",
 139        "warning.background": "#572815ff",
 140        "warning.border": "#754221ff",
 141        "players": [
 142          {
 143            "cursor": "#5ac1feff",
 144            "background": "#5ac1feff",
 145            "selection": "#5ac1fe3d"
 146          },
 147          {
 148            "cursor": "#39bae5ff",
 149            "background": "#39bae5ff",
 150            "selection": "#39bae53d"
 151          },
 152          {
 153            "cursor": "#fe8f40ff",
 154            "background": "#fe8f40ff",
 155            "selection": "#fe8f403d"
 156          },
 157          {
 158            "cursor": "#d2a6feff",
 159            "background": "#d2a6feff",
 160            "selection": "#d2a6fe3d"
 161          },
 162          {
 163            "cursor": "#95e5cbff",
 164            "background": "#95e5cbff",
 165            "selection": "#95e5cb3d"
 166          },
 167          {
 168            "cursor": "#ef7177ff",
 169            "background": "#ef7177ff",
 170            "selection": "#ef71773d"
 171          },
 172          {
 173            "cursor": "#feb454ff",
 174            "background": "#feb454ff",
 175            "selection": "#feb4543d"
 176          },
 177          {
 178            "cursor": "#aad84cff",
 179            "background": "#aad84cff",
 180            "selection": "#aad84c3d"
 181          }
 182        ],
 183        "syntax": {
 184          "attribute": {
 185            "color": "#5ac1feff",
 186            "font_style": null,
 187            "font_weight": null
 188          },
 189          "boolean": {
 190            "color": "#d2a6ffff",
 191            "font_style": null,
 192            "font_weight": null
 193          },
 194          "comment": {
 195            "color": "#abb5be8c",
 196            "font_style": null,
 197            "font_weight": null
 198          },
 199          "comment.doc": {
 200            "color": "#8c8b88ff",
 201            "font_style": null,
 202            "font_weight": null
 203          },
 204          "constant": {
 205            "color": "#d2a6ffff",
 206            "font_style": null,
 207            "font_weight": null
 208          },
 209          "constructor": {
 210            "color": "#5ac1feff",
 211            "font_style": null,
 212            "font_weight": null
 213          },
 214          "embedded": {
 215            "color": "#bfbdb6ff",
 216            "font_style": null,
 217            "font_weight": null
 218          },
 219          "emphasis": {
 220            "color": "#5ac1feff",
 221            "font_style": null,
 222            "font_weight": null
 223          },
 224          "emphasis.strong": {
 225            "color": "#5ac1feff",
 226            "font_style": null,
 227            "font_weight": 700
 228          },
 229          "enum": {
 230            "color": "#fe8f40ff",
 231            "font_style": null,
 232            "font_weight": null
 233          },
 234          "function": {
 235            "color": "#ffb353ff",
 236            "font_style": null,
 237            "font_weight": null
 238          },
 239          "hint": {
 240            "color": "#628b80ff",
 241            "font_style": null,
 242            "font_weight": 700
 243          },
 244          "keyword": {
 245            "color": "#ff8f3fff",
 246            "font_style": null,
 247            "font_weight": null
 248          },
 249          "label": {
 250            "color": "#5ac1feff",
 251            "font_style": null,
 252            "font_weight": null
 253          },
 254          "link_text": {
 255            "color": "#fe8f40ff",
 256            "font_style": "italic",
 257            "font_weight": null
 258          },
 259          "link_uri": {
 260            "color": "#aad84cff",
 261            "font_style": null,
 262            "font_weight": null
 263          },
 264          "number": {
 265            "color": "#d2a6ffff",
 266            "font_style": null,
 267            "font_weight": null
 268          },
 269          "operator": {
 270            "color": "#f29668ff",
 271            "font_style": null,
 272            "font_weight": null
 273          },
 274          "predictive": {
 275            "color": "#5a728bff",
 276            "font_style": "italic",
 277            "font_weight": null
 278          },
 279          "preproc": {
 280            "color": "#bfbdb6ff",
 281            "font_style": null,
 282            "font_weight": null
 283          },
 284          "primary": {
 285            "color": "#bfbdb6ff",
 286            "font_style": null,
 287            "font_weight": null
 288          },
 289          "property": {
 290            "color": "#5ac1feff",
 291            "font_style": null,
 292            "font_weight": null
 293          },
 294          "punctuation": {
 295            "color": "#a6a5a0ff",
 296            "font_style": null,
 297            "font_weight": null
 298          },
 299          "punctuation.bracket": {
 300            "color": "#a6a5a0ff",
 301            "font_style": null,
 302            "font_weight": null
 303          },
 304          "punctuation.delimiter": {
 305            "color": "#a6a5a0ff",
 306            "font_style": null,
 307            "font_weight": null
 308          },
 309          "punctuation.list_marker": {
 310            "color": "#a6a5a0ff",
 311            "font_style": null,
 312            "font_weight": null
 313          },
 314          "punctuation.special": {
 315            "color": "#d2a6ffff",
 316            "font_style": null,
 317            "font_weight": null
 318          },
 319          "string": {
 320            "color": "#a9d94bff",
 321            "font_style": null,
 322            "font_weight": null
 323          },
 324          "string.escape": {
 325            "color": "#8c8b88ff",
 326            "font_style": null,
 327            "font_weight": null
 328          },
 329          "string.regex": {
 330            "color": "#95e6cbff",
 331            "font_style": null,
 332            "font_weight": null
 333          },
 334          "string.special": {
 335            "color": "#e5b572ff",
 336            "font_style": null,
 337            "font_weight": null
 338          },
 339          "string.special.symbol": {
 340            "color": "#fe8f40ff",
 341            "font_style": null,
 342            "font_weight": null
 343          },
 344          "tag": {
 345            "color": "#5ac1feff",
 346            "font_style": null,
 347            "font_weight": null
 348          },
 349          "text.literal": {
 350            "color": "#fe8f40ff",
 351            "font_style": null,
 352            "font_weight": null
 353          },
 354          "title": {
 355            "color": "#bfbdb6ff",
 356            "font_style": null,
 357            "font_weight": 700
 358          },
 359          "type": {
 360            "color": "#59c2ffff",
 361            "font_style": null,
 362            "font_weight": null
 363          },
 364          "variable": {
 365            "color": "#bfbdb6ff",
 366            "font_style": null,
 367            "font_weight": null
 368          },
 369          "variant": {
 370            "color": "#5ac1feff",
 371            "font_style": null,
 372            "font_weight": null
 373          }
 374        }
 375      }
 376    },
 377    {
 378      "name": "Ayu Light",
 379      "appearance": "light",
 380      "style": {
 381        "border": "#cfd1d2ff",
 382        "border.variant": "#dfe0e1ff",
 383        "border.focused": "#c4daf6ff",
 384        "border.selected": "#c4daf6ff",
 385        "border.transparent": "#00000000",
 386        "border.disabled": "#d5d6d8ff",
 387        "elevated_surface.background": "#ececedff",
 388        "surface.background": "#ececedff",
 389        "background": "#dcdddeff",
 390        "element.background": "#ececedff",
 391        "element.hover": "#dfe0e1ff",
 392        "element.active": "#cfd0d2ff",
 393        "element.selected": "#cfd0d2ff",
 394        "element.disabled": "#ececedff",
 395        "drop_target.background": "#8b8e9280",
 396        "ghost_element.background": "#00000000",
 397        "ghost_element.hover": "#dfe0e1ff",
 398        "ghost_element.active": "#cfd0d2ff",
 399        "ghost_element.selected": "#cfd0d2ff",
 400        "ghost_element.disabled": "#ececedff",
 401        "text": "#5c6166ff",
 402        "text.muted": "#8b8e92ff",
 403        "text.placeholder": "#a9acaeff",
 404        "text.disabled": "#a9acaeff",
 405        "text.accent": "#3b9ee5ff",
 406        "icon": "#5c6166ff",
 407        "icon.muted": "#8b8e92ff",
 408        "icon.disabled": "#a9acaeff",
 409        "icon.placeholder": "#8b8e92ff",
 410        "icon.accent": "#3b9ee5ff",
 411        "status_bar.background": "#dcdddeff",
 412        "title_bar.background": "#dcdddeff",
 413        "title_bar.inactive_background": "#ececedff",
 414        "toolbar.background": "#fcfcfcff",
 415        "tab_bar.background": "#ececedff",
 416        "tab.inactive_background": "#ececedff",
 417        "tab.active_background": "#fcfcfcff",
 418        "search.match_background": "#3b9ee566",
 419        "panel.background": "#ececedff",
 420        "panel.focused_border": "#3b9ee5ff",
 421        "pane.focused_border": null,
 422        "scrollbar.thumb.background": "#5c61664c",
 423        "scrollbar.thumb.hover_background": "#dfe0e1ff",
 424        "scrollbar.thumb.border": "#dfe0e1ff",
 425        "scrollbar.track.background": "#00000000",
 426        "scrollbar.track.border": "#efeff0ff",
 427        "editor.foreground": "#5c6166ff",
 428        "editor.background": "#fcfcfcff",
 429        "editor.gutter.background": "#fcfcfcff",
 430        "editor.subheader.background": "#ececedff",
 431        "editor.active_line.background": "#ececedbf",
 432        "editor.highlighted_line.background": "#ececedff",
 433        "editor.line_number": "#b0b3b5",
 434        "editor.active_line_number": "#313435",
 435        "editor.hover_line_number": "#62686a",
 436        "editor.invisible": "#acafb1ff",
 437        "editor.wrap_guide": "#5c61660d",
 438        "editor.active_wrap_guide": "#5c61661a",
 439        "editor.document_highlight.read_background": "#3b9ee51a",
 440        "editor.document_highlight.write_background": "#acafb166",
 441        "terminal.background": "#fcfcfcff",
 442        "terminal.foreground": "#5c6166ff",
 443        "terminal.bright_foreground": "#5c6166ff",
 444        "terminal.dim_foreground": "#fcfcfcff",
 445        "terminal.ansi.black": "#fcfcfcff",
 446        "terminal.ansi.bright_black": "#bcbec0ff",
 447        "terminal.ansi.dim_black": "#5c6166ff",
 448        "terminal.ansi.red": "#ef7271ff",
 449        "terminal.ansi.bright_red": "#febab6ff",
 450        "terminal.ansi.dim_red": "#833538ff",
 451        "terminal.ansi.green": "#85b304ff",
 452        "terminal.ansi.bright_green": "#c7d98fff",
 453        "terminal.ansi.dim_green": "#445613ff",
 454        "terminal.ansi.yellow": "#f1ad49ff",
 455        "terminal.ansi.bright_yellow": "#fed5a3ff",
 456        "terminal.ansi.dim_yellow": "#8a5227ff",
 457        "terminal.ansi.blue": "#3b9ee5ff",
 458        "terminal.ansi.bright_blue": "#abcdf2ff",
 459        "terminal.ansi.dim_blue": "#214c76ff",
 460        "terminal.ansi.magenta": "#55b4d3ff",
 461        "terminal.ansi.bright_magenta": "#b1d8e8ff",
 462        "terminal.ansi.dim_magenta": "#2f5669ff",
 463        "terminal.ansi.cyan": "#4dbf99ff",
 464        "terminal.ansi.bright_cyan": "#ace0cbff",
 465        "terminal.ansi.dim_cyan": "#2a5f4aff",
 466        "terminal.ansi.white": "#5c6166ff",
 467        "terminal.ansi.bright_white": "#5c6166ff",
 468        "terminal.ansi.dim_white": "#9c9fa2ff",
 469        "link_text.hover": "#3b9ee5ff",
 470        "conflict": "#f1ad49ff",
 471        "conflict.background": "#ffeedaff",
 472        "conflict.border": "#ffe1beff",
 473        "created": "#85b304ff",
 474        "created.background": "#e9efd2ff",
 475        "created.border": "#d7e3aeff",
 476        "deleted": "#ef7271ff",
 477        "deleted.background": "#ffe3e1ff",
 478        "deleted.border": "#ffcdcaff",
 479        "error": "#ef7271ff",
 480        "error.background": "#ffe3e1ff",
 481        "error.border": "#ffcdcaff",
 482        "hidden": "#a9acaeff",
 483        "hidden.background": "#dcdddeff",
 484        "hidden.border": "#d5d6d8ff",
 485        "hint": "#8ca7c2ff",
 486        "hint.background": "#deebfaff",
 487        "hint.border": "#c4daf6ff",
 488        "ignored": "#a9acaeff",
 489        "ignored.background": "#dcdddeff",
 490        "ignored.border": "#cfd1d2ff",
 491        "info": "#3b9ee5ff",
 492        "info.background": "#deebfaff",
 493        "info.border": "#c4daf6ff",
 494        "modified": "#f1ad49ff",
 495        "modified.background": "#ffeedaff",
 496        "modified.border": "#ffe1beff",
 497        "predictive": "#9eb9d3ff",
 498        "predictive.background": "#e9efd2ff",
 499        "predictive.border": "#d7e3aeff",
 500        "renamed": "#3b9ee5ff",
 501        "renamed.background": "#deebfaff",
 502        "renamed.border": "#c4daf6ff",
 503        "success": "#85b304ff",
 504        "success.background": "#e9efd2ff",
 505        "success.border": "#d7e3aeff",
 506        "unreachable": "#8b8e92ff",
 507        "unreachable.background": "#dcdddeff",
 508        "unreachable.border": "#cfd1d2ff",
 509        "warning": "#f1ad49ff",
 510        "warning.background": "#ffeedaff",
 511        "warning.border": "#ffe1beff",
 512        "players": [
 513          {
 514            "cursor": "#3b9ee5ff",
 515            "background": "#3b9ee5ff",
 516            "selection": "#3b9ee53d"
 517          },
 518          {
 519            "cursor": "#55b4d3ff",
 520            "background": "#55b4d3ff",
 521            "selection": "#55b4d33d"
 522          },
 523          {
 524            "cursor": "#f98d3fff",
 525            "background": "#f98d3fff",
 526            "selection": "#f98d3f3d"
 527          },
 528          {
 529            "cursor": "#a37accff",
 530            "background": "#a37accff",
 531            "selection": "#a37acc3d"
 532          },
 533          {
 534            "cursor": "#4dbf99ff",
 535            "background": "#4dbf99ff",
 536            "selection": "#4dbf993d"
 537          },
 538          {
 539            "cursor": "#ef7271ff",
 540            "background": "#ef7271ff",
 541            "selection": "#ef72713d"
 542          },
 543          {
 544            "cursor": "#f1ad49ff",
 545            "background": "#f1ad49ff",
 546            "selection": "#f1ad493d"
 547          },
 548          {
 549            "cursor": "#85b304ff",
 550            "background": "#85b304ff",
 551            "selection": "#85b3043d"
 552          }
 553        ],
 554        "syntax": {
 555          "attribute": {
 556            "color": "#3b9ee5ff",
 557            "font_style": null,
 558            "font_weight": null
 559          },
 560          "boolean": {
 561            "color": "#a37accff",
 562            "font_style": null,
 563            "font_weight": null
 564          },
 565          "comment": {
 566            "color": "#787b8099",
 567            "font_style": null,
 568            "font_weight": null
 569          },
 570          "comment.doc": {
 571            "color": "#898d90ff",
 572            "font_style": null,
 573            "font_weight": null
 574          },
 575          "constant": {
 576            "color": "#a37accff",
 577            "font_style": null,
 578            "font_weight": null
 579          },
 580          "constructor": {
 581            "color": "#3b9ee5ff",
 582            "font_style": null,
 583            "font_weight": null
 584          },
 585          "embedded": {
 586            "color": "#5c6166ff",
 587            "font_style": null,
 588            "font_weight": null
 589          },
 590          "emphasis": {
 591            "color": "#3b9ee5ff",
 592            "font_style": null,
 593            "font_weight": null
 594          },
 595          "emphasis.strong": {
 596            "color": "#3b9ee5ff",
 597            "font_style": null,
 598            "font_weight": 700
 599          },
 600          "enum": {
 601            "color": "#f98d3fff",
 602            "font_style": null,
 603            "font_weight": null
 604          },
 605          "function": {
 606            "color": "#f2ad48ff",
 607            "font_style": null,
 608            "font_weight": null
 609          },
 610          "hint": {
 611            "color": "#8ca7c2ff",
 612            "font_style": null,
 613            "font_weight": 700
 614          },
 615          "keyword": {
 616            "color": "#fa8d3eff",
 617            "font_style": null,
 618            "font_weight": null
 619          },
 620          "label": {
 621            "color": "#3b9ee5ff",
 622            "font_style": null,
 623            "font_weight": null
 624          },
 625          "link_text": {
 626            "color": "#f98d3fff",
 627            "font_style": "italic",
 628            "font_weight": null
 629          },
 630          "link_uri": {
 631            "color": "#85b304ff",
 632            "font_style": null,
 633            "font_weight": null
 634          },
 635          "number": {
 636            "color": "#a37accff",
 637            "font_style": null,
 638            "font_weight": null
 639          },
 640          "operator": {
 641            "color": "#ed9365ff",
 642            "font_style": null,
 643            "font_weight": null
 644          },
 645          "predictive": {
 646            "color": "#9eb9d3ff",
 647            "font_style": "italic",
 648            "font_weight": null
 649          },
 650          "preproc": {
 651            "color": "#5c6166ff",
 652            "font_style": null,
 653            "font_weight": null
 654          },
 655          "primary": {
 656            "color": "#5c6166ff",
 657            "font_style": null,
 658            "font_weight": null
 659          },
 660          "property": {
 661            "color": "#3b9ee5ff",
 662            "font_style": null,
 663            "font_weight": null
 664          },
 665          "punctuation": {
 666            "color": "#73777bff",
 667            "font_style": null,
 668            "font_weight": null
 669          },
 670          "punctuation.bracket": {
 671            "color": "#73777bff",
 672            "font_style": null,
 673            "font_weight": null
 674          },
 675          "punctuation.delimiter": {
 676            "color": "#73777bff",
 677            "font_style": null,
 678            "font_weight": null
 679          },
 680          "punctuation.list_marker": {
 681            "color": "#73777bff",
 682            "font_style": null,
 683            "font_weight": null
 684          },
 685          "punctuation.special": {
 686            "color": "#a37accff",
 687            "font_style": null,
 688            "font_weight": null
 689          },
 690          "string": {
 691            "color": "#86b300ff",
 692            "font_style": null,
 693            "font_weight": null
 694          },
 695          "string.escape": {
 696            "color": "#898d90ff",
 697            "font_style": null,
 698            "font_weight": null
 699          },
 700          "string.regex": {
 701            "color": "#4bbf98ff",
 702            "font_style": null,
 703            "font_weight": null
 704          },
 705          "string.special": {
 706            "color": "#e6ba7eff",
 707            "font_style": null,
 708            "font_weight": null
 709          },
 710          "string.special.symbol": {
 711            "color": "#f98d3fff",
 712            "font_style": null,
 713            "font_weight": null
 714          },
 715          "tag": {
 716            "color": "#3b9ee5ff",
 717            "font_style": null,
 718            "font_weight": null
 719          },
 720          "text.literal": {
 721            "color": "#f98d3fff",
 722            "font_style": null,
 723            "font_weight": null
 724          },
 725          "title": {
 726            "color": "#5c6166ff",
 727            "font_style": null,
 728            "font_weight": 700
 729          },
 730          "type": {
 731            "color": "#389ee6ff",
 732            "font_style": null,
 733            "font_weight": null
 734          },
 735          "variable": {
 736            "color": "#5c6166ff",
 737            "font_style": null,
 738            "font_weight": null
 739          },
 740          "variant": {
 741            "color": "#3b9ee5ff",
 742            "font_style": null,
 743            "font_weight": null
 744          }
 745        }
 746      }
 747    },
 748    {
 749      "name": "Ayu Mirage",
 750      "appearance": "dark",
 751      "style": {
 752        "border": "#53565dff",
 753        "border.variant": "#43464fff",
 754        "border.focused": "#24556fff",
 755        "border.selected": "#24556fff",
 756        "border.transparent": "#00000000",
 757        "border.disabled": "#4d5058ff",
 758        "elevated_surface.background": "#353944ff",
 759        "surface.background": "#353944ff",
 760        "background": "#464a52ff",
 761        "element.background": "#353944ff",
 762        "element.hover": "#43464fff",
 763        "element.active": "#53565dff",
 764        "element.selected": "#53565dff",
 765        "element.disabled": "#353944ff",
 766        "drop_target.background": "#9a9a9880",
 767        "ghost_element.background": "#00000000",
 768        "ghost_element.hover": "#43464fff",
 769        "ghost_element.active": "#53565dff",
 770        "ghost_element.selected": "#53565dff",
 771        "ghost_element.disabled": "#353944ff",
 772        "text": "#cccac2ff",
 773        "text.muted": "#9a9a98ff",
 774        "text.placeholder": "#7b7d7fff",
 775        "text.disabled": "#7b7d7fff",
 776        "text.accent": "#72cffeff",
 777        "icon": "#cccac2ff",
 778        "icon.muted": "#9a9a98ff",
 779        "icon.disabled": "#7b7d7fff",
 780        "icon.placeholder": "#9a9a98ff",
 781        "icon.accent": "#72cffeff",
 782        "status_bar.background": "#464a52ff",
 783        "title_bar.background": "#464a52ff",
 784        "title_bar.inactive_background": "#353944ff",
 785        "toolbar.background": "#242835ff",
 786        "tab_bar.background": "#353944ff",
 787        "tab.inactive_background": "#353944ff",
 788        "tab.active_background": "#242835ff",
 789        "search.match_background": "#73cffe66",
 790        "panel.background": "#353944ff",
 791        "panel.focused_border": null,
 792        "pane.focused_border": null,
 793        "scrollbar.thumb.background": "#cccac24c",
 794        "scrollbar.thumb.hover_background": "#43464fff",
 795        "scrollbar.thumb.border": "#43464fff",
 796        "scrollbar.track.background": "#00000000",
 797        "scrollbar.track.border": "#323641ff",
 798        "editor.foreground": "#cccac2ff",
 799        "editor.background": "#242835ff",
 800        "editor.gutter.background": "#242835ff",
 801        "editor.subheader.background": "#353944ff",
 802        "editor.active_line.background": "#353944bf",
 803        "editor.highlighted_line.background": "#353944ff",
 804        "editor.line_number": "#575c6b",
 805        "editor.active_line_number": "#e1e3ea",
 806        "editor.hover_line_number": "#b2b6c8",
 807        "editor.invisible": "#787a7cff",
 808        "editor.wrap_guide": "#cccac20d",
 809        "editor.active_wrap_guide": "#cccac21a",
 810        "editor.document_highlight.read_background": "#72cffe1a",
 811        "editor.document_highlight.write_background": "#787a7c66",
 812        "terminal.background": "#242835ff",
 813        "terminal.foreground": "#cccac2ff",
 814        "terminal.bright_foreground": "#cccac2ff",
 815        "terminal.dim_foreground": "#242835ff",
 816        "terminal.ansi.black": "#242835ff",
 817        "terminal.ansi.bright_black": "#67696eff",
 818        "terminal.ansi.dim_black": "#cccac2ff",
 819        "terminal.ansi.red": "#f18779ff",
 820        "terminal.ansi.bright_red": "#833f3cff",
 821        "terminal.ansi.dim_red": "#fec4baff",
 822        "terminal.ansi.green": "#d5fe80ff",
 823        "terminal.ansi.bright_green": "#75993cff",
 824        "terminal.ansi.dim_green": "#ecffc1ff",
 825        "terminal.ansi.yellow": "#fecf72ff",
 826        "terminal.ansi.bright_yellow": "#937237ff",
 827        "terminal.ansi.dim_yellow": "#ffe7b9ff",
 828        "terminal.ansi.blue": "#72cffeff",
 829        "terminal.ansi.bright_blue": "#336d8dff",
 830        "terminal.ansi.dim_blue": "#c1e7ffff",
 831        "terminal.ansi.magenta": "#5bcde5ff",
 832        "terminal.ansi.bright_magenta": "#2b6c7bff",
 833        "terminal.ansi.dim_magenta": "#b7e7f2ff",
 834        "terminal.ansi.cyan": "#95e5cbff",
 835        "terminal.ansi.bright_cyan": "#4c806fff",
 836        "terminal.ansi.dim_cyan": "#cbf2e4ff",
 837        "terminal.ansi.white": "#cccac2ff",
 838        "terminal.ansi.bright_white": "#cccac2ff",
 839        "terminal.ansi.dim_white": "#898a8aff",
 840        "link_text.hover": "#72cffeff",
 841        "conflict": "#fecf72ff",
 842        "conflict.background": "#574018ff",
 843        "conflict.border": "#765a29ff",
 844        "created": "#d5fe80ff",
 845        "created.background": "#426117ff",
 846        "created.border": "#5d7e2cff",
 847        "deleted": "#f18779ff",
 848        "deleted.background": "#481a1bff",
 849        "deleted.border": "#662e2dff",
 850        "error": "#f18779ff",
 851        "error.background": "#481a1bff",
 852        "error.border": "#662e2dff",
 853        "hidden": "#7b7d7fff",
 854        "hidden.background": "#464a52ff",
 855        "hidden.border": "#4d5058ff",
 856        "hint": "#7399a3ff",
 857        "hint.background": "#123950ff",
 858        "hint.border": "#24556fff",
 859        "ignored": "#7b7d7fff",
 860        "ignored.background": "#464a52ff",
 861        "ignored.border": "#53565dff",
 862        "info": "#72cffeff",
 863        "info.background": "#123950ff",
 864        "info.border": "#24556fff",
 865        "modified": "#fecf72ff",
 866        "modified.background": "#574018ff",
 867        "modified.border": "#765a29ff",
 868        "predictive": "#6d839bff",
 869        "predictive.background": "#426117ff",
 870        "predictive.border": "#5d7e2cff",
 871        "renamed": "#72cffeff",
 872        "renamed.background": "#123950ff",
 873        "renamed.border": "#24556fff",
 874        "success": "#d5fe80ff",
 875        "success.background": "#426117ff",
 876        "success.border": "#5d7e2cff",
 877        "unreachable": "#9a9a98ff",
 878        "unreachable.background": "#464a52ff",
 879        "unreachable.border": "#53565dff",
 880        "warning": "#fecf72ff",
 881        "warning.background": "#574018ff",
 882        "warning.border": "#765a29ff",
 883        "players": [
 884          {
 885            "cursor": "#72cffeff",
 886            "background": "#72cffeff",
 887            "selection": "#72cffe3d"
 888          },
 889          {
 890            "cursor": "#5bcde5ff",
 891            "background": "#5bcde5ff",
 892            "selection": "#5bcde53d"
 893          },
 894          {
 895            "cursor": "#fead66ff",
 896            "background": "#fead66ff",
 897            "selection": "#fead663d"
 898          },
 899          {
 900            "cursor": "#debffeff",
 901            "background": "#debffeff",
 902            "selection": "#debffe3d"
 903          },
 904          {
 905            "cursor": "#95e5cbff",
 906            "background": "#95e5cbff",
 907            "selection": "#95e5cb3d"
 908          },
 909          {
 910            "cursor": "#f18779ff",
 911            "background": "#f18779ff",
 912            "selection": "#f187793d"
 913          },
 914          {
 915            "cursor": "#fecf72ff",
 916            "background": "#fecf72ff",
 917            "selection": "#fecf723d"
 918          },
 919          {
 920            "cursor": "#d5fe80ff",
 921            "background": "#d5fe80ff",
 922            "selection": "#d5fe803d"
 923          }
 924        ],
 925        "syntax": {
 926          "attribute": {
 927            "color": "#72cffeff",
 928            "font_style": null,
 929            "font_weight": null
 930          },
 931          "boolean": {
 932            "color": "#dfbfffff",
 933            "font_style": null,
 934            "font_weight": null
 935          },
 936          "comment": {
 937            "color": "#b8cfe680",
 938            "font_style": null,
 939            "font_weight": null
 940          },
 941          "comment.doc": {
 942            "color": "#9b9b99ff",
 943            "font_style": null,
 944            "font_weight": null
 945          },
 946          "constant": {
 947            "color": "#dfbfffff",
 948            "font_style": null,
 949            "font_weight": null
 950          },
 951          "constructor": {
 952            "color": "#72cffeff",
 953            "font_style": null,
 954            "font_weight": null
 955          },
 956          "embedded": {
 957            "color": "#cccac2ff",
 958            "font_style": null,
 959            "font_weight": null
 960          },
 961          "emphasis": {
 962            "color": "#72cffeff",
 963            "font_style": null,
 964            "font_weight": null
 965          },
 966          "emphasis.strong": {
 967            "color": "#72cffeff",
 968            "font_style": null,
 969            "font_weight": 700
 970          },
 971          "enum": {
 972            "color": "#fead66ff",
 973            "font_style": null,
 974            "font_weight": null
 975          },
 976          "function": {
 977            "color": "#ffd173ff",
 978            "font_style": null,
 979            "font_weight": null
 980          },
 981          "hint": {
 982            "color": "#7399a3ff",
 983            "font_style": null,
 984            "font_weight": 700
 985          },
 986          "keyword": {
 987            "color": "#ffad65ff",
 988            "font_style": null,
 989            "font_weight": null
 990          },
 991          "label": {
 992            "color": "#72cffeff",
 993            "font_style": null,
 994            "font_weight": null
 995          },
 996          "link_text": {
 997            "color": "#fead66ff",
 998            "font_style": "italic",
 999            "font_weight": null
1000          },
1001          "link_uri": {
1002            "color": "#d5fe80ff",
1003            "font_style": null,
1004            "font_weight": null
1005          },
1006          "number": {
1007            "color": "#dfbfffff",
1008            "font_style": null,
1009            "font_weight": null
1010          },
1011          "operator": {
1012            "color": "#f29e74ff",
1013            "font_style": null,
1014            "font_weight": null
1015          },
1016          "predictive": {
1017            "color": "#6d839bff",
1018            "font_style": "italic",
1019            "font_weight": null
1020          },
1021          "preproc": {
1022            "color": "#cccac2ff",
1023            "font_style": null,
1024            "font_weight": null
1025          },
1026          "primary": {
1027            "color": "#cccac2ff",
1028            "font_style": null,
1029            "font_weight": null
1030          },
1031          "property": {
1032            "color": "#72cffeff",
1033            "font_style": null,
1034            "font_weight": null
1035          },
1036          "punctuation": {
1037            "color": "#b4b3aeff",
1038            "font_style": null,
1039            "font_weight": null
1040          },
1041          "punctuation.bracket": {
1042            "color": "#b4b3aeff",
1043            "font_style": null,
1044            "font_weight": null
1045          },
1046          "punctuation.delimiter": {
1047            "color": "#b4b3aeff",
1048            "font_style": null,
1049            "font_weight": null
1050          },
1051          "punctuation.list_marker": {
1052            "color": "#b4b3aeff",
1053            "font_style": null,
1054            "font_weight": null
1055          },
1056          "punctuation.special": {
1057            "color": "#dfbfffff",
1058            "font_style": null,
1059            "font_weight": null
1060          },
1061          "string": {
1062            "color": "#d4fe7fff",
1063            "font_style": null,
1064            "font_weight": null
1065          },
1066          "string.escape": {
1067            "color": "#9b9b99ff",
1068            "font_style": null,
1069            "font_weight": null
1070          },
1071          "string.regex": {
1072            "color": "#95e6cbff",
1073            "font_style": null,
1074            "font_weight": null
1075          },
1076          "string.special": {
1077            "color": "#ffdfb3ff",
1078            "font_style": null,
1079            "font_weight": null
1080          },
1081          "string.special.symbol": {
1082            "color": "#fead66ff",
1083            "font_style": null,
1084            "font_weight": null
1085          },
1086          "tag": {
1087            "color": "#72cffeff",
1088            "font_style": null,
1089            "font_weight": null
1090          },
1091          "text.literal": {
1092            "color": "#fead66ff",
1093            "font_style": null,
1094            "font_weight": null
1095          },
1096          "title": {
1097            "color": "#cccac2ff",
1098            "font_style": null,
1099            "font_weight": 700
1100          },
1101          "type": {
1102            "color": "#73cfffff",
1103            "font_style": null,
1104            "font_weight": null
1105          },
1106          "variable": {
1107            "color": "#cccac2ff",
1108            "font_style": null,
1109            "font_weight": null
1110          },
1111          "variant": {
1112            "color": "#72cffeff",
1113            "font_style": null,
1114            "font_weight": null
1115          }
1116        }
1117      }
1118    }
1119  ]
1120}