rose_pine.json

   1{
   2  "name": "Rosé Pine",
   3  "author": "Zed Industries",
   4  "themes": [
   5    {
   6      "name": "Rosé Pine",
   7      "appearance": "dark",
   8      "style": {
   9        "border": "#423f55ff",
  10        "border.variant": "#232132ff",
  11        "border.focused": "#435255ff",
  12        "border.selected": "#435255ff",
  13        "border.transparent": "#00000000",
  14        "border.disabled": "#353347ff",
  15        "elevated_surface.background": "#1c1b2aff",
  16        "surface.background": "#1c1b2aff",
  17        "background": "#292738ff",
  18        "element.background": "#1c1b2aff",
  19        "element.hover": "#232132ff",
  20        "element.active": "#403e53ff",
  21        "element.selected": "#403e53ff",
  22        "element.disabled": "#1c1b2aff",
  23        "drop_target.background": "#74708d80",
  24        "ghost_element.background": "#00000000",
  25        "ghost_element.hover": "#232132ff",
  26        "ghost_element.active": "#403e53ff",
  27        "ghost_element.selected": "#403e53ff",
  28        "ghost_element.disabled": "#1c1b2aff",
  29        "text": "#e0def4ff",
  30        "text.muted": "#74708dff",
  31        "text.placeholder": "#2f2b43ff",
  32        "text.disabled": "#2f2b43ff",
  33        "text.accent": "#9bced6ff",
  34        "icon": "#e0def4ff",
  35        "icon.muted": "#74708dff",
  36        "icon.disabled": "#2f2b43ff",
  37        "icon.placeholder": "#74708dff",
  38        "icon.accent": "#9bced6ff",
  39        "status_bar.background": "#292738ff",
  40        "title_bar.background": "#292738ff",
  41        "toolbar.background": "#191724ff",
  42        "tab_bar.background": "#1c1b2aff",
  43        "tab.inactive_background": "#1c1b2aff",
  44        "tab.active_background": "#191724ff",
  45        "search.match_background": "#57949f66",
  46        "panel.background": "#1c1b2aff",
  47        "panel.focused_border": null,
  48        "pane.focused_border": null,
  49        "scrollbar.thumb.background": "#e0def44c",
  50        "scrollbar.thumb.hover_background": "#232132ff",
  51        "scrollbar.thumb.border": "#232132ff",
  52        "scrollbar.track.background": "#00000000",
  53        "scrollbar.track.border": "#1b1a29ff",
  54        "editor.foreground": "#e0def4ff",
  55        "editor.background": "#191724ff",
  56        "editor.gutter.background": "#191724ff",
  57        "editor.subheader.background": "#1c1b2aff",
  58        "editor.active_line.background": "#1c1b2abf",
  59        "editor.highlighted_line.background": "#1c1b2aff",
  60        "editor.line_number": "#e0def459",
  61        "editor.active_line_number": "#e0def4ff",
  62        "editor.invisible": "#28253cff",
  63        "editor.wrap_guide": "#e0def40d",
  64        "editor.active_wrap_guide": "#e0def41a",
  65        "editor.document_highlight.read_background": "#9bced61a",
  66        "editor.document_highlight.write_background": "#28253c66",
  67        "terminal.background": "#191724ff",
  68        "terminal.foreground": "#e0def4ff",
  69        "terminal.bright_foreground": "#e0def4ff",
  70        "terminal.dim_foreground": "#191724ff",
  71        "terminal.ansi.black": "#191724ff",
  72        "terminal.ansi.bright_black": "#403d55ff",
  73        "terminal.ansi.dim_black": "#e0def4ff",
  74        "terminal.ansi.red": "#ea6e92ff",
  75        "terminal.ansi.bright_red": "#7e3647ff",
  76        "terminal.ansi.dim_red": "#fab9c6ff",
  77        "terminal.ansi.green": "#5cc1a3ff",
  78        "terminal.ansi.bright_green": "#31614fff",
  79        "terminal.ansi.dim_green": "#b3e1d1ff",
  80        "terminal.ansi.yellow": "#f6c177ff",
  81        "terminal.ansi.bright_yellow": "#8a643aff",
  82        "terminal.ansi.dim_yellow": "#fedfbbff",
  83        "terminal.ansi.blue": "#9bced6ff",
  84        "terminal.ansi.bright_blue": "#566b70ff",
  85        "terminal.ansi.dim_blue": "#cfe7ebff",
  86        "terminal.ansi.magenta": "#9d7591ff",
  87        "terminal.ansi.bright_magenta": "#4c3b47ff",
  88        "terminal.ansi.dim_magenta": "#ceb9c7ff",
  89        "terminal.ansi.cyan": "#31738fff",
  90        "terminal.ansi.bright_cyan": "#203a46ff",
  91        "terminal.ansi.dim_cyan": "#9cb7c6ff",
  92        "terminal.ansi.white": "#e0def4ff",
  93        "terminal.ansi.bright_white": "#e0def4ff",
  94        "terminal.ansi.dim_white": "#514e68ff",
  95        "link_text.hover": "#9bced6ff",
  96        "conflict": "#f6c177ff",
  97        "conflict.background": "#50331aff",
  98        "conflict.border": "#6d4d2bff",
  99        "created": "#5cc1a3ff",
 100        "created.background": "#182d23ff",
 101        "created.border": "#254839ff",
 102        "deleted": "#ea6e92ff",
 103        "deleted.background": "#431720ff",
 104        "deleted.border": "#612834ff",
 105        "error": "#ea6e92ff",
 106        "error.background": "#431720ff",
 107        "error.border": "#612834ff",
 108        "hidden": "#2f2b43ff",
 109        "hidden.background": "#292738ff",
 110        "hidden.border": "#353347ff",
 111        "hint": "#5e768cff",
 112        "hint.background": "#2f3639ff",
 113        "hint.border": "#435255ff",
 114        "ignored": "#2f2b43ff",
 115        "ignored.background": "#292738ff",
 116        "ignored.border": "#423f55ff",
 117        "info": "#9bced6ff",
 118        "info.background": "#2f3639ff",
 119        "info.border": "#435255ff",
 120        "modified": "#f6c177ff",
 121        "modified.background": "#50331aff",
 122        "modified.border": "#6d4d2bff",
 123        "predictive": "#556b81ff",
 124        "predictive.background": "#182d23ff",
 125        "predictive.border": "#254839ff",
 126        "renamed": "#9bced6ff",
 127        "renamed.background": "#2f3639ff",
 128        "renamed.border": "#435255ff",
 129        "success": "#5cc1a3ff",
 130        "success.background": "#182d23ff",
 131        "success.border": "#254839ff",
 132        "unreachable": "#74708dff",
 133        "unreachable.background": "#292738ff",
 134        "unreachable.border": "#423f55ff",
 135        "warning": "#f6c177ff",
 136        "warning.background": "#50331aff",
 137        "warning.border": "#6d4d2bff",
 138        "players": [
 139          {
 140            "cursor": "#9bced6ff",
 141            "background": "#9bced6ff",
 142            "selection": "#9bced63d"
 143          },
 144          {
 145            "cursor": "#9d7591ff",
 146            "background": "#9d7591ff",
 147            "selection": "#9d75913d"
 148          },
 149          {
 150            "cursor": "#c4a7e6ff",
 151            "background": "#c4a7e6ff",
 152            "selection": "#c4a7e63d"
 153          },
 154          {
 155            "cursor": "#c4a7e6ff",
 156            "background": "#c4a7e6ff",
 157            "selection": "#c4a7e63d"
 158          },
 159          {
 160            "cursor": "#31738fff",
 161            "background": "#31738fff",
 162            "selection": "#31738f3d"
 163          },
 164          {
 165            "cursor": "#ea6e92ff",
 166            "background": "#ea6e92ff",
 167            "selection": "#ea6e923d"
 168          },
 169          {
 170            "cursor": "#f6c177ff",
 171            "background": "#f6c177ff",
 172            "selection": "#f6c1773d"
 173          },
 174          {
 175            "cursor": "#5cc1a3ff",
 176            "background": "#5cc1a3ff",
 177            "selection": "#5cc1a33d"
 178          }
 179        ],
 180        "syntax": {
 181          "attribute": {
 182            "color": "#9bced6ff",
 183            "font_style": null,
 184            "font_weight": null
 185          },
 186          "boolean": {
 187            "color": "#ebbcbaff",
 188            "font_style": null,
 189            "font_weight": null
 190          },
 191          "comment": {
 192            "color": "#6e6a86ff",
 193            "font_style": null,
 194            "font_weight": null
 195          },
 196          "comment.doc": {
 197            "color": "#76728fff",
 198            "font_style": null,
 199            "font_weight": null
 200          },
 201          "constant": {
 202            "color": "#5cc1a3ff",
 203            "font_style": null,
 204            "font_weight": null
 205          },
 206          "constructor": {
 207            "color": "#9bced6ff",
 208            "font_style": null,
 209            "font_weight": null
 210          },
 211          "embedded": {
 212            "color": "#e0def4ff",
 213            "font_style": null,
 214            "font_weight": null
 215          },
 216          "emphasis": {
 217            "color": "#9bced6ff",
 218            "font_style": null,
 219            "font_weight": null
 220          },
 221          "emphasis.strong": {
 222            "color": "#9bced6ff",
 223            "font_style": null,
 224            "font_weight": 700
 225          },
 226          "enum": {
 227            "color": "#c4a7e6ff",
 228            "font_style": null,
 229            "font_weight": null
 230          },
 231          "function": {
 232            "color": "#ebbcbaff",
 233            "font_style": null,
 234            "font_weight": null
 235          },
 236          "function.method": {
 237            "color": "#ebbcbaff",
 238            "font_style": null,
 239            "font_weight": null
 240          },
 241          "hint": {
 242            "color": "#5e768cff",
 243            "font_style": null,
 244            "font_weight": 700
 245          },
 246          "keyword": {
 247            "color": "#30738fff",
 248            "font_style": null,
 249            "font_weight": null
 250          },
 251          "label": {
 252            "color": "#9bced6ff",
 253            "font_style": null,
 254            "font_weight": null
 255          },
 256          "link_text": {
 257            "color": "#9ccfd8ff",
 258            "font_style": "normal",
 259            "font_weight": null
 260          },
 261          "link_uri": {
 262            "color": "#ebbcbaff",
 263            "font_style": null,
 264            "font_weight": null
 265          },
 266          "number": {
 267            "color": "#5cc1a3ff",
 268            "font_style": null,
 269            "font_weight": null
 270          },
 271          "operator": {
 272            "color": "#30738fff",
 273            "font_style": null,
 274            "font_weight": null
 275          },
 276          "predictive": {
 277            "color": "#556b81ff",
 278            "font_style": "italic",
 279            "font_weight": null
 280          },
 281          "preproc": {
 282            "color": "#e0def4ff",
 283            "font_style": null,
 284            "font_weight": null
 285          },
 286          "primary": {
 287            "color": "#e0def4ff",
 288            "font_style": null,
 289            "font_weight": null
 290          },
 291          "property": {
 292            "color": "#9bced6ff",
 293            "font_style": null,
 294            "font_weight": null
 295          },
 296          "punctuation": {
 297            "color": "#908caaff",
 298            "font_style": null,
 299            "font_weight": null
 300          },
 301          "punctuation.bracket": {
 302            "color": "#9d99b6ff",
 303            "font_style": null,
 304            "font_weight": null
 305          },
 306          "punctuation.delimiter": {
 307            "color": "#9d99b6ff",
 308            "font_style": null,
 309            "font_weight": null
 310          },
 311          "punctuation.list_marker": {
 312            "color": "#9d99b6ff",
 313            "font_style": null,
 314            "font_weight": null
 315          },
 316          "punctuation.special": {
 317            "color": "#9d99b6ff",
 318            "font_style": null,
 319            "font_weight": null
 320          },
 321          "string": {
 322            "color": "#f6c177ff",
 323            "font_style": null,
 324            "font_weight": null
 325          },
 326          "string.escape": {
 327            "color": "#76728fff",
 328            "font_style": null,
 329            "font_weight": null
 330          },
 331          "string.regex": {
 332            "color": "#c4a7e6ff",
 333            "font_style": null,
 334            "font_weight": null
 335          },
 336          "string.special": {
 337            "color": "#c4a7e6ff",
 338            "font_style": null,
 339            "font_weight": null
 340          },
 341          "string.special.symbol": {
 342            "color": "#c4a7e6ff",
 343            "font_style": null,
 344            "font_weight": null
 345          },
 346          "tag": {
 347            "color": "#9ccfd8ff",
 348            "font_style": null,
 349            "font_weight": null
 350          },
 351          "text.literal": {
 352            "color": "#c4a7e6ff",
 353            "font_style": null,
 354            "font_weight": null
 355          },
 356          "title": {
 357            "color": "#f6c177ff",
 358            "font_style": null,
 359            "font_weight": 700
 360          },
 361          "type": {
 362            "color": "#9ccfd8ff",
 363            "font_style": null,
 364            "font_weight": null
 365          },
 366          "type.builtin": {
 367            "color": "#9ccfd8ff",
 368            "font_style": null,
 369            "font_weight": null
 370          },
 371          "variable": {
 372            "color": "#e0def4ff",
 373            "font_style": null,
 374            "font_weight": null
 375          },
 376          "variant": {
 377            "color": "#9bced6ff",
 378            "font_style": null,
 379            "font_weight": null
 380          }
 381        }
 382      }
 383    },
 384    {
 385      "name": "Rosé Pine Dawn",
 386      "appearance": "light",
 387      "style": {
 388        "border": "#dcd6d5ff",
 389        "border.variant": "#e5e0dfff",
 390        "border.focused": "#c3d7dbff",
 391        "border.selected": "#c3d7dbff",
 392        "border.transparent": "#00000000",
 393        "border.disabled": "#d0cccfff",
 394        "elevated_surface.background": "#fef9f2ff",
 395        "surface.background": "#fef9f2ff",
 396        "background": "#dcd8d8ff",
 397        "element.background": "#fef9f2ff",
 398        "element.hover": "#e5e0dfff",
 399        "element.active": "#dad4d3ff",
 400        "element.selected": "#dad4d3ff",
 401        "element.disabled": "#fef9f2ff",
 402        "drop_target.background": "#706c8c80",
 403        "ghost_element.background": "#00000000",
 404        "ghost_element.hover": "#e5e0dfff",
 405        "ghost_element.active": "#dad4d3ff",
 406        "ghost_element.selected": "#dad4d3ff",
 407        "ghost_element.disabled": "#fef9f2ff",
 408        "text": "#575279ff",
 409        "text.muted": "#706c8cff",
 410        "text.placeholder": "#938fa3ff",
 411        "text.disabled": "#938fa3ff",
 412        "text.accent": "#57949fff",
 413        "icon": "#575279ff",
 414        "icon.muted": "#706c8cff",
 415        "icon.disabled": "#938fa3ff",
 416        "icon.placeholder": "#706c8cff",
 417        "icon.accent": "#57949fff",
 418        "status_bar.background": "#dcd8d8ff",
 419        "title_bar.background": "#dcd8d8ff",
 420        "toolbar.background": "#faf4edff",
 421        "tab_bar.background": "#fef9f2ff",
 422        "tab.inactive_background": "#fef9f2ff",
 423        "tab.active_background": "#faf4edff",
 424        "search.match_background": "#9cced766",
 425        "panel.background": "#fef9f2ff",
 426        "panel.focused_border": null,
 427        "pane.focused_border": null,
 428        "scrollbar.thumb.background": "#5752794c",
 429        "scrollbar.thumb.hover_background": "#e5e0dfff",
 430        "scrollbar.thumb.border": "#e5e0dfff",
 431        "scrollbar.track.background": "#00000000",
 432        "scrollbar.track.border": "#fdf8f1ff",
 433        "editor.foreground": "#575279ff",
 434        "editor.background": "#faf4edff",
 435        "editor.gutter.background": "#faf4edff",
 436        "editor.subheader.background": "#fef9f2ff",
 437        "editor.active_line.background": "#fef9f2bf",
 438        "editor.highlighted_line.background": "#fef9f2ff",
 439        "editor.line_number": "#57527959",
 440        "editor.active_line_number": "#575279ff",
 441        "editor.invisible": "#9691a4ff",
 442        "editor.wrap_guide": "#5752790d",
 443        "editor.active_wrap_guide": "#5752791a",
 444        "editor.document_highlight.read_background": "#57949f1a",
 445        "editor.document_highlight.write_background": "#9691a466",
 446        "terminal.background": "#faf4edff",
 447        "terminal.foreground": "#575279ff",
 448        "terminal.bright_foreground": "#575279ff",
 449        "terminal.dim_foreground": "#faf4edff",
 450        "terminal.ansi.black": "#faf4edff",
 451        "terminal.ansi.bright_black": "#b8b2baff",
 452        "terminal.ansi.dim_black": "#575279ff",
 453        "terminal.ansi.red": "#b4647aff",
 454        "terminal.ansi.bright_red": "#dcb0bbff",
 455        "terminal.ansi.dim_red": "#57333dff",
 456        "terminal.ansi.green": "#3daa8eff",
 457        "terminal.ansi.bright_green": "#a5d5c5ff",
 458        "terminal.ansi.dim_green": "#265245ff",
 459        "terminal.ansi.yellow": "#e99d35ff",
 460        "terminal.ansi.bright_yellow": "#fccd9bff",
 461        "terminal.ansi.dim_yellow": "#854a1eff",
 462        "terminal.ansi.blue": "#57949fff",
 463        "terminal.ansi.bright_blue": "#acc9ceff",
 464        "terminal.ansi.dim_blue": "#2f484dff",
 465        "terminal.ansi.magenta": "#7c697fff",
 466        "terminal.ansi.bright_magenta": "#bcb1bdff",
 467        "terminal.ansi.dim_magenta": "#3e353fff",
 468        "terminal.ansi.cyan": "#296983ff",
 469        "terminal.ansi.bright_cyan": "#97b1c0ff",
 470        "terminal.ansi.dim_cyan": "#1b3541ff",
 471        "terminal.ansi.white": "#575279ff",
 472        "terminal.ansi.bright_white": "#575279ff",
 473        "terminal.ansi.dim_white": "#827e98ff",
 474        "link_text.hover": "#57949fff",
 475        "conflict": "#e99d35ff",
 476        "conflict.background": "#ffebd6ff",
 477        "conflict.border": "#ffdab7ff",
 478        "created": "#3daa8eff",
 479        "created.background": "#dbeee7ff",
 480        "created.border": "#bee0d5ff",
 481        "deleted": "#b4647aff",
 482        "deleted.background": "#f1dfe3ff",
 483        "deleted.border": "#e6c6cdff",
 484        "error": "#b4647aff",
 485        "error.background": "#f1dfe3ff",
 486        "error.border": "#e6c6cdff",
 487        "hidden": "#938fa3ff",
 488        "hidden.background": "#dcd8d8ff",
 489        "hidden.border": "#d0cccfff",
 490        "hint": "#7a92aaff",
 491        "hint.background": "#dde9ebff",
 492        "hint.border": "#c3d7dbff",
 493        "ignored": "#938fa3ff",
 494        "ignored.background": "#dcd8d8ff",
 495        "ignored.border": "#dcd6d5ff",
 496        "info": "#57949fff",
 497        "info.background": "#dde9ebff",
 498        "info.border": "#c3d7dbff",
 499        "modified": "#e99d35ff",
 500        "modified.background": "#ffebd6ff",
 501        "modified.border": "#ffdab7ff",
 502        "predictive": "#a2acbeff",
 503        "predictive.background": "#dbeee7ff",
 504        "predictive.border": "#bee0d5ff",
 505        "renamed": "#57949fff",
 506        "renamed.background": "#dde9ebff",
 507        "renamed.border": "#c3d7dbff",
 508        "success": "#3daa8eff",
 509        "success.background": "#dbeee7ff",
 510        "success.border": "#bee0d5ff",
 511        "unreachable": "#706c8cff",
 512        "unreachable.background": "#dcd8d8ff",
 513        "unreachable.border": "#dcd6d5ff",
 514        "warning": "#e99d35ff",
 515        "warning.background": "#ffebd6ff",
 516        "warning.border": "#ffdab7ff",
 517        "players": [
 518          {
 519            "cursor": "#57949fff",
 520            "background": "#57949fff",
 521            "selection": "#57949f3d"
 522          },
 523          {
 524            "cursor": "#7c697fff",
 525            "background": "#7c697fff",
 526            "selection": "#7c697f3d"
 527          },
 528          {
 529            "cursor": "#9079a9ff",
 530            "background": "#9079a9ff",
 531            "selection": "#9079a93d"
 532          },
 533          {
 534            "cursor": "#9079a9ff",
 535            "background": "#9079a9ff",
 536            "selection": "#9079a93d"
 537          },
 538          {
 539            "cursor": "#296983ff",
 540            "background": "#296983ff",
 541            "selection": "#2969833d"
 542          },
 543          {
 544            "cursor": "#b4647aff",
 545            "background": "#b4647aff",
 546            "selection": "#b4647a3d"
 547          },
 548          {
 549            "cursor": "#e99d35ff",
 550            "background": "#e99d35ff",
 551            "selection": "#e99d353d"
 552          },
 553          {
 554            "cursor": "#3daa8eff",
 555            "background": "#3daa8eff",
 556            "selection": "#3daa8e3d"
 557          }
 558        ],
 559        "syntax": {
 560          "attribute": {
 561            "color": "#57949fff",
 562            "font_style": null,
 563            "font_weight": null
 564          },
 565          "boolean": {
 566            "color": "#d7827dff",
 567            "font_style": null,
 568            "font_weight": null
 569          },
 570          "comment": {
 571            "color": "#9893a5ff",
 572            "font_style": null,
 573            "font_weight": null
 574          },
 575          "comment.doc": {
 576            "color": "#6e6a8bff",
 577            "font_style": null,
 578            "font_weight": null
 579          },
 580          "constant": {
 581            "color": "#3daa8eff",
 582            "font_style": null,
 583            "font_weight": null
 584          },
 585          "constructor": {
 586            "color": "#57949fff",
 587            "font_style": null,
 588            "font_weight": null
 589          },
 590          "embedded": {
 591            "color": "#575279ff",
 592            "font_style": null,
 593            "font_weight": null
 594          },
 595          "emphasis": {
 596            "color": "#57949fff",
 597            "font_style": null,
 598            "font_weight": null
 599          },
 600          "emphasis.strong": {
 601            "color": "#57949fff",
 602            "font_style": null,
 603            "font_weight": 700
 604          },
 605          "enum": {
 606            "color": "#9079a9ff",
 607            "font_style": null,
 608            "font_weight": null
 609          },
 610          "function": {
 611            "color": "#d7827dff",
 612            "font_style": null,
 613            "font_weight": null
 614          },
 615          "function.method": {
 616            "color": "#d7827dff",
 617            "font_style": null,
 618            "font_weight": null
 619          },
 620          "hint": {
 621            "color": "#7a92aaff",
 622            "font_style": null,
 623            "font_weight": 700
 624          },
 625          "keyword": {
 626            "color": "#276983ff",
 627            "font_style": null,
 628            "font_weight": null
 629          },
 630          "label": {
 631            "color": "#57949fff",
 632            "font_style": null,
 633            "font_weight": null
 634          },
 635          "link_text": {
 636            "color": "#55949fff",
 637            "font_style": "normal",
 638            "font_weight": null
 639          },
 640          "link_uri": {
 641            "color": "#d7827dff",
 642            "font_style": null,
 643            "font_weight": null
 644          },
 645          "number": {
 646            "color": "#3daa8eff",
 647            "font_style": null,
 648            "font_weight": null
 649          },
 650          "operator": {
 651            "color": "#276983ff",
 652            "font_style": null,
 653            "font_weight": null
 654          },
 655          "predictive": {
 656            "color": "#a2acbeff",
 657            "font_style": "italic",
 658            "font_weight": null
 659          },
 660          "preproc": {
 661            "color": "#575279ff",
 662            "font_style": null,
 663            "font_weight": null
 664          },
 665          "primary": {
 666            "color": "#575279ff",
 667            "font_style": null,
 668            "font_weight": null
 669          },
 670          "property": {
 671            "color": "#57949fff",
 672            "font_style": null,
 673            "font_weight": null
 674          },
 675          "punctuation": {
 676            "color": "#797593ff",
 677            "font_style": null,
 678            "font_weight": null
 679          },
 680          "punctuation.bracket": {
 681            "color": "#635e82ff",
 682            "font_style": null,
 683            "font_weight": null
 684          },
 685          "punctuation.delimiter": {
 686            "color": "#635e82ff",
 687            "font_style": null,
 688            "font_weight": null
 689          },
 690          "punctuation.list_marker": {
 691            "color": "#635e82ff",
 692            "font_style": null,
 693            "font_weight": null
 694          },
 695          "punctuation.special": {
 696            "color": "#635e82ff",
 697            "font_style": null,
 698            "font_weight": null
 699          },
 700          "string": {
 701            "color": "#ea9d34ff",
 702            "font_style": null,
 703            "font_weight": null
 704          },
 705          "string.escape": {
 706            "color": "#6e6a8bff",
 707            "font_style": null,
 708            "font_weight": null
 709          },
 710          "string.regex": {
 711            "color": "#9079a9ff",
 712            "font_style": null,
 713            "font_weight": null
 714          },
 715          "string.special": {
 716            "color": "#9079a9ff",
 717            "font_style": null,
 718            "font_weight": null
 719          },
 720          "string.special.symbol": {
 721            "color": "#9079a9ff",
 722            "font_style": null,
 723            "font_weight": null
 724          },
 725          "tag": {
 726            "color": "#55949fff",
 727            "font_style": null,
 728            "font_weight": null
 729          },
 730          "text.literal": {
 731            "color": "#9079a9ff",
 732            "font_style": null,
 733            "font_weight": null
 734          },
 735          "title": {
 736            "color": "#ea9d34ff",
 737            "font_style": null,
 738            "font_weight": 700
 739          },
 740          "type": {
 741            "color": "#55949fff",
 742            "font_style": null,
 743            "font_weight": null
 744          },
 745          "type.builtin": {
 746            "color": "#55949fff",
 747            "font_style": null,
 748            "font_weight": null
 749          },
 750          "variable": {
 751            "color": "#575279ff",
 752            "font_style": null,
 753            "font_weight": null
 754          },
 755          "variant": {
 756            "color": "#57949fff",
 757            "font_style": null,
 758            "font_weight": null
 759          }
 760        }
 761      }
 762    },
 763    {
 764      "name": "Rosé Pine Moon",
 765      "appearance": "dark",
 766      "style": {
 767        "border": "#504c68ff",
 768        "border.variant": "#322f48ff",
 769        "border.focused": "#435255ff",
 770        "border.selected": "#435255ff",
 771        "border.transparent": "#00000000",
 772        "border.disabled": "#44415bff",
 773        "elevated_surface.background": "#28253cff",
 774        "surface.background": "#28253cff",
 775        "background": "#38354eff",
 776        "element.background": "#28253cff",
 777        "element.hover": "#322f48ff",
 778        "element.active": "#4f4b66ff",
 779        "element.selected": "#4f4b66ff",
 780        "element.disabled": "#28253cff",
 781        "drop_target.background": "#85819e80",
 782        "ghost_element.background": "#00000000",
 783        "ghost_element.hover": "#322f48ff",
 784        "ghost_element.active": "#4f4b66ff",
 785        "ghost_element.selected": "#4f4b66ff",
 786        "ghost_element.disabled": "#28253cff",
 787        "text": "#e0def4ff",
 788        "text.muted": "#85819eff",
 789        "text.placeholder": "#605d7aff",
 790        "text.disabled": "#605d7aff",
 791        "text.accent": "#9bced6ff",
 792        "icon": "#e0def4ff",
 793        "icon.muted": "#85819eff",
 794        "icon.disabled": "#605d7aff",
 795        "icon.placeholder": "#85819eff",
 796        "icon.accent": "#9bced6ff",
 797        "status_bar.background": "#38354eff",
 798        "title_bar.background": "#38354eff",
 799        "toolbar.background": "#232136ff",
 800        "tab_bar.background": "#28253cff",
 801        "tab.inactive_background": "#28253cff",
 802        "tab.active_background": "#232136ff",
 803        "search.match_background": "#9cced766",
 804        "panel.background": "#28253cff",
 805        "panel.focused_border": null,
 806        "pane.focused_border": null,
 807        "scrollbar.thumb.background": "#e0def44c",
 808        "scrollbar.thumb.hover_background": "#322f48ff",
 809        "scrollbar.thumb.border": "#322f48ff",
 810        "scrollbar.track.background": "#00000000",
 811        "scrollbar.track.border": "#27243bff",
 812        "editor.foreground": "#e0def4ff",
 813        "editor.background": "#232136ff",
 814        "editor.gutter.background": "#232136ff",
 815        "editor.subheader.background": "#28253cff",
 816        "editor.active_line.background": "#28253cbf",
 817        "editor.highlighted_line.background": "#28253cff",
 818        "editor.line_number": "#e0def459",
 819        "editor.active_line_number": "#e0def4ff",
 820        "editor.invisible": "#595571ff",
 821        "editor.wrap_guide": "#e0def40d",
 822        "editor.active_wrap_guide": "#e0def41a",
 823        "editor.document_highlight.read_background": "#9bced61a",
 824        "editor.document_highlight.write_background": "#59557166",
 825        "terminal.background": "#232136ff",
 826        "terminal.foreground": "#e0def4ff",
 827        "terminal.bright_foreground": "#e0def4ff",
 828        "terminal.dim_foreground": "#232136ff",
 829        "terminal.ansi.black": "#232136ff",
 830        "terminal.ansi.bright_black": "#3f3b58ff",
 831        "terminal.ansi.dim_black": "#e0def4ff",
 832        "terminal.ansi.red": "#ea6e92ff",
 833        "terminal.ansi.bright_red": "#7e3647ff",
 834        "terminal.ansi.dim_red": "#fab9c6ff",
 835        "terminal.ansi.green": "#5cc1a3ff",
 836        "terminal.ansi.bright_green": "#31614fff",
 837        "terminal.ansi.dim_green": "#b3e1d1ff",
 838        "terminal.ansi.yellow": "#f6c177ff",
 839        "terminal.ansi.bright_yellow": "#8a643aff",
 840        "terminal.ansi.dim_yellow": "#fedfbbff",
 841        "terminal.ansi.blue": "#9bced6ff",
 842        "terminal.ansi.bright_blue": "#566b70ff",
 843        "terminal.ansi.dim_blue": "#cfe7ebff",
 844        "terminal.ansi.magenta": "#a683a0ff",
 845        "terminal.ansi.bright_magenta": "#51414eff",
 846        "terminal.ansi.dim_magenta": "#d2bfceff",
 847        "terminal.ansi.cyan": "#3e8fb0ff",
 848        "terminal.ansi.bright_cyan": "#264654ff",
 849        "terminal.ansi.dim_cyan": "#a5c5d7ff",
 850        "terminal.ansi.white": "#e0def4ff",
 851        "terminal.ansi.bright_white": "#e0def4ff",
 852        "terminal.ansi.dim_white": "#74708dff",
 853        "link_text.hover": "#9bced6ff",
 854        "conflict": "#f6c177ff",
 855        "conflict.background": "#50331aff",
 856        "conflict.border": "#6d4d2bff",
 857        "created": "#5cc1a3ff",
 858        "created.background": "#182d23ff",
 859        "created.border": "#254839ff",
 860        "deleted": "#ea6e92ff",
 861        "deleted.background": "#431720ff",
 862        "deleted.border": "#612834ff",
 863        "error": "#ea6e92ff",
 864        "error.background": "#431720ff",
 865        "error.border": "#612834ff",
 866        "hidden": "#605d7aff",
 867        "hidden.background": "#38354eff",
 868        "hidden.border": "#44415bff",
 869        "hint": "#728aa2ff",
 870        "hint.background": "#2f3639ff",
 871        "hint.border": "#435255ff",
 872        "ignored": "#605d7aff",
 873        "ignored.background": "#38354eff",
 874        "ignored.border": "#504c68ff",
 875        "info": "#9bced6ff",
 876        "info.background": "#2f3639ff",
 877        "info.border": "#435255ff",
 878        "modified": "#f6c177ff",
 879        "modified.background": "#50331aff",
 880        "modified.border": "#6d4d2bff",
 881        "predictive": "#516b83ff",
 882        "predictive.background": "#182d23ff",
 883        "predictive.border": "#254839ff",
 884        "renamed": "#9bced6ff",
 885        "renamed.background": "#2f3639ff",
 886        "renamed.border": "#435255ff",
 887        "success": "#5cc1a3ff",
 888        "success.background": "#182d23ff",
 889        "success.border": "#254839ff",
 890        "unreachable": "#85819eff",
 891        "unreachable.background": "#38354eff",
 892        "unreachable.border": "#504c68ff",
 893        "warning": "#f6c177ff",
 894        "warning.background": "#50331aff",
 895        "warning.border": "#6d4d2bff",
 896        "players": [
 897          {
 898            "cursor": "#9bced6ff",
 899            "background": "#9bced6ff",
 900            "selection": "#9bced63d"
 901          },
 902          {
 903            "cursor": "#a683a0ff",
 904            "background": "#a683a0ff",
 905            "selection": "#a683a03d"
 906          },
 907          {
 908            "cursor": "#c4a7e6ff",
 909            "background": "#c4a7e6ff",
 910            "selection": "#c4a7e63d"
 911          },
 912          {
 913            "cursor": "#c4a7e6ff",
 914            "background": "#c4a7e6ff",
 915            "selection": "#c4a7e63d"
 916          },
 917          {
 918            "cursor": "#3e8fb0ff",
 919            "background": "#3e8fb0ff",
 920            "selection": "#3e8fb03d"
 921          },
 922          {
 923            "cursor": "#ea6e92ff",
 924            "background": "#ea6e92ff",
 925            "selection": "#ea6e923d"
 926          },
 927          {
 928            "cursor": "#f6c177ff",
 929            "background": "#f6c177ff",
 930            "selection": "#f6c1773d"
 931          },
 932          {
 933            "cursor": "#5cc1a3ff",
 934            "background": "#5cc1a3ff",
 935            "selection": "#5cc1a33d"
 936          }
 937        ],
 938        "syntax": {
 939          "attribute": {
 940            "color": "#9bced6ff",
 941            "font_style": null,
 942            "font_weight": null
 943          },
 944          "boolean": {
 945            "color": "#ea9a97ff",
 946            "font_style": null,
 947            "font_weight": null
 948          },
 949          "comment": {
 950            "color": "#6e6a86ff",
 951            "font_style": null,
 952            "font_weight": null
 953          },
 954          "comment.doc": {
 955            "color": "#8682a0ff",
 956            "font_style": null,
 957            "font_weight": null
 958          },
 959          "constant": {
 960            "color": "#5cc1a3ff",
 961            "font_style": null,
 962            "font_weight": null
 963          },
 964          "constructor": {
 965            "color": "#9bced6ff",
 966            "font_style": null,
 967            "font_weight": null
 968          },
 969          "embedded": {
 970            "color": "#e0def4ff",
 971            "font_style": null,
 972            "font_weight": null
 973          },
 974          "emphasis": {
 975            "color": "#9bced6ff",
 976            "font_style": null,
 977            "font_weight": null
 978          },
 979          "emphasis.strong": {
 980            "color": "#9bced6ff",
 981            "font_style": null,
 982            "font_weight": 700
 983          },
 984          "enum": {
 985            "color": "#c4a7e6ff",
 986            "font_style": null,
 987            "font_weight": null
 988          },
 989          "function": {
 990            "color": "#ea9a97ff",
 991            "font_style": null,
 992            "font_weight": null
 993          },
 994          "function.method": {
 995            "color": "#ea9a97ff",
 996            "font_style": null,
 997            "font_weight": null
 998          },
 999          "hint": {
1000            "color": "#728aa2ff",
1001            "font_style": null,
1002            "font_weight": 700
1003          },
1004          "keyword": {
1005            "color": "#3d8fb0ff",
1006            "font_style": null,
1007            "font_weight": null
1008          },
1009          "label": {
1010            "color": "#9bced6ff",
1011            "font_style": null,
1012            "font_weight": null
1013          },
1014          "link_text": {
1015            "color": "#9ccfd8ff",
1016            "font_style": "normal",
1017            "font_weight": null
1018          },
1019          "link_uri": {
1020            "color": "#ea9a97ff",
1021            "font_style": null,
1022            "font_weight": null
1023          },
1024          "number": {
1025            "color": "#5cc1a3ff",
1026            "font_style": null,
1027            "font_weight": null
1028          },
1029          "operator": {
1030            "color": "#3d8fb0ff",
1031            "font_style": null,
1032            "font_weight": null
1033          },
1034          "predictive": {
1035            "color": "#516b83ff",
1036            "font_style": "italic",
1037            "font_weight": null
1038          },
1039          "preproc": {
1040            "color": "#e0def4ff",
1041            "font_style": null,
1042            "font_weight": null
1043          },
1044          "primary": {
1045            "color": "#e0def4ff",
1046            "font_style": null,
1047            "font_weight": null
1048          },
1049          "property": {
1050            "color": "#9bced6ff",
1051            "font_style": null,
1052            "font_weight": null
1053          },
1054          "punctuation": {
1055            "color": "#908caaff",
1056            "font_style": null,
1057            "font_weight": null
1058          },
1059          "punctuation.bracket": {
1060            "color": "#aeabc6ff",
1061            "font_style": null,
1062            "font_weight": null
1063          },
1064          "punctuation.delimiter": {
1065            "color": "#aeabc6ff",
1066            "font_style": null,
1067            "font_weight": null
1068          },
1069          "punctuation.list_marker": {
1070            "color": "#aeabc6ff",
1071            "font_style": null,
1072            "font_weight": null
1073          },
1074          "punctuation.special": {
1075            "color": "#aeabc6ff",
1076            "font_style": null,
1077            "font_weight": null
1078          },
1079          "string": {
1080            "color": "#f6c177ff",
1081            "font_style": null,
1082            "font_weight": null
1083          },
1084          "string.escape": {
1085            "color": "#8682a0ff",
1086            "font_style": null,
1087            "font_weight": null
1088          },
1089          "string.regex": {
1090            "color": "#c4a7e6ff",
1091            "font_style": null,
1092            "font_weight": null
1093          },
1094          "string.special": {
1095            "color": "#c4a7e6ff",
1096            "font_style": null,
1097            "font_weight": null
1098          },
1099          "string.special.symbol": {
1100            "color": "#c4a7e6ff",
1101            "font_style": null,
1102            "font_weight": null
1103          },
1104          "tag": {
1105            "color": "#9ccfd8ff",
1106            "font_style": null,
1107            "font_weight": null
1108          },
1109          "text.literal": {
1110            "color": "#c4a7e6ff",
1111            "font_style": null,
1112            "font_weight": null
1113          },
1114          "title": {
1115            "color": "#f6c177ff",
1116            "font_style": null,
1117            "font_weight": 700
1118          },
1119          "type": {
1120            "color": "#9ccfd8ff",
1121            "font_style": null,
1122            "font_weight": null
1123          },
1124          "type.builtin": {
1125            "color": "#9ccfd8ff",
1126            "font_style": null,
1127            "font_weight": null
1128          },
1129          "variable": {
1130            "color": "#e0def4ff",
1131            "font_style": null,
1132            "font_weight": null
1133          },
1134          "variant": {
1135            "color": "#9bced6ff",
1136            "font_style": null,
1137            "font_weight": null
1138          }
1139        }
1140      }
1141    }
1142  ]
1143}