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": "#fafafaff",
  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": "#5c6773ff",
 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": null
 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          "namespace": {
 265            "color": "#bfbdb6ff",
 266            "font_style": null,
 267            "font_weight": null
 268          },
 269          "number": {
 270            "color": "#d2a6ffff",
 271            "font_style": null,
 272            "font_weight": null
 273          },
 274          "operator": {
 275            "color": "#f29668ff",
 276            "font_style": null,
 277            "font_weight": null
 278          },
 279          "predictive": {
 280            "color": "#5a728bff",
 281            "font_style": "italic",
 282            "font_weight": null
 283          },
 284          "preproc": {
 285            "color": "#bfbdb6ff",
 286            "font_style": null,
 287            "font_weight": null
 288          },
 289          "primary": {
 290            "color": "#bfbdb6ff",
 291            "font_style": null,
 292            "font_weight": null
 293          },
 294          "property": {
 295            "color": "#5ac1feff",
 296            "font_style": null,
 297            "font_weight": null
 298          },
 299          "punctuation": {
 300            "color": "#a6a5a0ff",
 301            "font_style": null,
 302            "font_weight": null
 303          },
 304          "punctuation.bracket": {
 305            "color": "#a6a5a0ff",
 306            "font_style": null,
 307            "font_weight": null
 308          },
 309          "punctuation.delimiter": {
 310            "color": "#a6a5a0ff",
 311            "font_style": null,
 312            "font_weight": null
 313          },
 314          "punctuation.list_marker": {
 315            "color": "#a6a5a0ff",
 316            "font_style": null,
 317            "font_weight": null
 318          },
 319          "punctuation.markup": {
 320            "color": "#a6a5a0ff",
 321            "font_style": null,
 322            "font_weight": null
 323          },
 324          "punctuation.special": {
 325            "color": "#d2a6ffff",
 326            "font_style": null,
 327            "font_weight": null
 328          },
 329          "selector": {
 330            "color": "#d2a6ffff",
 331            "font_style": null,
 332            "font_weight": null
 333          },
 334          "selector.pseudo": {
 335            "color": "#5ac1feff",
 336            "font_style": null,
 337            "font_weight": null
 338          },
 339          "string": {
 340            "color": "#a9d94bff",
 341            "font_style": null,
 342            "font_weight": null
 343          },
 344          "string.escape": {
 345            "color": "#8c8b88ff",
 346            "font_style": null,
 347            "font_weight": null
 348          },
 349          "string.regex": {
 350            "color": "#95e6cbff",
 351            "font_style": null,
 352            "font_weight": null
 353          },
 354          "string.special": {
 355            "color": "#e5b572ff",
 356            "font_style": null,
 357            "font_weight": null
 358          },
 359          "string.special.symbol": {
 360            "color": "#fe8f40ff",
 361            "font_style": null,
 362            "font_weight": null
 363          },
 364          "tag": {
 365            "color": "#5ac1feff",
 366            "font_style": null,
 367            "font_weight": null
 368          },
 369          "text.literal": {
 370            "color": "#fe8f40ff",
 371            "font_style": null,
 372            "font_weight": null
 373          },
 374          "title": {
 375            "color": "#bfbdb6ff",
 376            "font_style": null,
 377            "font_weight": 700
 378          },
 379          "type": {
 380            "color": "#59c2ffff",
 381            "font_style": null,
 382            "font_weight": null
 383          },
 384          "variable": {
 385            "color": "#bfbdb6ff",
 386            "font_style": null,
 387            "font_weight": null
 388          },
 389          "variant": {
 390            "color": "#5ac1feff",
 391            "font_style": null,
 392            "font_weight": null
 393          }
 394        }
 395      }
 396    },
 397    {
 398      "name": "Ayu Light",
 399      "appearance": "light",
 400      "style": {
 401        "border": "#cfd1d2ff",
 402        "border.variant": "#dfe0e1ff",
 403        "border.focused": "#c4daf6ff",
 404        "border.selected": "#c4daf6ff",
 405        "border.transparent": "#00000000",
 406        "border.disabled": "#d5d6d8ff",
 407        "elevated_surface.background": "#ececedff",
 408        "surface.background": "#ececedff",
 409        "background": "#dcdddeff",
 410        "element.background": "#ececedff",
 411        "element.hover": "#dfe0e1ff",
 412        "element.active": "#cfd0d2ff",
 413        "element.selected": "#cfd0d2ff",
 414        "element.disabled": "#ececedff",
 415        "drop_target.background": "#8b8e9280",
 416        "ghost_element.background": "#00000000",
 417        "ghost_element.hover": "#dfe0e1ff",
 418        "ghost_element.active": "#cfd0d2ff",
 419        "ghost_element.selected": "#cfd0d2ff",
 420        "ghost_element.disabled": "#ececedff",
 421        "text": "#5c6166ff",
 422        "text.muted": "#8b8e92ff",
 423        "text.placeholder": "#a9acaeff",
 424        "text.disabled": "#a9acaeff",
 425        "text.accent": "#3b9ee5ff",
 426        "icon": "#5c6166ff",
 427        "icon.muted": "#8b8e92ff",
 428        "icon.disabled": "#a9acaeff",
 429        "icon.placeholder": "#8b8e92ff",
 430        "icon.accent": "#3b9ee5ff",
 431        "status_bar.background": "#dcdddeff",
 432        "title_bar.background": "#dcdddeff",
 433        "title_bar.inactive_background": "#ececedff",
 434        "toolbar.background": "#fcfcfcff",
 435        "tab_bar.background": "#ececedff",
 436        "tab.inactive_background": "#ececedff",
 437        "tab.active_background": "#fcfcfcff",
 438        "search.match_background": "#3b9ee566",
 439        "panel.background": "#ececedff",
 440        "panel.focused_border": "#3b9ee5ff",
 441        "pane.focused_border": null,
 442        "scrollbar.thumb.background": "#5c61664c",
 443        "scrollbar.thumb.hover_background": "#dfe0e1ff",
 444        "scrollbar.thumb.border": "#dfe0e1ff",
 445        "scrollbar.track.background": "#00000000",
 446        "scrollbar.track.border": "#efeff0ff",
 447        "editor.foreground": "#5c6166ff",
 448        "editor.background": "#fcfcfcff",
 449        "editor.gutter.background": "#fcfcfcff",
 450        "editor.subheader.background": "#ececedff",
 451        "editor.active_line.background": "#ececedbf",
 452        "editor.highlighted_line.background": "#ececedff",
 453        "editor.line_number": "#b0b3b5",
 454        "editor.active_line_number": "#313435",
 455        "editor.hover_line_number": "#62686a",
 456        "editor.invisible": "#acafb1ff",
 457        "editor.wrap_guide": "#5c61660d",
 458        "editor.active_wrap_guide": "#5c61661a",
 459        "editor.document_highlight.read_background": "#3b9ee51a",
 460        "editor.document_highlight.write_background": "#acafb166",
 461        "terminal.background": "#fcfcfcff",
 462        "terminal.foreground": "#5c6166ff",
 463        "terminal.bright_foreground": "#5c6166ff",
 464        "terminal.dim_foreground": "#fcfcfcff",
 465        "terminal.ansi.black": "#5c6166ff",
 466        "terminal.ansi.bright_black": "#3b9ee5ff",
 467        "terminal.ansi.dim_black": "#9c9fa2ff",
 468        "terminal.ansi.red": "#ef7271ff",
 469        "terminal.ansi.bright_red": "#febab6ff",
 470        "terminal.ansi.dim_red": "#833538ff",
 471        "terminal.ansi.green": "#85b304ff",
 472        "terminal.ansi.bright_green": "#c7d98fff",
 473        "terminal.ansi.dim_green": "#445613ff",
 474        "terminal.ansi.yellow": "#f1ad49ff",
 475        "terminal.ansi.bright_yellow": "#fed5a3ff",
 476        "terminal.ansi.dim_yellow": "#8a5227ff",
 477        "terminal.ansi.blue": "#3b9ee5ff",
 478        "terminal.ansi.bright_blue": "#abcdf2ff",
 479        "terminal.ansi.dim_blue": "#214c76ff",
 480        "terminal.ansi.magenta": "#55b4d3ff",
 481        "terminal.ansi.bright_magenta": "#b1d8e8ff",
 482        "terminal.ansi.dim_magenta": "#2f5669ff",
 483        "terminal.ansi.cyan": "#4dbf99ff",
 484        "terminal.ansi.bright_cyan": "#ace0cbff",
 485        "terminal.ansi.dim_cyan": "#2a5f4aff",
 486        "terminal.ansi.white": "#fcfcfcff",
 487        "terminal.ansi.bright_white": "#ffffffff",
 488        "terminal.ansi.dim_white": "#bcbec0ff",
 489        "link_text.hover": "#3b9ee5ff",
 490        "conflict": "#f1ad49ff",
 491        "conflict.background": "#ffeedaff",
 492        "conflict.border": "#ffe1beff",
 493        "created": "#85b304ff",
 494        "created.background": "#e9efd2ff",
 495        "created.border": "#d7e3aeff",
 496        "deleted": "#ef7271ff",
 497        "deleted.background": "#ffe3e1ff",
 498        "deleted.border": "#ffcdcaff",
 499        "error": "#ef7271ff",
 500        "error.background": "#ffe3e1ff",
 501        "error.border": "#ffcdcaff",
 502        "hidden": "#a9acaeff",
 503        "hidden.background": "#dcdddeff",
 504        "hidden.border": "#d5d6d8ff",
 505        "hint": "#8ca7c2ff",
 506        "hint.background": "#deebfaff",
 507        "hint.border": "#c4daf6ff",
 508        "ignored": "#a9acaeff",
 509        "ignored.background": "#dcdddeff",
 510        "ignored.border": "#cfd1d2ff",
 511        "info": "#3b9ee5ff",
 512        "info.background": "#deebfaff",
 513        "info.border": "#c4daf6ff",
 514        "modified": "#f1ad49ff",
 515        "modified.background": "#ffeedaff",
 516        "modified.border": "#ffe1beff",
 517        "predictive": "#9eb9d3ff",
 518        "predictive.background": "#e9efd2ff",
 519        "predictive.border": "#d7e3aeff",
 520        "renamed": "#3b9ee5ff",
 521        "renamed.background": "#deebfaff",
 522        "renamed.border": "#c4daf6ff",
 523        "success": "#85b304ff",
 524        "success.background": "#e9efd2ff",
 525        "success.border": "#d7e3aeff",
 526        "unreachable": "#8b8e92ff",
 527        "unreachable.background": "#dcdddeff",
 528        "unreachable.border": "#cfd1d2ff",
 529        "warning": "#f1ad49ff",
 530        "warning.background": "#ffeedaff",
 531        "warning.border": "#ffe1beff",
 532        "players": [
 533          {
 534            "cursor": "#3b9ee5ff",
 535            "background": "#3b9ee5ff",
 536            "selection": "#3b9ee53d"
 537          },
 538          {
 539            "cursor": "#55b4d3ff",
 540            "background": "#55b4d3ff",
 541            "selection": "#55b4d33d"
 542          },
 543          {
 544            "cursor": "#f98d3fff",
 545            "background": "#f98d3fff",
 546            "selection": "#f98d3f3d"
 547          },
 548          {
 549            "cursor": "#a37accff",
 550            "background": "#a37accff",
 551            "selection": "#a37acc3d"
 552          },
 553          {
 554            "cursor": "#4dbf99ff",
 555            "background": "#4dbf99ff",
 556            "selection": "#4dbf993d"
 557          },
 558          {
 559            "cursor": "#ef7271ff",
 560            "background": "#ef7271ff",
 561            "selection": "#ef72713d"
 562          },
 563          {
 564            "cursor": "#f1ad49ff",
 565            "background": "#f1ad49ff",
 566            "selection": "#f1ad493d"
 567          },
 568          {
 569            "cursor": "#85b304ff",
 570            "background": "#85b304ff",
 571            "selection": "#85b3043d"
 572          }
 573        ],
 574        "syntax": {
 575          "attribute": {
 576            "color": "#3b9ee5ff",
 577            "font_style": null,
 578            "font_weight": null
 579          },
 580          "boolean": {
 581            "color": "#a37accff",
 582            "font_style": null,
 583            "font_weight": null
 584          },
 585          "comment": {
 586            "color": "#abb0b6ff",
 587            "font_style": null,
 588            "font_weight": null
 589          },
 590          "comment.doc": {
 591            "color": "#898d90ff",
 592            "font_style": null,
 593            "font_weight": null
 594          },
 595          "constant": {
 596            "color": "#a37accff",
 597            "font_style": null,
 598            "font_weight": null
 599          },
 600          "constructor": {
 601            "color": "#3b9ee5ff",
 602            "font_style": null,
 603            "font_weight": null
 604          },
 605          "embedded": {
 606            "color": "#5c6166ff",
 607            "font_style": null,
 608            "font_weight": null
 609          },
 610          "emphasis": {
 611            "color": "#3b9ee5ff",
 612            "font_style": null,
 613            "font_weight": null
 614          },
 615          "emphasis.strong": {
 616            "color": "#3b9ee5ff",
 617            "font_style": null,
 618            "font_weight": 700
 619          },
 620          "enum": {
 621            "color": "#f98d3fff",
 622            "font_style": null,
 623            "font_weight": null
 624          },
 625          "function": {
 626            "color": "#f2ad48ff",
 627            "font_style": null,
 628            "font_weight": null
 629          },
 630          "hint": {
 631            "color": "#8ca7c2ff",
 632            "font_style": null,
 633            "font_weight": null
 634          },
 635          "keyword": {
 636            "color": "#fa8d3eff",
 637            "font_style": null,
 638            "font_weight": null
 639          },
 640          "label": {
 641            "color": "#3b9ee5ff",
 642            "font_style": null,
 643            "font_weight": null
 644          },
 645          "link_text": {
 646            "color": "#f98d3fff",
 647            "font_style": "italic",
 648            "font_weight": null
 649          },
 650          "link_uri": {
 651            "color": "#85b304ff",
 652            "font_style": null,
 653            "font_weight": null
 654          },
 655          "namespace": {
 656            "color": "#5c6166ff",
 657            "font_style": null,
 658            "font_weight": null
 659          },
 660          "number": {
 661            "color": "#a37accff",
 662            "font_style": null,
 663            "font_weight": null
 664          },
 665          "operator": {
 666            "color": "#ed9365ff",
 667            "font_style": null,
 668            "font_weight": null
 669          },
 670          "predictive": {
 671            "color": "#9eb9d3ff",
 672            "font_style": "italic",
 673            "font_weight": null
 674          },
 675          "preproc": {
 676            "color": "#5c6166ff",
 677            "font_style": null,
 678            "font_weight": null
 679          },
 680          "primary": {
 681            "color": "#5c6166ff",
 682            "font_style": null,
 683            "font_weight": null
 684          },
 685          "property": {
 686            "color": "#3b9ee5ff",
 687            "font_style": null,
 688            "font_weight": null
 689          },
 690          "punctuation": {
 691            "color": "#73777bff",
 692            "font_style": null,
 693            "font_weight": null
 694          },
 695          "punctuation.bracket": {
 696            "color": "#73777bff",
 697            "font_style": null,
 698            "font_weight": null
 699          },
 700          "punctuation.delimiter": {
 701            "color": "#73777bff",
 702            "font_style": null,
 703            "font_weight": null
 704          },
 705          "punctuation.list_marker": {
 706            "color": "#73777bff",
 707            "font_style": null,
 708            "font_weight": null
 709          },
 710          "punctuation.markup": {
 711            "color": "#73777bff",
 712            "font_style": null,
 713            "font_weight": null
 714          },
 715          "punctuation.special": {
 716            "color": "#a37accff",
 717            "font_style": null,
 718            "font_weight": null
 719          },
 720          "selector": {
 721            "color": "#a37accff",
 722            "font_style": null,
 723            "font_weight": null
 724          },
 725          "selector.pseudo": {
 726            "color": "#3b9ee5ff",
 727            "font_style": null,
 728            "font_weight": null
 729          },
 730          "string": {
 731            "color": "#86b300ff",
 732            "font_style": null,
 733            "font_weight": null
 734          },
 735          "string.escape": {
 736            "color": "#898d90ff",
 737            "font_style": null,
 738            "font_weight": null
 739          },
 740          "string.regex": {
 741            "color": "#4bbf98ff",
 742            "font_style": null,
 743            "font_weight": null
 744          },
 745          "string.special": {
 746            "color": "#e6ba7eff",
 747            "font_style": null,
 748            "font_weight": null
 749          },
 750          "string.special.symbol": {
 751            "color": "#f98d3fff",
 752            "font_style": null,
 753            "font_weight": null
 754          },
 755          "tag": {
 756            "color": "#3b9ee5ff",
 757            "font_style": null,
 758            "font_weight": null
 759          },
 760          "text.literal": {
 761            "color": "#f98d3fff",
 762            "font_style": null,
 763            "font_weight": null
 764          },
 765          "title": {
 766            "color": "#5c6166ff",
 767            "font_style": null,
 768            "font_weight": 700
 769          },
 770          "type": {
 771            "color": "#389ee6ff",
 772            "font_style": null,
 773            "font_weight": null
 774          },
 775          "variable": {
 776            "color": "#5c6166ff",
 777            "font_style": null,
 778            "font_weight": null
 779          },
 780          "variant": {
 781            "color": "#3b9ee5ff",
 782            "font_style": null,
 783            "font_weight": null
 784          }
 785        }
 786      }
 787    },
 788    {
 789      "name": "Ayu Mirage",
 790      "appearance": "dark",
 791      "style": {
 792        "border": "#53565dff",
 793        "border.variant": "#43464fff",
 794        "border.focused": "#24556fff",
 795        "border.selected": "#24556fff",
 796        "border.transparent": "#00000000",
 797        "border.disabled": "#4d5058ff",
 798        "elevated_surface.background": "#353944ff",
 799        "surface.background": "#353944ff",
 800        "background": "#464a52ff",
 801        "element.background": "#353944ff",
 802        "element.hover": "#43464fff",
 803        "element.active": "#53565dff",
 804        "element.selected": "#53565dff",
 805        "element.disabled": "#353944ff",
 806        "drop_target.background": "#9a9a9880",
 807        "ghost_element.background": "#00000000",
 808        "ghost_element.hover": "#43464fff",
 809        "ghost_element.active": "#53565dff",
 810        "ghost_element.selected": "#53565dff",
 811        "ghost_element.disabled": "#353944ff",
 812        "text": "#cccac2ff",
 813        "text.muted": "#9a9a98ff",
 814        "text.placeholder": "#7b7d7fff",
 815        "text.disabled": "#7b7d7fff",
 816        "text.accent": "#72cffeff",
 817        "icon": "#cccac2ff",
 818        "icon.muted": "#9a9a98ff",
 819        "icon.disabled": "#7b7d7fff",
 820        "icon.placeholder": "#9a9a98ff",
 821        "icon.accent": "#72cffeff",
 822        "status_bar.background": "#464a52ff",
 823        "title_bar.background": "#464a52ff",
 824        "title_bar.inactive_background": "#353944ff",
 825        "toolbar.background": "#242835ff",
 826        "tab_bar.background": "#353944ff",
 827        "tab.inactive_background": "#353944ff",
 828        "tab.active_background": "#242835ff",
 829        "search.match_background": "#73cffe66",
 830        "panel.background": "#353944ff",
 831        "panel.focused_border": null,
 832        "pane.focused_border": null,
 833        "scrollbar.thumb.background": "#cccac24c",
 834        "scrollbar.thumb.hover_background": "#43464fff",
 835        "scrollbar.thumb.border": "#43464fff",
 836        "scrollbar.track.background": "#00000000",
 837        "scrollbar.track.border": "#323641ff",
 838        "editor.foreground": "#cccac2ff",
 839        "editor.background": "#242835ff",
 840        "editor.gutter.background": "#242835ff",
 841        "editor.subheader.background": "#353944ff",
 842        "editor.active_line.background": "#353944bf",
 843        "editor.highlighted_line.background": "#353944ff",
 844        "editor.line_number": "#575c6b",
 845        "editor.active_line_number": "#e1e3ea",
 846        "editor.hover_line_number": "#b2b6c8",
 847        "editor.invisible": "#787a7cff",
 848        "editor.wrap_guide": "#cccac20d",
 849        "editor.active_wrap_guide": "#cccac21a",
 850        "editor.document_highlight.read_background": "#72cffe1a",
 851        "editor.document_highlight.write_background": "#787a7c66",
 852        "terminal.background": "#242835ff",
 853        "terminal.foreground": "#cccac2ff",
 854        "terminal.bright_foreground": "#cccac2ff",
 855        "terminal.dim_foreground": "#242835ff",
 856        "terminal.ansi.black": "#242835ff",
 857        "terminal.ansi.bright_black": "#67696eff",
 858        "terminal.ansi.dim_black": "#cccac2ff",
 859        "terminal.ansi.red": "#f18779ff",
 860        "terminal.ansi.bright_red": "#833f3cff",
 861        "terminal.ansi.dim_red": "#fec4baff",
 862        "terminal.ansi.green": "#d5fe80ff",
 863        "terminal.ansi.bright_green": "#75993cff",
 864        "terminal.ansi.dim_green": "#ecffc1ff",
 865        "terminal.ansi.yellow": "#fecf72ff",
 866        "terminal.ansi.bright_yellow": "#937237ff",
 867        "terminal.ansi.dim_yellow": "#ffe7b9ff",
 868        "terminal.ansi.blue": "#72cffeff",
 869        "terminal.ansi.bright_blue": "#336d8dff",
 870        "terminal.ansi.dim_blue": "#c1e7ffff",
 871        "terminal.ansi.magenta": "#5bcde5ff",
 872        "terminal.ansi.bright_magenta": "#2b6c7bff",
 873        "terminal.ansi.dim_magenta": "#b7e7f2ff",
 874        "terminal.ansi.cyan": "#95e5cbff",
 875        "terminal.ansi.bright_cyan": "#4c806fff",
 876        "terminal.ansi.dim_cyan": "#cbf2e4ff",
 877        "terminal.ansi.white": "#cccac2ff",
 878        "terminal.ansi.bright_white": "#fafafaff",
 879        "terminal.ansi.dim_white": "#898a8aff",
 880        "link_text.hover": "#72cffeff",
 881        "conflict": "#fecf72ff",
 882        "conflict.background": "#574018ff",
 883        "conflict.border": "#765a29ff",
 884        "created": "#d5fe80ff",
 885        "created.background": "#426117ff",
 886        "created.border": "#5d7e2cff",
 887        "deleted": "#f18779ff",
 888        "deleted.background": "#481a1bff",
 889        "deleted.border": "#662e2dff",
 890        "error": "#f18779ff",
 891        "error.background": "#481a1bff",
 892        "error.border": "#662e2dff",
 893        "hidden": "#7b7d7fff",
 894        "hidden.background": "#464a52ff",
 895        "hidden.border": "#4d5058ff",
 896        "hint": "#7399a3ff",
 897        "hint.background": "#123950ff",
 898        "hint.border": "#24556fff",
 899        "ignored": "#7b7d7fff",
 900        "ignored.background": "#464a52ff",
 901        "ignored.border": "#53565dff",
 902        "info": "#72cffeff",
 903        "info.background": "#123950ff",
 904        "info.border": "#24556fff",
 905        "modified": "#fecf72ff",
 906        "modified.background": "#574018ff",
 907        "modified.border": "#765a29ff",
 908        "predictive": "#6d839bff",
 909        "predictive.background": "#426117ff",
 910        "predictive.border": "#5d7e2cff",
 911        "renamed": "#72cffeff",
 912        "renamed.background": "#123950ff",
 913        "renamed.border": "#24556fff",
 914        "success": "#d5fe80ff",
 915        "success.background": "#426117ff",
 916        "success.border": "#5d7e2cff",
 917        "unreachable": "#9a9a98ff",
 918        "unreachable.background": "#464a52ff",
 919        "unreachable.border": "#53565dff",
 920        "warning": "#fecf72ff",
 921        "warning.background": "#574018ff",
 922        "warning.border": "#765a29ff",
 923        "players": [
 924          {
 925            "cursor": "#72cffeff",
 926            "background": "#72cffeff",
 927            "selection": "#72cffe3d"
 928          },
 929          {
 930            "cursor": "#5bcde5ff",
 931            "background": "#5bcde5ff",
 932            "selection": "#5bcde53d"
 933          },
 934          {
 935            "cursor": "#fead66ff",
 936            "background": "#fead66ff",
 937            "selection": "#fead663d"
 938          },
 939          {
 940            "cursor": "#debffeff",
 941            "background": "#debffeff",
 942            "selection": "#debffe3d"
 943          },
 944          {
 945            "cursor": "#95e5cbff",
 946            "background": "#95e5cbff",
 947            "selection": "#95e5cb3d"
 948          },
 949          {
 950            "cursor": "#f18779ff",
 951            "background": "#f18779ff",
 952            "selection": "#f187793d"
 953          },
 954          {
 955            "cursor": "#fecf72ff",
 956            "background": "#fecf72ff",
 957            "selection": "#fecf723d"
 958          },
 959          {
 960            "cursor": "#d5fe80ff",
 961            "background": "#d5fe80ff",
 962            "selection": "#d5fe803d"
 963          }
 964        ],
 965        "syntax": {
 966          "attribute": {
 967            "color": "#72cffeff",
 968            "font_style": null,
 969            "font_weight": null
 970          },
 971          "boolean": {
 972            "color": "#dfbfffff",
 973            "font_style": null,
 974            "font_weight": null
 975          },
 976          "comment": {
 977            "color": "#5c6773ff",
 978            "font_style": null,
 979            "font_weight": null
 980          },
 981          "comment.doc": {
 982            "color": "#9b9b99ff",
 983            "font_style": null,
 984            "font_weight": null
 985          },
 986          "constant": {
 987            "color": "#dfbfffff",
 988            "font_style": null,
 989            "font_weight": null
 990          },
 991          "constructor": {
 992            "color": "#72cffeff",
 993            "font_style": null,
 994            "font_weight": null
 995          },
 996          "embedded": {
 997            "color": "#cccac2ff",
 998            "font_style": null,
 999            "font_weight": null
1000          },
1001          "emphasis": {
1002            "color": "#72cffeff",
1003            "font_style": null,
1004            "font_weight": null
1005          },
1006          "emphasis.strong": {
1007            "color": "#72cffeff",
1008            "font_style": null,
1009            "font_weight": 700
1010          },
1011          "enum": {
1012            "color": "#fead66ff",
1013            "font_style": null,
1014            "font_weight": null
1015          },
1016          "function": {
1017            "color": "#ffd173ff",
1018            "font_style": null,
1019            "font_weight": null
1020          },
1021          "hint": {
1022            "color": "#7399a3ff",
1023            "font_style": null,
1024            "font_weight": null
1025          },
1026          "keyword": {
1027            "color": "#ffad65ff",
1028            "font_style": null,
1029            "font_weight": null
1030          },
1031          "label": {
1032            "color": "#72cffeff",
1033            "font_style": null,
1034            "font_weight": null
1035          },
1036          "link_text": {
1037            "color": "#fead66ff",
1038            "font_style": "italic",
1039            "font_weight": null
1040          },
1041          "link_uri": {
1042            "color": "#d5fe80ff",
1043            "font_style": null,
1044            "font_weight": null
1045          },
1046          "namespace": {
1047            "color": "#cccac2ff",
1048            "font_style": null,
1049            "font_weight": null
1050          },
1051          "number": {
1052            "color": "#dfbfffff",
1053            "font_style": null,
1054            "font_weight": null
1055          },
1056          "operator": {
1057            "color": "#f29e74ff",
1058            "font_style": null,
1059            "font_weight": null
1060          },
1061          "predictive": {
1062            "color": "#6d839bff",
1063            "font_style": "italic",
1064            "font_weight": null
1065          },
1066          "preproc": {
1067            "color": "#cccac2ff",
1068            "font_style": null,
1069            "font_weight": null
1070          },
1071          "primary": {
1072            "color": "#cccac2ff",
1073            "font_style": null,
1074            "font_weight": null
1075          },
1076          "property": {
1077            "color": "#72cffeff",
1078            "font_style": null,
1079            "font_weight": null
1080          },
1081          "punctuation": {
1082            "color": "#b4b3aeff",
1083            "font_style": null,
1084            "font_weight": null
1085          },
1086          "punctuation.bracket": {
1087            "color": "#b4b3aeff",
1088            "font_style": null,
1089            "font_weight": null
1090          },
1091          "punctuation.delimiter": {
1092            "color": "#b4b3aeff",
1093            "font_style": null,
1094            "font_weight": null
1095          },
1096          "punctuation.list_marker": {
1097            "color": "#b4b3aeff",
1098            "font_style": null,
1099            "font_weight": null
1100          },
1101          "punctuation.markup": {
1102            "color": "#b4b3aeff",
1103            "font_style": null,
1104            "font_weight": null
1105          },
1106          "punctuation.special": {
1107            "color": "#dfbfffff",
1108            "font_style": null,
1109            "font_weight": null
1110          },
1111          "selector": {
1112            "color": "#dfbfffff",
1113            "font_style": null,
1114            "font_weight": null
1115          },
1116          "selector.pseudo": {
1117            "color": "#72cffeff",
1118            "font_style": null,
1119            "font_weight": null
1120          },
1121          "string": {
1122            "color": "#d4fe7fff",
1123            "font_style": null,
1124            "font_weight": null
1125          },
1126          "string.escape": {
1127            "color": "#9b9b99ff",
1128            "font_style": null,
1129            "font_weight": null
1130          },
1131          "string.regex": {
1132            "color": "#95e6cbff",
1133            "font_style": null,
1134            "font_weight": null
1135          },
1136          "string.special": {
1137            "color": "#ffdfb3ff",
1138            "font_style": null,
1139            "font_weight": null
1140          },
1141          "string.special.symbol": {
1142            "color": "#fead66ff",
1143            "font_style": null,
1144            "font_weight": null
1145          },
1146          "tag": {
1147            "color": "#72cffeff",
1148            "font_style": null,
1149            "font_weight": null
1150          },
1151          "text.literal": {
1152            "color": "#fead66ff",
1153            "font_style": null,
1154            "font_weight": null
1155          },
1156          "title": {
1157            "color": "#cccac2ff",
1158            "font_style": null,
1159            "font_weight": 700
1160          },
1161          "type": {
1162            "color": "#73cfffff",
1163            "font_style": null,
1164            "font_weight": null
1165          },
1166          "variable": {
1167            "color": "#cccac2ff",
1168            "font_style": null,
1169            "font_weight": null
1170          },
1171          "variant": {
1172            "color": "#72cffeff",
1173            "font_style": null,
1174            "font_weight": null
1175          }
1176        }
1177      }
1178    }
1179  ]
1180}