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