the home site for me: also iteration 3 or 4 of my site

feat: update syntax theme to use lighter light mode color

dunkirk.sh d7e6ac66 ab772786

verified
+1989 -245
+1744
highlight_themes/Wildlife.tmTheme
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 + <!-- Generated by: TmTheme-Editor --> 4 + <!-- ============================================ --> 5 + <!-- app: http://tmtheme-editor.herokuapp.com --> 6 + <!-- code: https://github.com/aziz/tmTheme-Editor --> 7 + <plist version="1.0"> 8 + <dict> 9 + <key>author</key> 10 + <string>Taiwo Kareem</string> 11 + <key>name</key> 12 + <string>Wildlife</string> 13 + <key>settings</key> 14 + <array> 15 + <dict> 16 + <key>settings</key> 17 + <dict> 18 + <key>activeGuide</key> 19 + <string></string> 20 + <key>background</key> 21 + <string>#FFFFFF</string> 22 + <key>caret</key> 23 + <string>#FF00FF</string> 24 + <key>foreground</key> 25 + <string>#000000</string> 26 + <key>findHighlight</key> 27 + <string>#00BFFF</string> 28 + <key>findHighlightForeground</key> 29 + <string>#f0f0f0</string> 30 + <key>gutter</key> 31 + <string></string> 32 + <key>inactiveSelection</key> 33 + <string>#ffcc9c</string> 34 + <key>invisibles</key> 35 + <string>#BFBFBF</string> 36 + <key>lineHighlight</key> 37 + <string>#00000012</string> 38 + <key>selectionBorder</key> 39 + <string>#E996F7</string> 40 + <key>selection</key> 41 + <string>#BAD6FD</string> 42 + <key>stackGuide</key> 43 + <string>#abcdef</string> 44 + <key>shadow</key> 45 + <string>#ff000011</string> 46 + <key>bracketContentsForeground</key> 47 + <string>#6600FF</string> 48 + <key>bracketContentsOptions</key> 49 + <string>stippled_underline</string> 50 + <key>bracketsForeground</key> 51 + <string>#800080</string> 52 + <key>tagsForeground</key> 53 + <string>#6600FF</string> 54 + </dict> 55 + </dict> 56 + <dict> 57 + <key>name</key> 58 + <string>Comment</string> 59 + <key>scope</key> 60 + <string>comment</string> 61 + <key>settings</key> 62 + <dict> 63 + <key>background</key> 64 + <string>#F5FFFF</string> 65 + <key>foreground</key> 66 + <string>#919191</string> 67 + <key>fontStyle</key> 68 + <string>italic</string> 69 + </dict> 70 + </dict> 71 + <dict> 72 + <key>name</key> 73 + <string>String</string> 74 + <key>scope</key> 75 + <string>string</string> 76 + <key>settings</key> 77 + <dict> 78 + <key>foreground</key> 79 + <string>#00A33F</string> 80 + </dict> 81 + </dict> 82 + <dict> 83 + <key>name</key> 84 + <string>Number</string> 85 + <key>scope</key> 86 + <string>constant.numeric</string> 87 + <key>settings</key> 88 + <dict> 89 + </dict> 90 + </dict> 91 + <dict> 92 + <key>name</key> 93 + <string>Built-In Constant</string> 94 + <key>scope</key> 95 + <string>constant.language</string> 96 + <key>settings</key> 97 + <dict> 98 + <key>foreground</key> 99 + <string>#C0D</string> 100 + </dict> 101 + </dict> 102 + <dict> 103 + <key>name</key> 104 + <string>User-Defined Constant</string> 105 + <key>scope</key> 106 + <string>constant.character, constant.other</string> 107 + <key>settings</key> 108 + <dict> 109 + </dict> 110 + </dict> 111 + <dict> 112 + <key>name</key> 113 + <string>Variable</string> 114 + <key>scope</key> 115 + <string>variable.language, variable.other</string> 116 + <key>settings</key> 117 + <dict> 118 + </dict> 119 + </dict> 120 + <dict> 121 + <key>name</key> 122 + <string>Keyword</string> 123 + <key>scope</key> 124 + <string>keyword</string> 125 + <key>settings</key> 126 + <dict> 127 + <key>foreground</key> 128 + <string>#FF5600</string> 129 + </dict> 130 + </dict> 131 + <dict> 132 + <key>name</key> 133 + <string>Storage</string> 134 + <key>scope</key> 135 + <string>storage</string> 136 + <key>settings</key> 137 + <dict> 138 + <key>foreground</key> 139 + <string>#FF5600</string> 140 + </dict> 141 + </dict> 142 + <dict> 143 + <key>name</key> 144 + <string>Type Name</string> 145 + <key>scope</key> 146 + <string>entity.name.type</string> 147 + <key>settings</key> 148 + <dict> 149 + <key>foreground</key> 150 + <string>#21439C</string> 151 + </dict> 152 + </dict> 153 + <dict> 154 + <key>name</key> 155 + <string>Inherited Class</string> 156 + <key>scope</key> 157 + <string>entity.other.inherited-class</string> 158 + <key>settings</key> 159 + <dict> 160 + <key>foreground</key> 161 + <string>#21439C</string> 162 + <key>fontStyle</key> 163 + <string>bold</string> 164 + </dict> 165 + </dict> 166 + <dict> 167 + <key>name</key> 168 + <string>Function Name</string> 169 + <key>scope</key> 170 + <string>entity.name.function</string> 171 + <key>settings</key> 172 + <dict> 173 + <key>foreground</key> 174 + <string>#21439C</string> 175 + <key>fontStyle</key> 176 + <string>italic</string> 177 + </dict> 178 + </dict> 179 + <dict> 180 + <key>name</key> 181 + <string>Function Argument</string> 182 + <key>scope</key> 183 + <string>variable.parameter</string> 184 + <key>settings</key> 185 + <dict> 186 + <key>foreground</key> 187 + <string>#993CF3</string> 188 + </dict> 189 + </dict> 190 + <dict> 191 + <key>name</key> 192 + <string>Tag Name</string> 193 + <key>scope</key> 194 + <string>entity.name.tag, punctuation.definition.tag</string> 195 + <key>settings</key> 196 + <dict> 197 + <key>foreground</key> 198 + <string>#0000FF</string> 199 + </dict> 200 + </dict> 201 + <dict> 202 + <key>name</key> 203 + <string>Tag Attribute</string> 204 + <key>scope</key> 205 + <string>entity.other.attribute-name</string> 206 + <key>settings</key> 207 + <dict> 208 + <key>foreground</key> 209 + <string>#800080</string> 210 + </dict> 211 + </dict> 212 + <dict> 213 + <key>name</key> 214 + <string>Library Function</string> 215 + <key>scope</key> 216 + <string>support.function</string> 217 + <key>settings</key> 218 + <dict> 219 + <key>foreground</key> 220 + <string>#C0D</string> 221 + </dict> 222 + </dict> 223 + <dict> 224 + <key>name</key> 225 + <string>Library Constant</string> 226 + <key>scope</key> 227 + <string>support.constant</string> 228 + <key>settings</key> 229 + <dict> 230 + <key>foreground</key> 231 + <string>#C0D</string> 232 + </dict> 233 + </dict> 234 + <dict> 235 + <key>name</key> 236 + <string>Library Class&#x2f;Type</string> 237 + <key>scope</key> 238 + <string>support.type, support.class</string> 239 + <key>settings</key> 240 + <dict> 241 + <key>foreground</key> 242 + <string>#C0D</string> 243 + </dict> 244 + </dict> 245 + <dict> 246 + <key>name</key> 247 + <string>Library Variable</string> 248 + <key>scope</key> 249 + <string>support.variable</string> 250 + <key>settings</key> 251 + <dict> 252 + <key>foreground</key> 253 + <string>#C0D</string> 254 + </dict> 255 + </dict> 256 + <dict> 257 + <key>name</key> 258 + <string>Invalid</string> 259 + <key>scope</key> 260 + <string>invalid</string> 261 + <key>settings</key> 262 + <dict> 263 + <key>background</key> 264 + <string>#990000</string> 265 + <key>foreground</key> 266 + <string>#FFFFFF</string> 267 + </dict> 268 + </dict> 269 + <dict> 270 + <key>name</key> 271 + <string>String Interpolation</string> 272 + <key>scope</key> 273 + <string>constant.other.placeholder</string> 274 + <key>settings</key> 275 + <dict> 276 + <key>foreground</key> 277 + <string>#990000</string> 278 + <key>fontStyle</key> 279 + <string>italic</string> 280 + </dict> 281 + </dict> 282 + <dict> 283 + <key>name</key> 284 + <string>Text: Embedded Embedded Source</string> 285 + <key>scope</key> 286 + <string>text source text source</string> 287 + <key>settings</key> 288 + <dict> 289 + <key>background</key> 290 + <string>#EFEFFF</string> 291 + </dict> 292 + </dict> 293 + <dict> 294 + <key>name</key> 295 + <string>Markup: Header</string> 296 + <key>scope</key> 297 + <string>meta.header, markup.heading</string> 298 + <key>settings</key> 299 + <dict> 300 + <key>foreground</key> 301 + <string>#800080</string> 302 + <key>fontStyle</key> 303 + <string>bold</string> 304 + </dict> 305 + </dict> 306 + <dict> 307 + <key>name</key> 308 + <string>Git Gutter: Deleted</string> 309 + <key>scope</key> 310 + <string>markup.deleted.git_gutter</string> 311 + <key>settings</key> 312 + <dict> 313 + <key>foreground</key> 314 + <string>#F92672</string> 315 + </dict> 316 + </dict> 317 + <dict> 318 + <key>name</key> 319 + <string>Git Gutter: Inserted</string> 320 + <key>scope</key> 321 + <string>markup.inserted.git_gutter</string> 322 + <key>settings</key> 323 + <dict> 324 + <key>foreground</key> 325 + <string>#22AA22</string> 326 + </dict> 327 + </dict> 328 + <dict> 329 + <key>name</key> 330 + <string>Git Gutter: Changed</string> 331 + <key>scope</key> 332 + <string>markup.changed.git_gutter</string> 333 + <key>settings</key> 334 + <dict> 335 + <key>foreground</key> 336 + <string>#660066</string> 337 + </dict> 338 + </dict> 339 + <dict> 340 + <key>name</key> 341 + <string>Git Gutter: Ignored</string> 342 + <key>scope</key> 343 + <string>markup.ignored.git_gutter</string> 344 + <key>settings</key> 345 + <dict> 346 + <key>foreground</key> 347 + <string>#3333CC</string> 348 + </dict> 349 + </dict> 350 + <dict> 351 + <key>name</key> 352 + <string>Git Gutter: Untracked</string> 353 + <key>scope</key> 354 + <string>markup.untracked.git_gutter</string> 355 + <key>settings</key> 356 + <dict> 357 + <key>foreground</key> 358 + <string>#00CC99</string> 359 + </dict> 360 + </dict> 361 + <dict> 362 + <key>name</key> 363 + <string>Sublimelinter: Annotations</string> 364 + <key>scope</key> 365 + <string>sublimelinter.annotations</string> 366 + <key>settings</key> 367 + <dict> 368 + <key>background</key> 369 + <string>#FFFFAA</string> 370 + <key>foreground</key> 371 + <string>#FFFFFF</string> 372 + </dict> 373 + </dict> 374 + <dict> 375 + <key>name</key> 376 + <string>Sublimelinter: Error Outline</string> 377 + <key>scope</key> 378 + <string>sublimelinter.outline.illegal</string> 379 + <key>settings</key> 380 + <dict> 381 + <key>background</key> 382 + <string>#FF4A52</string> 383 + <key>foreground</key> 384 + <string>#FFFFFF</string> 385 + </dict> 386 + </dict> 387 + <dict> 388 + <key>name</key> 389 + <string>Sublimelinter: Error Underline</string> 390 + <key>scope</key> 391 + <string>sublimelinter.underline.illegal</string> 392 + <key>settings</key> 393 + <dict> 394 + <key>background</key> 395 + <string>#FF0000</string> 396 + </dict> 397 + </dict> 398 + <dict> 399 + <key>name</key> 400 + <string>Sublimelinter: Warning Outline</string> 401 + <key>scope</key> 402 + <string>sublimelinter.outline.warning</string> 403 + <key>settings</key> 404 + <dict> 405 + <key>background</key> 406 + <string>#DF9400</string> 407 + <key>foreground</key> 408 + <string>#FFFFFF</string> 409 + </dict> 410 + </dict> 411 + <dict> 412 + <key>name</key> 413 + <string>Sublimelinter: Warning Underline</string> 414 + <key>scope</key> 415 + <string>sublimelinter.underline.warning</string> 416 + <key>settings</key> 417 + <dict> 418 + <key>background</key> 419 + <string>#FF0000</string> 420 + </dict> 421 + </dict> 422 + <dict> 423 + <key>name</key> 424 + <string>Sublimelinter: Violation Outline</string> 425 + <key>scope</key> 426 + <string>sublimelinter.outline.violation</string> 427 + <key>settings</key> 428 + <dict> 429 + <key>background</key> 430 + <string>#FFFFFF33</string> 431 + <key>foreground</key> 432 + <string>#FFFFFF</string> 433 + </dict> 434 + </dict> 435 + <dict> 436 + <key>name</key> 437 + <string>Sublimelinter: Violation Underline</string> 438 + <key>scope</key> 439 + <string>sublimelinter.underline.violation</string> 440 + <key>settings</key> 441 + <dict> 442 + <key>background</key> 443 + <string>#FF0000</string> 444 + </dict> 445 + </dict> 446 + <dict> 447 + <key>name</key> 448 + <string>Sublimelinter: Gutter Mark</string> 449 + <key>scope</key> 450 + <string>sublimelinter.gutter-mark</string> 451 + <key>settings</key> 452 + <dict> 453 + <key>foreground</key> 454 + <string>#FF0000</string> 455 + </dict> 456 + </dict> 457 + <dict> 458 + <key>name</key> 459 + <string>Sublimelinter: Error</string> 460 + <key>scope</key> 461 + <string>sublimelinter.mark.error</string> 462 + <key>settings</key> 463 + <dict> 464 + <key>foreground</key> 465 + <string>#D02000</string> 466 + </dict> 467 + </dict> 468 + <dict> 469 + <key>name</key> 470 + <string>Sublimelinter: Warning</string> 471 + <key>scope</key> 472 + <string>sublimelinter.mark.warning</string> 473 + <key>settings</key> 474 + <dict> 475 + <key>foreground</key> 476 + <string>#DDB700</string> 477 + </dict> 478 + </dict> 479 + <dict> 480 + <key>name</key> 481 + <string>Character Escape</string> 482 + <key>scope</key> 483 + <string>constant.character.escape</string> 484 + <key>settings</key> 485 + <dict> 486 + <key>background</key> 487 + <string>#EFEAF4</string> 488 + <key>foreground</key> 489 + <string>#4C4D00</string> 490 + <key>fontStyle</key> 491 + <string>italic bold</string> 492 + </dict> 493 + </dict> 494 + <dict> 495 + <key>name</key> 496 + <string>Language Constants</string> 497 + <key>scope</key> 498 + <string>constant.language, constant.character, constant.other</string> 499 + <key>settings</key> 500 + <dict> 501 + <key>fontStyle</key> 502 + <string>italic</string> 503 + </dict> 504 + </dict> 505 + <dict> 506 + <key>name</key> 507 + <string>Numbers</string> 508 + <key>scope</key> 509 + <string>constant.numeric</string> 510 + <key>settings</key> 511 + <dict> 512 + <key>foreground</key> 513 + <string>#0000FF</string> 514 + <key>fontStyle</key> 515 + <string>italic</string> 516 + </dict> 517 + </dict> 518 + <dict> 519 + <key>name</key> 520 + <string>Preprocessor</string> 521 + <key>scope</key> 522 + <string>meta.preprocessor, meta.preprocessor</string> 523 + <key>settings</key> 524 + <dict> 525 + <key>foreground</key> 526 + <string>#008000</string> 527 + <key>fontStyle</key> 528 + <string>italic</string> 529 + </dict> 530 + </dict> 531 + <dict> 532 + <key>name</key> 533 + <string>Punctuations: Comments</string> 534 + <key>scope</key> 535 + <string>punctuation.definition.comment</string> 536 + <key>settings</key> 537 + <dict> 538 + <key>fontStyle</key> 539 + <string>bold italic</string> 540 + </dict> 541 + </dict> 542 + <dict> 543 + <key>name</key> 544 + <string>Punctuations: Strings</string> 545 + <key>scope</key> 546 + <string>punctuation.definition.string</string> 547 + <key>settings</key> 548 + <dict> 549 + </dict> 550 + </dict> 551 + <dict> 552 + <key>name</key> 553 + <string>Punctuations: Parameters&#x2f;Preprocessors</string> 554 + <key>scope</key> 555 + <string>punctuation.definition.parameters, punctuation.definition.preprocessor, meta.preprocessor</string> 556 + <key>settings</key> 557 + <dict> 558 + <key>fontStyle</key> 559 + <string></string> 560 + </dict> 561 + </dict> 562 + <dict> 563 + <key>name</key> 564 + <string>Storage&#x2f;Antlr: Extends</string> 565 + <key>scope</key> 566 + <string>storage.modifier, meta.definition.class.extends.antlr </string> 567 + <key>settings</key> 568 + <dict> 569 + <key>fontStyle</key> 570 + <string>italic</string> 571 + </dict> 572 + </dict> 573 + <dict> 574 + <key>name</key> 575 + <string>Support: Class</string> 576 + <key>scope</key> 577 + <string>support.class</string> 578 + <key>settings</key> 579 + <dict> 580 + <key>foreground</key> 581 + <string>#F12958</string> 582 + <key>fontStyle</key> 583 + <string>italic</string> 584 + </dict> 585 + </dict> 586 + <dict> 587 + <key>name</key> 588 + <string>Punctuations: Arguments</string> 589 + <key>scope</key> 590 + <string>punctuation.definition.arguments</string> 591 + <key>settings</key> 592 + <dict> 593 + <key>foreground</key> 594 + <string>#26004C</string> 595 + <key>fontStyle</key> 596 + <string>italic</string> 597 + </dict> 598 + </dict> 599 + <dict> 600 + <key>name</key> 601 + <string>Antlr: Class&#x2f;Options</string> 602 + <key>scope</key> 603 + <string>meta.definition.class.antlr, meta.options-block.antlr, meta.options.antlr, meta.rule.antlr</string> 604 + <key>settings</key> 605 + <dict> 606 + <key>foreground</key> 607 + <string>#A535AE</string> 608 + </dict> 609 + </dict> 610 + <dict> 611 + <key>name</key> 612 + <string>Antlr: Rule</string> 613 + <key>scope</key> 614 + <string>meta.rule.antlr</string> 615 + <key>settings</key> 616 + <dict> 617 + <key>foreground</key> 618 + <string>#080</string> 619 + </dict> 620 + </dict> 621 + <dict> 622 + <key>name</key> 623 + <string>Antlr: Punctuations-Section</string> 624 + <key>scope</key> 625 + <string>punctuation.section.group.antlr, punctuation.section.options.antlr</string> 626 + <key>settings</key> 627 + <dict> 628 + <key>foreground</key> 629 + <string>#00004C</string> 630 + </dict> 631 + </dict> 632 + <dict> 633 + <key>name</key> 634 + <string>C++: Destructor</string> 635 + <key>scope</key> 636 + <string>meta.function.destructor</string> 637 + <key>settings</key> 638 + <dict> 639 + <key>foreground</key> 640 + <string>#800080</string> 641 + <key>fontStyle</key> 642 + <string>bold</string> 643 + </dict> 644 + </dict> 645 + <dict> 646 + <key>name</key> 647 + <string>C++: Arguments</string> 648 + <key>scope</key> 649 + <string>meta.parens</string> 650 + <key>settings</key> 651 + <dict> 652 + <key>foreground</key> 653 + <string>#993CF3</string> 654 + <key>fontStyle</key> 655 + <string>italic</string> 656 + </dict> 657 + </dict> 658 + <dict> 659 + <key>name</key> 660 + <string>C++: Constructor Initializer Lists</string> 661 + <key>scope</key> 662 + <string>meta.function.constructor.initializer-list</string> 663 + <key>settings</key> 664 + <dict> 665 + <key>background</key> 666 + <string>#FFFFE0</string> 667 + <key>foreground</key> 668 + <string>#BA064E</string> 669 + <key>fontStyle</key> 670 + <string>italic</string> 671 + </dict> 672 + </dict> 673 + <dict> 674 + <key>name</key> 675 + <string>C: Prototypes</string> 676 + <key>scope</key> 677 + <string>meta.function.prototype</string> 678 + <key>settings</key> 679 + <dict> 680 + <key>fontStyle</key> 681 + <string>bold</string> 682 + </dict> 683 + </dict> 684 + <dict> 685 + <key>name</key> 686 + <string>C: Constructor</string> 687 + <key>scope</key> 688 + <string>meta.function.constructor</string> 689 + <key>settings</key> 690 + <dict> 691 + <key>fontStyle</key> 692 + <string>bold</string> 693 + </dict> 694 + </dict> 695 + <dict> 696 + <key>name</key> 697 + <string>Cold Fusion: Sql Embedded</string> 698 + <key>scope</key> 699 + <string>source.sql.embedded</string> 700 + <key>settings</key> 701 + <dict> 702 + <key>background</key> 703 + <string>#FFF6F6</string> 704 + </dict> 705 + </dict> 706 + <dict> 707 + <key>name</key> 708 + <string>Css: Property Lists</string> 709 + <key>scope</key> 710 + <string>meta.property-list.css</string> 711 + <key>settings</key> 712 + <dict> 713 + <key>background</key> 714 + <string>#FFF4FF</string> 715 + </dict> 716 + </dict> 717 + <dict> 718 + <key>name</key> 719 + <string>Css: Property Name</string> 720 + <key>scope</key> 721 + <string>meta.property-name.css, support.type.property-name.css</string> 722 + <key>settings</key> 723 + <dict> 724 + <key>foreground</key> 725 + <string>#FF5555</string> 726 + </dict> 727 + </dict> 728 + <dict> 729 + <key>name</key> 730 + <string>Css: Property Value</string> 731 + <key>scope</key> 732 + <string>meta.property-value.css, support.constant.property-value.css</string> 733 + <key>settings</key> 734 + <dict> 735 + <key>fontStyle</key> 736 + <string>italic</string> 737 + </dict> 738 + </dict> 739 + <dict> 740 + <key>name</key> 741 + <string>Css: Colors</string> 742 + <key>scope</key> 743 + <string>constant.other.color, support.constant.color</string> 744 + <key>settings</key> 745 + <dict> 746 + <key>foreground</key> 747 + <string>#8000FF</string> 748 + <key>fontStyle</key> 749 + <string></string> 750 + </dict> 751 + </dict> 752 + <dict> 753 + <key>name</key> 754 + <string>Css: Attribute Names</string> 755 + <key>scope</key> 756 + <string>entity.other.attribute-name</string> 757 + <key>settings</key> 758 + <dict> 759 + <key>foreground</key> 760 + <string>#0080FF</string> 761 + <key>fontStyle</key> 762 + <string>italic</string> 763 + </dict> 764 + </dict> 765 + <dict> 766 + <key>name</key> 767 + <string>Css: Variable Parameters</string> 768 + <key>scope</key> 769 + <string>variable.parameter.misc.css</string> 770 + <key>settings</key> 771 + <dict> 772 + <key>foreground</key> 773 + <string>#00AA00</string> 774 + <key>fontStyle</key> 775 + <string>italic</string> 776 + </dict> 777 + </dict> 778 + <dict> 779 + <key>name</key> 780 + <string>Csv: Row Header</string> 781 + <key>scope</key> 782 + <string>meta.tabular.row.header.csv</string> 783 + <key>settings</key> 784 + <dict> 785 + <key>fontStyle</key> 786 + <string>bold</string> 787 + </dict> 788 + </dict> 789 + <dict> 790 + <key>name</key> 791 + <string>Diff: File Header</string> 792 + <key>scope</key> 793 + <string>meta.diff.header.from-file</string> 794 + <key>settings</key> 795 + <dict> 796 + <key>foreground</key> 797 + <string>#800080</string> 798 + <key>fontStyle</key> 799 + <string>bold</string> 800 + </dict> 801 + </dict> 802 + <dict> 803 + <key>name</key> 804 + <string>Diff: Punctuation Separator</string> 805 + <key>scope</key> 806 + <string>punctuation.definition.separator.diff</string> 807 + <key>settings</key> 808 + <dict> 809 + <key>foreground</key> 810 + <string>#BF6514</string> 811 + <key>fontStyle</key> 812 + <string>bold</string> 813 + </dict> 814 + </dict> 815 + <dict> 816 + <key>name</key> 817 + <string>Diff: Changed Markup</string> 818 + <key>scope</key> 819 + <string>markup.changed.diff</string> 820 + <key>settings</key> 821 + <dict> 822 + <key>background</key> 823 + <string>#FEFEAE</string> 824 + </dict> 825 + </dict> 826 + <dict> 827 + <key>name</key> 828 + <string>Diff: Punctuation Inserted</string> 829 + <key>scope</key> 830 + <string>punctuation.definition.inserted.diff, markup.inserted.diff</string> 831 + <key>settings</key> 832 + <dict> 833 + <key>foreground</key> 834 + <string>#22AA22</string> 835 + </dict> 836 + </dict> 837 + <dict> 838 + <key>name</key> 839 + <string>Diff: Deleted Markup</string> 840 + <key>scope</key> 841 + <string>markup.deleted.diff</string> 842 + <key>settings</key> 843 + <dict> 844 + <key>foreground</key> 845 + <string>#A00000</string> 846 + </dict> 847 + </dict> 848 + <dict> 849 + <key>name</key> 850 + <string>Diff: Toc Line Numbers</string> 851 + <key>scope</key> 852 + <string>meta.toc-list.line-number.diff</string> 853 + <key>settings</key> 854 + <dict> 855 + <key>foreground</key> 856 + <string>#2222FF</string> 857 + <key>fontStyle</key> 858 + <string>italic</string> 859 + </dict> 860 + </dict> 861 + <dict> 862 + <key>name</key> 863 + <string>Diff: Context Range</string> 864 + <key>scope</key> 865 + <string>meta.diff.range.context, meta.diff.range.unified, meta.diff.range.normal</string> 866 + <key>settings</key> 867 + <dict> 868 + <key>foreground</key> 869 + <string>#0000FF</string> 870 + <key>fontStyle</key> 871 + <string>bold</string> 872 + </dict> 873 + </dict> 874 + <dict> 875 + <key>name</key> 876 + <string>Diff: Index</string> 877 + <key>scope</key> 878 + <string>meta.diff.index</string> 879 + <key>settings</key> 880 + <dict> 881 + <key>foreground</key> 882 + <string>#F00</string> 883 + <key>fontStyle</key> 884 + <string>italic</string> 885 + </dict> 886 + </dict> 887 + <dict> 888 + <key>name</key> 889 + <string>Markup: Bold</string> 890 + <key>scope</key> 891 + <string>markup.bold</string> 892 + <key>settings</key> 893 + <dict> 894 + <key>foreground</key> 895 + <string>#0000FF</string> 896 + <key>fontStyle</key> 897 + <string>bold</string> 898 + </dict> 899 + </dict> 900 + <dict> 901 + <key>name</key> 902 + <string>Markup: Italic</string> 903 + <key>scope</key> 904 + <string>markup.italic</string> 905 + <key>settings</key> 906 + <dict> 907 + <key>foreground</key> 908 + <string>#0000FF</string> 909 + <key>fontStyle</key> 910 + <string>italic</string> 911 + </dict> 912 + </dict> 913 + <dict> 914 + <key>name</key> 915 + <string>Markup: List</string> 916 + <key>scope</key> 917 + <string>markup.list, punctuation.definition.list_item</string> 918 + <key>settings</key> 919 + <dict> 920 + <key>background</key> 921 + <string>#FDF5EF</string> 922 + <key>foreground</key> 923 + <string>#800000</string> 924 + </dict> 925 + </dict> 926 + <dict> 927 + <key>name</key> 928 + <string>Markup: Table</string> 929 + <key>scope</key> 930 + <string>markup.other.table, punctuation.definition.table, meta.separator, markup.other, punctuation.definition.field</string> 931 + <key>settings</key> 932 + <dict> 933 + <key>background</key> 934 + <string>#FB89F0</string> 935 + </dict> 936 + </dict> 937 + <dict> 938 + <key>name</key> 939 + <string>Markup: Raw</string> 940 + <key>scope</key> 941 + <string>markup.raw,meta.raw.block, punctuation.definition.raw</string> 942 + <key>settings</key> 943 + <dict> 944 + <key>background</key> 945 + <string>#8FDDF630</string> 946 + </dict> 947 + </dict> 948 + <dict> 949 + <key>name</key> 950 + <string>Markup: Links</string> 951 + <key>scope</key> 952 + <string>markup.underline.link, punctuation.definition.link, meta.link</string> 953 + <key>settings</key> 954 + <dict> 955 + <key>foreground</key> 956 + <string>#C00</string> 957 + </dict> 958 + </dict> 959 + <dict> 960 + <key>name</key> 961 + <string>Markup: Imagelinks</string> 962 + <key>scope</key> 963 + <string>meta.image.inline,meta.image.reference, punctuation.definition.image</string> 964 + <key>settings</key> 965 + <dict> 966 + <key>foreground</key> 967 + <string>#F0F</string> 968 + </dict> 969 + </dict> 970 + <dict> 971 + <key>name</key> 972 + <string>Markup: Quotes</string> 973 + <key>scope</key> 974 + <string>markup.quote</string> 975 + <key>settings</key> 976 + <dict> 977 + <key>background</key> 978 + <string>#FDF5E6</string> 979 + <key>foreground</key> 980 + <string>#228B22</string> 981 + <key>fontStyle</key> 982 + <string>italic</string> 983 + </dict> 984 + </dict> 985 + <dict> 986 + <key>name</key> 987 + <string>Markup: Quotes Punctuation</string> 988 + <key>scope</key> 989 + <string>punctuation.definition.blockquote</string> 990 + <key>settings</key> 991 + <dict> 992 + <key>foreground</key> 993 + <string>#F0F</string> 994 + <key>fontStyle</key> 995 + <string>bold</string> 996 + </dict> 997 + </dict> 998 + <dict> 999 + <key>name</key> 1000 + <string>Dylan: Class&#x2f;Options</string> 1001 + <key>scope</key> 1002 + <string>meta.definition.class, meta.rescue, meta.features</string> 1003 + <key>settings</key> 1004 + <dict> 1005 + <key>foreground</key> 1006 + <string>#FF5600</string> 1007 + </dict> 1008 + </dict> 1009 + <dict> 1010 + <key>name</key> 1011 + <string>Erlang: Directives&#x2f;Expression</string> 1012 + <key>scope</key> 1013 + <string>meta.directive, meta.expression</string> 1014 + <key>settings</key> 1015 + <dict> 1016 + <key>foreground</key> 1017 + <string>#FF5600</string> 1018 + </dict> 1019 + </dict> 1020 + <dict> 1021 + <key>name</key> 1022 + <string>Groovy: Method Call</string> 1023 + <key>scope</key> 1024 + <string>meta.method-call</string> 1025 + <key>settings</key> 1026 + <dict> 1027 + <key>fontStyle</key> 1028 + <string>italic</string> 1029 + </dict> 1030 + </dict> 1031 + <dict> 1032 + <key>name</key> 1033 + <string>Graphics: Graph Attribute</string> 1034 + <key>scope</key> 1035 + <string>support.constant.attribute.graph.dot</string> 1036 + <key>settings</key> 1037 + <dict> 1038 + <key>foreground</key> 1039 + <string>#00F</string> 1040 + </dict> 1041 + </dict> 1042 + <dict> 1043 + <key>name</key> 1044 + <string>Graphics: Node Attribute</string> 1045 + <key>scope</key> 1046 + <string>support.constant.attribute.node.dot</string> 1047 + <key>settings</key> 1048 + <dict> 1049 + <key>foreground</key> 1050 + <string>#800080</string> 1051 + </dict> 1052 + </dict> 1053 + <dict> 1054 + <key>name</key> 1055 + <string>Graphics: Edge Attribute</string> 1056 + <key>scope</key> 1057 + <string>support.constant.attribute.edge.dot</string> 1058 + <key>settings</key> 1059 + <dict> 1060 + <key>foreground</key> 1061 + <string>#97531F</string> 1062 + </dict> 1063 + </dict> 1064 + <dict> 1065 + <key>name</key> 1066 + <string>Haml: Objects</string> 1067 + <key>scope</key> 1068 + <string>meta.section.object.haml</string> 1069 + <key>settings</key> 1070 + <dict> 1071 + <key>foreground</key> 1072 + <string>#FF5600</string> 1073 + </dict> 1074 + </dict> 1075 + <dict> 1076 + <key>name</key> 1077 + <string>Haml: Ruby Embedded Html</string> 1078 + <key>scope</key> 1079 + <string>source.ruby.embedded.html</string> 1080 + <key>settings</key> 1081 + <dict> 1082 + <key>background</key> 1083 + <string>#FFEFD5</string> 1084 + </dict> 1085 + </dict> 1086 + <dict> 1087 + <key>name</key> 1088 + <string>Asp Html: Punctuation Section</string> 1089 + <key>scope</key> 1090 + <string>punctuation.section.embedded</string> 1091 + <key>settings</key> 1092 + <dict> 1093 + <key>foreground</key> 1094 + <string>#55AAFF</string> 1095 + <key>fontStyle</key> 1096 + <string>bold</string> 1097 + </dict> 1098 + </dict> 1099 + <dict> 1100 + <key>name</key> 1101 + <string>Html: Css Tag</string> 1102 + <key>scope</key> 1103 + <string>source.css punctuation.definition.tag</string> 1104 + <key>settings</key> 1105 + <dict> 1106 + <key>foreground</key> 1107 + <string>#F00</string> 1108 + <key>fontStyle</key> 1109 + <string>bold</string> 1110 + </dict> 1111 + </dict> 1112 + <dict> 1113 + <key>name</key> 1114 + <string>Html: Embedded Ruby tag</string> 1115 + <key>scope</key> 1116 + <string>punctuation.section.embedded.ruby</string> 1117 + <key>settings</key> 1118 + <dict> 1119 + <key>foreground</key> 1120 + <string>#800080</string> 1121 + <key>fontStyle</key> 1122 + <string>bold</string> 1123 + </dict> 1124 + </dict> 1125 + <dict> 1126 + <key>name</key> 1127 + <string>Html: Javascript Tag</string> 1128 + <key>scope</key> 1129 + <string>source.js punctuation.definition.tag</string> 1130 + <key>settings</key> 1131 + <dict> 1132 + <key>foreground</key> 1133 + <string>#0A0</string> 1134 + <key>fontStyle</key> 1135 + <string>bold</string> 1136 + </dict> 1137 + </dict> 1138 + <dict> 1139 + <key>name</key> 1140 + <string>Html: Other Tag</string> 1141 + <key>scope</key> 1142 + <string>meta.tag.other punctuation.definition.tag</string> 1143 + <key>settings</key> 1144 + <dict> 1145 + <key>foreground</key> 1146 + <string>#F0F</string> 1147 + <key>fontStyle</key> 1148 + <string>bold</string> 1149 + </dict> 1150 + </dict> 1151 + <dict> 1152 + <key>name</key> 1153 + <string>Html: Entity Character</string> 1154 + <key>scope</key> 1155 + <string>constant.character.entity.html</string> 1156 + <key>settings</key> 1157 + <dict> 1158 + <key>fontStyle</key> 1159 + <string>bold</string> 1160 + </dict> 1161 + </dict> 1162 + <dict> 1163 + <key>name</key> 1164 + <string>Html: Doctype Tag</string> 1165 + <key>scope</key> 1166 + <string>meta.tag.sgml</string> 1167 + <key>settings</key> 1168 + <dict> 1169 + <key>fontStyle</key> 1170 + <string>bold</string> 1171 + </dict> 1172 + </dict> 1173 + <dict> 1174 + <key>name</key> 1175 + <string>Java: Constructors</string> 1176 + <key>scope</key> 1177 + <string>meta.definition.constructor.java, entity.name.function.constructor.java</string> 1178 + <key>settings</key> 1179 + <dict> 1180 + <key>fontStyle</key> 1181 + <string>bold</string> 1182 + </dict> 1183 + </dict> 1184 + <dict> 1185 + <key>name</key> 1186 + <string>Javadoc: Comments</string> 1187 + <key>scope</key> 1188 + <string>comment.block.documentation.javadoc</string> 1189 + <key>settings</key> 1190 + <dict> 1191 + <key>background</key> 1192 + <string>#FFFFCC</string> 1193 + </dict> 1194 + </dict> 1195 + <dict> 1196 + <key>name</key> 1197 + <string>Javadoc: Punctuations</string> 1198 + <key>scope</key> 1199 + <string>punctuation.definition.comment.javadoc, punctuation.definition.comment.begin.javadoc</string> 1200 + <key>settings</key> 1201 + <dict> 1202 + <key>foreground</key> 1203 + <string>#00F</string> 1204 + <key>fontStyle</key> 1205 + <string>bold</string> 1206 + </dict> 1207 + </dict> 1208 + <dict> 1209 + <key>name</key> 1210 + <string>Javadoc: Directive Punctuations</string> 1211 + <key>scope</key> 1212 + <string>punctuation.definition.directive.begin.javadoc, punctuation.definition.directive.end.javadoc</string> 1213 + <key>settings</key> 1214 + <dict> 1215 + <key>foreground</key> 1216 + <string>#963</string> 1217 + <key>fontStyle</key> 1218 + <string>italic bold</string> 1219 + </dict> 1220 + </dict> 1221 + <dict> 1222 + <key>name</key> 1223 + <string>Json:Group2</string> 1224 + <key>scope</key> 1225 + <string>source.json meta meta meta.structure.dictionary string</string> 1226 + <key>settings</key> 1227 + <dict> 1228 + <key>foreground</key> 1229 + <string>#900</string> 1230 + </dict> 1231 + </dict> 1232 + <dict> 1233 + <key>name</key> 1234 + <string>Json:Group3</string> 1235 + <key>scope</key> 1236 + <string>meta meta meta meta meta.structure.dictionary string</string> 1237 + <key>settings</key> 1238 + <dict> 1239 + <key>foreground</key> 1240 + <string>#606</string> 1241 + </dict> 1242 + </dict> 1243 + <dict> 1244 + <key>name</key> 1245 + <string>Json:Group4</string> 1246 + <key>scope</key> 1247 + <string>meta meta meta meta meta meta meta.structure.dictionary string</string> 1248 + <key>settings</key> 1249 + <dict> 1250 + <key>foreground</key> 1251 + <string>#C00</string> 1252 + </dict> 1253 + </dict> 1254 + <dict> 1255 + <key>name</key> 1256 + <string>Json:Group5</string> 1257 + <key>scope</key> 1258 + <string>meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> 1259 + <key>settings</key> 1260 + <dict> 1261 + <key>foreground</key> 1262 + <string>#0C0</string> 1263 + </dict> 1264 + </dict> 1265 + <dict> 1266 + <key>name</key> 1267 + <string>Json:Group6</string> 1268 + <key>scope</key> 1269 + <string>meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> 1270 + <key>settings</key> 1271 + <dict> 1272 + <key>foreground</key> 1273 + <string>#663</string> 1274 + </dict> 1275 + </dict> 1276 + <dict> 1277 + <key>name</key> 1278 + <string>Json:Group7</string> 1279 + <key>scope</key> 1280 + <string>meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> 1281 + <key>settings</key> 1282 + <dict> 1283 + <key>foreground</key> 1284 + <string>#F06</string> 1285 + </dict> 1286 + </dict> 1287 + <dict> 1288 + <key>name</key> 1289 + <string>Json:Group8</string> 1290 + <key>scope</key> 1291 + <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> 1292 + <key>settings</key> 1293 + <dict> 1294 + <key>foreground</key> 1295 + <string>#030</string> 1296 + </dict> 1297 + </dict> 1298 + <dict> 1299 + <key>name</key> 1300 + <string>Json:Group9</string> 1301 + <key>scope</key> 1302 + <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> 1303 + <key>settings</key> 1304 + <dict> 1305 + <key>foreground</key> 1306 + <string>#933</string> 1307 + </dict> 1308 + </dict> 1309 + <dict> 1310 + <key>name</key> 1311 + <string>Json:Group10</string> 1312 + <key>scope</key> 1313 + <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> 1314 + <key>settings</key> 1315 + <dict> 1316 + <key>foreground</key> 1317 + <string>#69F</string> 1318 + </dict> 1319 + </dict> 1320 + <dict> 1321 + <key>name</key> 1322 + <string>Json:Group11</string> 1323 + <key>scope</key> 1324 + <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> 1325 + <key>settings</key> 1326 + <dict> 1327 + <key>foreground</key> 1328 + <string>#F55</string> 1329 + </dict> 1330 + </dict> 1331 + <dict> 1332 + <key>name</key> 1333 + <string>Json:Group12</string> 1334 + <key>scope</key> 1335 + <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> 1336 + <key>settings</key> 1337 + <dict> 1338 + <key>foreground</key> 1339 + <string>#C90</string> 1340 + </dict> 1341 + </dict> 1342 + <dict> 1343 + <key>name</key> 1344 + <string>Json:Group13</string> 1345 + <key>scope</key> 1346 + <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> 1347 + <key>settings</key> 1348 + <dict> 1349 + <key>foreground</key> 1350 + <string>#0C9</string> 1351 + </dict> 1352 + </dict> 1353 + <dict> 1354 + <key>name</key> 1355 + <string>Json:Group14</string> 1356 + <key>scope</key> 1357 + <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> 1358 + <key>settings</key> 1359 + <dict> 1360 + <key>foreground</key> 1361 + <string>#F00</string> 1362 + </dict> 1363 + </dict> 1364 + <dict> 1365 + <key>name</key> 1366 + <string>Json:Group15</string> 1367 + <key>scope</key> 1368 + <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary string</string> 1369 + <key>settings</key> 1370 + <dict> 1371 + <key>foreground</key> 1372 + <string>#F93</string> 1373 + </dict> 1374 + </dict> 1375 + <dict> 1376 + <key>name</key> 1377 + <string>Mail: Encoding</string> 1378 + <key>scope</key> 1379 + <string>meta.encoded-text.mail</string> 1380 + <key>settings</key> 1381 + <dict> 1382 + <key>foreground</key> 1383 + <string>#9C0</string> 1384 + <key>fontStyle</key> 1385 + <string>italic</string> 1386 + </dict> 1387 + </dict> 1388 + <dict> 1389 + <key>name</key> 1390 + <string>Makefile: Other Variables</string> 1391 + <key>scope</key> 1392 + <string>variable.other.makefile</string> 1393 + <key>settings</key> 1394 + <dict> 1395 + <key>foreground</key> 1396 + <string>#800080</string> 1397 + </dict> 1398 + </dict> 1399 + <dict> 1400 + <key>name</key> 1401 + <string>Makefile: Separator Punctuation</string> 1402 + <key>scope</key> 1403 + <string>punctuation.separator.continuation.makefile</string> 1404 + <key>settings</key> 1405 + <dict> 1406 + <key>foreground</key> 1407 + <string>#F90</string> 1408 + </dict> 1409 + </dict> 1410 + <dict> 1411 + <key>name</key> 1412 + <string>Makefile: Function</string> 1413 + <key>scope</key> 1414 + <string>meta.function.makefile</string> 1415 + <key>settings</key> 1416 + <dict> 1417 + <key>foreground</key> 1418 + <string>#FF5600</string> 1419 + </dict> 1420 + </dict> 1421 + <dict> 1422 + <key>name</key> 1423 + <string>Markdown: Block Level</string> 1424 + <key>scope</key> 1425 + <string>meta.block-level.markdown</string> 1426 + <key>settings</key> 1427 + <dict> 1428 + <key>background</key> 1429 + <string>#F9F9F6</string> 1430 + </dict> 1431 + </dict> 1432 + <dict> 1433 + <key>name</key> 1434 + <string>Markdown: References</string> 1435 + <key>scope</key> 1436 + <string>meta.link.reference</string> 1437 + <key>settings</key> 1438 + <dict> 1439 + <key>background</key> 1440 + <string>#FFEBF9</string> 1441 + </dict> 1442 + </dict> 1443 + <dict> 1444 + <key>name</key> 1445 + <string>Matlab: Graphics Support</string> 1446 + <key>scope</key> 1447 + <string>support.graphics.matlab</string> 1448 + <key>settings</key> 1449 + <dict> 1450 + <key>background</key> 1451 + <string>#FFFDF0</string> 1452 + </dict> 1453 + </dict> 1454 + <dict> 1455 + <key>name</key> 1456 + <string>Matlab: Control Support</string> 1457 + <key>scope</key> 1458 + <string>support.function.control</string> 1459 + <key>settings</key> 1460 + <dict> 1461 + <key>background</key> 1462 + <string>#FFFFDB</string> 1463 + </dict> 1464 + </dict> 1465 + <dict> 1466 + <key>name</key> 1467 + <string>Mediawiki: Punctuation Fix Reminder</string> 1468 + <key>scope</key> 1469 + <string>punctuation.fix_this_later</string> 1470 + <key>settings</key> 1471 + <dict> 1472 + <key>foreground</key> 1473 + <string>#B20047</string> 1474 + </dict> 1475 + </dict> 1476 + <dict> 1477 + <key>name</key> 1478 + <string>Ocaml: Module</string> 1479 + <key>scope</key> 1480 + <string>meta.module</string> 1481 + <key>settings</key> 1482 + <dict> 1483 + <key>fontStyle</key> 1484 + <string>italic</string> 1485 + </dict> 1486 + </dict> 1487 + <dict> 1488 + <key>name</key> 1489 + <string>Ocaml: Module Reference</string> 1490 + <key>scope</key> 1491 + <string>meta.module-reference.ocaml</string> 1492 + <key>settings</key> 1493 + <dict> 1494 + <key>foreground</key> 1495 + <string>#933</string> 1496 + </dict> 1497 + </dict> 1498 + <dict> 1499 + <key>name</key> 1500 + <string>Ocaml: Action</string> 1501 + <key>scope</key> 1502 + <string>meta.action.ocaml</string> 1503 + <key>settings</key> 1504 + <dict> 1505 + <key>foreground</key> 1506 + <string>#933</string> 1507 + </dict> 1508 + </dict> 1509 + <dict> 1510 + <key>name</key> 1511 + <string>Php: Embedded Block</string> 1512 + <key>scope</key> 1513 + <string>source.php.embedded.block.html</string> 1514 + <key>settings</key> 1515 + <dict> 1516 + <key>background</key> 1517 + <string>#FFFFFA</string> 1518 + </dict> 1519 + </dict> 1520 + <dict> 1521 + <key>name</key> 1522 + <string>Php: Function Arguments</string> 1523 + <key>scope</key> 1524 + <string>meta.function.arguments</string> 1525 + <key>settings</key> 1526 + <dict> 1527 + <key>foreground</key> 1528 + <string>#26004C</string> 1529 + <key>fontStyle</key> 1530 + <string>italic</string> 1531 + </dict> 1532 + </dict> 1533 + <dict> 1534 + <key>name</key> 1535 + <string>Php: Object Function Call</string> 1536 + <key>scope</key> 1537 + <string>meta.function-call.object</string> 1538 + <key>settings</key> 1539 + <dict> 1540 + <key>foreground</key> 1541 + <string>#933</string> 1542 + </dict> 1543 + </dict> 1544 + <dict> 1545 + <key>name</key> 1546 + <string>Plain Text: </string> 1547 + <key>scope</key> 1548 + <string>meta.bullet-point.light, meta.bullet-point.star, meta.bullet-point.strong, punctuation.definition.item.text, meta.paragraph.text</string> 1549 + <key>settings</key> 1550 + <dict> 1551 + <key>foreground</key> 1552 + <string>#933</string> 1553 + </dict> 1554 + </dict> 1555 + <dict> 1556 + <key>name</key> 1557 + <string>Python: Language Variable </string> 1558 + <key>scope</key> 1559 + <string>variable.language.python</string> 1560 + <key>settings</key> 1561 + <dict> 1562 + <key>foreground</key> 1563 + <string>#61210B</string> 1564 + <key>fontStyle</key> 1565 + <string>italic</string> 1566 + </dict> 1567 + </dict> 1568 + <dict> 1569 + <key>name</key> 1570 + <string>Rd Documentation: </string> 1571 + <key>scope</key> 1572 + <string>punctuation.section.group.tex</string> 1573 + <key>settings</key> 1574 + <dict> 1575 + <key>foreground</key> 1576 + <string>#F00</string> 1577 + </dict> 1578 + </dict> 1579 + <dict> 1580 + <key>name</key> 1581 + <string>Regexp: Range</string> 1582 + <key>scope</key> 1583 + <string>constant.other.range.regexp</string> 1584 + <key>settings</key> 1585 + <dict> 1586 + <key>foreground</key> 1587 + <string>#00F</string> 1588 + </dict> 1589 + </dict> 1590 + <dict> 1591 + <key>name</key> 1592 + <string>Regexp: Anchor</string> 1593 + <key>scope</key> 1594 + <string>keyword.control.anchors.regexp</string> 1595 + <key>settings</key> 1596 + <dict> 1597 + <key>foreground</key> 1598 + <string>#690</string> 1599 + <key>fontStyle</key> 1600 + <string>bold</string> 1601 + </dict> 1602 + </dict> 1603 + <dict> 1604 + <key>name</key> 1605 + <string>Regexp: Set</string> 1606 + <key>scope</key> 1607 + <string>keyword.control.set.regexp</string> 1608 + <key>settings</key> 1609 + <dict> 1610 + <key>foreground</key> 1611 + <string>#909</string> 1612 + </dict> 1613 + </dict> 1614 + <dict> 1615 + <key>name</key> 1616 + <string>Regexp: Character Class</string> 1617 + <key>scope</key> 1618 + <string>keyword.other.backref-and-recursion.regexp</string> 1619 + <key>settings</key> 1620 + <dict> 1621 + <key>foreground</key> 1622 + <string>#630</string> 1623 + </dict> 1624 + </dict> 1625 + <dict> 1626 + <key>name</key> 1627 + <string>Regexp: Quantifier</string> 1628 + <key>scope</key> 1629 + <string>keyword.operator.quantifier.regexp</string> 1630 + <key>settings</key> 1631 + <dict> 1632 + <key>foreground</key> 1633 + <string>#099</string> 1634 + </dict> 1635 + </dict> 1636 + <dict> 1637 + <key>name</key> 1638 + <string>Restructured Text: Directive</string> 1639 + <key>scope</key> 1640 + <string>meta.other.directive.restructuredtext, punctuation.definition.raw.restructuredtext</string> 1641 + <key>settings</key> 1642 + <dict> 1643 + <key>foreground</key> 1644 + <string>#F00</string> 1645 + <key>fontStyle</key> 1646 + <string>bold</string> 1647 + </dict> 1648 + </dict> 1649 + <dict> 1650 + <key>name</key> 1651 + <string>Restructured Text: Commands</string> 1652 + <key>scope</key> 1653 + <string>markup.other.command.restructuredtext</string> 1654 + <key>settings</key> 1655 + <dict> 1656 + <key>background</key> 1657 + <string>#FFFFFC</string> 1658 + <key>foreground</key> 1659 + <string>#933</string> 1660 + <key>fontStyle</key> 1661 + <string>italic</string> 1662 + </dict> 1663 + </dict> 1664 + <dict> 1665 + <key>name</key> 1666 + <string>Restructured Text: Footnote</string> 1667 + <key>scope</key> 1668 + <string>meta.link.footnote</string> 1669 + <key>settings</key> 1670 + <dict> 1671 + <key>background</key> 1672 + <string>#FFE0FF</string> 1673 + <key>foreground</key> 1674 + <string>#933</string> 1675 + </dict> 1676 + </dict> 1677 + <dict> 1678 + <key>name</key> 1679 + <string>Restructured Text: Field</string> 1680 + <key>scope</key> 1681 + <string>punctuation.definition.field.restructuredtext</string> 1682 + <key>settings</key> 1683 + <dict> 1684 + <key>background</key> 1685 + <string>#933</string> 1686 + </dict> 1687 + </dict> 1688 + <dict> 1689 + <key>name</key> 1690 + <string>Restructured Text: Link</string> 1691 + <key>scope</key> 1692 + <string>punctuation.definition.link.restructuredtext</string> 1693 + <key>settings</key> 1694 + <dict> 1695 + <key>foreground</key> 1696 + <string>#0C9</string> 1697 + <key>fontStyle</key> 1698 + <string>bold</string> 1699 + </dict> 1700 + </dict> 1701 + <dict> 1702 + <key>name</key> 1703 + <string>Ruby: Readwrite</string> 1704 + <key>scope</key> 1705 + <string>variable.other.readwrite, punctuation.separator.method.ruby</string> 1706 + <key>settings</key> 1707 + <dict> 1708 + <key>foreground</key> 1709 + <string>#930</string> 1710 + <key>fontStyle</key> 1711 + <string>italic</string> 1712 + </dict> 1713 + </dict> 1714 + <dict> 1715 + <key>name</key> 1716 + <string>Ruby On Rails: Punctuation Separators</string> 1717 + <key>scope</key> 1718 + <string>punctuation.separator.key-value, punctuation.separator.variable</string> 1719 + <key>settings</key> 1720 + <dict> 1721 + <key>foreground</key> 1722 + <string>#FF5600</string> 1723 + </dict> 1724 + </dict> 1725 + <dict> 1726 + <key>name</key> 1727 + <string>Shell Unix Generic: Heredoc Unquoted</string> 1728 + <key>scope</key> 1729 + <string>string.unquoted.heredoc</string> 1730 + <key>settings</key> 1731 + <dict> 1732 + <key>foreground</key> 1733 + <string>#800000</string> 1734 + </dict> 1735 + </dict> 1736 + </array> 1737 + <key>uuid</key> 1738 + <string>3ca46127-0e70-4501-9a4d-52accf12a12d</string> 1739 + <key>colorSpaceName</key> 1740 + <string>sRGB</string> 1741 + <key>semanticClass</key> 1742 + <string>theme.light.wildlife</string> 1743 + </dict> 1744 + </plist>
+1 -1
sass/css/mods.css
··· 186 186 --light-crushed-grape: oklch(73.48% 0.1008 284.99); 187 187 --reseda-green: oklch(62.33% 0.0475 126.94); 188 188 --earth-yellow: oklch(86.49% 0.018 73.05); 189 - --sunset: oklch(87.45% 0.0334 74.93); 189 + --sunset: oklch(0.86 0.0213 73.05); 190 190 --ultra-violet: oklch(42.21% 0.0676 297.45); 191 191 --rose-quartz: oklch(65.32% 0.0585 311.96); 192 192 --pink-puree: oklch(75.65% 0.0555 290.76);
+244 -244
sass/css/syntax-theme.css
··· 3 3 */ 4 4 5 5 html[data-theme="light"] .z-code { 6 - color: #4c4f69; 7 - background-color: var(--sunset); 6 + color: #4c4f69; 7 + background-color: var(--sunset); 8 8 } 9 9 10 10 html[data-theme="light"] .z-comment { 11 - color: #9ca0b0; 12 - font-style: italic; 11 + color: #9ca0b0; 12 + font-style: italic; 13 13 } 14 14 html[data-theme="light"] .z-string { 15 - color: #40a02b; 15 + color: #40a02b; 16 16 } 17 17 html[data-theme="light"] .z-string.z-regexp { 18 - color: #fe640b; 18 + color: #fe640b; 19 19 } 20 20 html[data-theme="light"] .z-constant.z-numeric { 21 - color: #fe640b; 21 + color: #fe640b; 22 22 } 23 23 html[data-theme="light"] .z-constant.z-language.z-boolean { 24 - color: #fe640b; 25 - font-weight: bold; 26 - font-style: italic; 24 + color: #fe640b; 25 + font-weight: bold; 26 + font-style: italic; 27 27 } 28 28 html[data-theme="light"] .z-constant.z-language { 29 - color: #7287fd; 30 - font-style: italic; 29 + color: #7287fd; 30 + font-style: italic; 31 31 } 32 32 html[data-theme="light"] .z-support.z-function.z-builtin { 33 - color: #fe640b; 34 - font-style: italic; 33 + color: #fe640b; 34 + font-style: italic; 35 35 } 36 36 html[data-theme="light"] .z-variable.z-other.z-constant { 37 - color: #fe640b; 37 + color: #fe640b; 38 38 } 39 39 html[data-theme="light"] .z-keyword { 40 - color: #d20f39; 41 - font-style: italic; 40 + color: #d20f39; 41 + font-style: italic; 42 42 } 43 43 html[data-theme="light"] .z-keyword.z-control.z-loop, 44 44 html[data-theme="light"] .z-keyword.z-control.z-conditional, 45 45 html[data-theme="light"] .z-keyword.z-control.z-c\+\+ { 46 - color: #8839ef; 47 - font-weight: bold; 46 + color: #8839ef; 47 + font-weight: bold; 48 48 } 49 49 html[data-theme="light"] .z-keyword.z-control.z-return, 50 50 html[data-theme="light"] .z-keyword.z-control.z-flow.z-return { 51 - color: #ea76cb; 52 - font-weight: bold; 51 + color: #ea76cb; 52 + font-weight: bold; 53 53 } 54 54 html[data-theme="light"] .z-support.z-type.z-exception { 55 - color: #fe640b; 56 - font-style: italic; 55 + color: #fe640b; 56 + font-style: italic; 57 57 } 58 58 html[data-theme="light"] .z-keyword.z-operator, 59 59 html[data-theme="light"] .z-punctuation.z-accessor { 60 - color: #04a5e5; 61 - font-weight: bold; 60 + color: #04a5e5; 61 + font-weight: bold; 62 62 } 63 63 html[data-theme="light"] .z-punctuation.z-separator { 64 - color: #179299; 64 + color: #179299; 65 65 } 66 66 html[data-theme="light"] .z-punctuation.z-terminator { 67 - color: #179299; 67 + color: #179299; 68 68 } 69 69 html[data-theme="light"] .z-punctuation.z-section { 70 - color: #7c7f93; 70 + color: #7c7f93; 71 71 } 72 72 html[data-theme="light"] .z-keyword.z-control.z-import.z-include { 73 - color: #179299; 74 - font-style: italic; 73 + color: #179299; 74 + font-style: italic; 75 75 } 76 76 html[data-theme="light"] .z-storage { 77 - color: #d20f39; 77 + color: #d20f39; 78 78 } 79 79 html[data-theme="light"] .z-storage.z-type { 80 - color: #df8e1d; 81 - font-style: italic; 80 + color: #df8e1d; 81 + font-style: italic; 82 82 } 83 83 html[data-theme="light"] .z-storage.z-modifier { 84 - color: #d20f39; 84 + color: #d20f39; 85 85 } 86 86 html[data-theme="light"] .z-entity.z-name.z-namespace, 87 87 html[data-theme="light"] .z-meta.z-path { 88 - color: #dc8a78; 89 - font-style: italic; 88 + color: #dc8a78; 89 + font-style: italic; 90 90 } 91 91 html[data-theme="light"] .z-storage.z-type.z-class { 92 - color: #dc8a78; 93 - font-style: italic; 92 + color: #dc8a78; 93 + font-style: italic; 94 94 } 95 95 html[data-theme="light"] .z-entity.z-name.z-label { 96 - color: #1e66f5; 96 + color: #1e66f5; 97 97 } 98 98 html[data-theme="light"] .z-keyword.z-declaration.z-class { 99 - color: #d20f39; 100 - font-style: italic; 99 + color: #d20f39; 100 + font-style: italic; 101 101 } 102 102 html[data-theme="light"] .z-entity.z-name.z-class, 103 103 html[data-theme="light"] .z-meta.z-toc-list.z-full-identifier { 104 - color: #04a5e5; 104 + color: #04a5e5; 105 105 } 106 106 html[data-theme="light"] .z-entity.z-other.z-inherited-class { 107 - color: #04a5e5; 108 - font-style: italic; 107 + color: #04a5e5; 108 + font-style: italic; 109 109 } 110 110 html[data-theme="light"] .z-entity.z-name.z-function, 111 111 html[data-theme="light"] .z-variable.z-function { 112 - color: #1e66f5; 113 - font-style: italic; 112 + color: #1e66f5; 113 + font-style: italic; 114 114 } 115 115 html[data-theme="light"] .z-entity.z-name.z-function.z-preprocessor { 116 - color: #d20f39; 116 + color: #d20f39; 117 117 } 118 118 html[data-theme="light"] .z-keyword.z-control.z-import { 119 - color: #d20f39; 119 + color: #d20f39; 120 120 } 121 121 html[data-theme="light"] .z-entity.z-name.z-function.z-constructor, 122 122 html[data-theme="light"] .z-entity.z-name.z-function.z-destructor { 123 - color: #7287fd; 123 + color: #7287fd; 124 124 } 125 125 html[data-theme="light"] .z-variable.z-parameter.z-function { 126 - color: #dc8a78; 127 - font-style: italic; 126 + color: #dc8a78; 127 + font-style: italic; 128 128 } 129 129 html[data-theme="light"] .z-keyword.z-declaration.z-function { 130 - color: #e64553; 131 - font-style: italic; 130 + color: #e64553; 131 + font-style: italic; 132 132 } 133 133 html[data-theme="light"] .z-support.z-function { 134 - color: #04a5e5; 134 + color: #04a5e5; 135 135 } 136 136 html[data-theme="light"] .z-support.z-constant { 137 - color: #1e66f5; 137 + color: #1e66f5; 138 138 } 139 139 html[data-theme="light"] .z-support.z-type, 140 140 html[data-theme="light"] .z-support.z-class { 141 - color: #1e66f5; 142 - font-style: italic; 141 + color: #1e66f5; 142 + font-style: italic; 143 143 } 144 144 html[data-theme="light"] .z-variable.z-function { 145 - color: #1e66f5; 146 - font-style: italic; 145 + color: #1e66f5; 146 + font-style: italic; 147 147 } 148 148 html[data-theme="light"] .z-variable.z-parameter { 149 - color: #dc8a78; 150 - font-style: italic; 149 + color: #dc8a78; 150 + font-style: italic; 151 151 } 152 152 html[data-theme="light"] .z-variable.z-other { 153 - color: #4c4f69; 154 - font-style: italic; 153 + color: #4c4f69; 154 + font-style: italic; 155 155 } 156 156 html[data-theme="light"] .z-variable.z-other.z-member { 157 - color: #dc8a78; 157 + color: #dc8a78; 158 158 } 159 159 html[data-theme="light"] .z-variable.z-language { 160 - color: #179299; 160 + color: #179299; 161 161 } 162 162 html[data-theme="light"] .z-entity.z-name.z-tag { 163 - color: #fe640b; 163 + color: #fe640b; 164 164 } 165 165 html[data-theme="light"] .z-entity.z-other.z-attribute-name { 166 - color: #8839ef; 167 - font-style: italic; 166 + color: #8839ef; 167 + font-style: italic; 168 168 } 169 169 html[data-theme="light"] .z-punctuation.z-definition.z-tag { 170 - color: #e64553; 170 + color: #e64553; 171 171 } 172 172 html[data-theme="light"] .z-markup.z-underline.z-link.z-markdown { 173 - color: #dc8a78; 174 - text-decoration: underline; 175 - font-style: italic; 173 + color: #dc8a78; 174 + text-decoration: underline; 175 + font-style: italic; 176 176 } 177 177 html[data-theme="light"] .z-meta.z-link.z-inline.z-description { 178 - color: #7287fd; 179 - font-weight: bold; 178 + color: #7287fd; 179 + font-weight: bold; 180 180 } 181 181 html[data-theme="light"] .z-comment.z-block.z-markdown, 182 182 html[data-theme="light"] .z-meta.z-code-fence, 183 183 html[data-theme="light"] .z-markup.z-raw.z-code-fence, 184 184 html[data-theme="light"] .z-markup.z-raw.z-inline { 185 - color: #179299; 186 - font-style: italic; 185 + color: #179299; 186 + font-style: italic; 187 187 } 188 188 html[data-theme="light"] .z-punctuation.z-definition.z-heading, 189 189 html[data-theme="light"] .z-entity.z-name.z-section { 190 - color: #1e66f5; 191 - font-weight: bold; 190 + color: #1e66f5; 191 + font-weight: bold; 192 192 } 193 193 html[data-theme="light"] .z-markup.z-italic { 194 - color: #e64553; 195 - font-style: italic; 194 + color: #e64553; 195 + font-style: italic; 196 196 } 197 197 html[data-theme="light"] .z-markup.z-bold { 198 - color: #e64553; 199 - font-weight: bold; 198 + color: #e64553; 199 + font-weight: bold; 200 200 } 201 201 html[data-theme="light"] .z-constant.z-character.z-escape { 202 - color: #ea76cb; 202 + color: #ea76cb; 203 203 } 204 204 html[data-theme="light"] 205 - .z-source.z-shell.z-bash 206 - .z-meta.z-function.z-shell 207 - .z-meta.z-compound.z-shell 208 - .z-meta.z-function-call.z-identifier.z-shell { 209 - color: #ea76cb; 205 + .z-source.z-shell.z-bash 206 + .z-meta.z-function.z-shell 207 + .z-meta.z-compound.z-shell 208 + .z-meta.z-function-call.z-identifier.z-shell { 209 + color: #ea76cb; 210 210 } 211 211 html[data-theme="light"] .z-variable.z-language.z-shell { 212 - color: #d20f39; 213 - font-style: italic; 212 + color: #d20f39; 213 + font-style: italic; 214 214 } 215 215 html[data-theme="light"] 216 - .z-source.z-lua 217 - .z-meta.z-function.z-lua 218 - .z-meta.z-block.z-lua 219 - .z-meta.z-mapping.z-value.z-lua 220 - .z-meta.z-mapping.z-key.z-lua 221 - .z-string.z-unquoted.z-key.z-lua { 222 - color: #7287fd; 223 - font-style: italic; 216 + .z-source.z-lua 217 + .z-meta.z-function.z-lua 218 + .z-meta.z-block.z-lua 219 + .z-meta.z-mapping.z-value.z-lua 220 + .z-meta.z-mapping.z-key.z-lua 221 + .z-string.z-unquoted.z-key.z-lua { 222 + color: #7287fd; 223 + font-style: italic; 224 224 } 225 225 html[data-theme="light"] 226 - .z-source.z-lua 227 - .z-meta.z-function.z-lua 228 - .z-meta.z-block.z-lua 229 - .z-meta.z-mapping.z-key.z-lua 230 - .z-string.z-unquoted.z-key.z-lua { 231 - color: #dd7878; 226 + .z-source.z-lua 227 + .z-meta.z-function.z-lua 228 + .z-meta.z-block.z-lua 229 + .z-meta.z-mapping.z-key.z-lua 230 + .z-string.z-unquoted.z-key.z-lua { 231 + color: #dd7878; 232 232 } 233 233 html[data-theme="light"] .z-entity.z-name.z-constant.z-java { 234 - color: #179299; 234 + color: #179299; 235 235 } 236 236 html[data-theme="light"] .z-support.z-type.z-property-name.z-css { 237 - color: #dd7878; 238 - font-style: italic; 237 + color: #dd7878; 238 + font-style: italic; 239 239 } 240 240 html[data-theme="light"] .z-support.z-constant.z-property-value.z-css { 241 - color: #4c4f69; 241 + color: #4c4f69; 242 242 } 243 243 html[data-theme="light"] .z-constant.z-numeric.z-suffix.z-css, 244 244 html[data-theme="light"] .z-keyword.z-other.z-unit.z-css { 245 - color: #179299; 246 - font-style: italic; 245 + color: #179299; 246 + font-style: italic; 247 247 } 248 248 html[data-theme="light"] .z-variable.z-other.z-custom-property.z-name.z-css, 249 249 html[data-theme="light"] .z-support.z-type.z-custom-property.z-name.z-css, 250 250 html[data-theme="light"] .z-punctuation.z-definition.z-custom-property.z-css { 251 - color: #179299; 251 + color: #179299; 252 252 } 253 253 html[data-theme="light"] .z-entity.z-name.z-tag.z-css { 254 - color: #7287fd; 254 + color: #7287fd; 255 255 } 256 256 html[data-theme="light"] .z-variable.z-other.z-sass { 257 - color: #179299; 257 + color: #179299; 258 258 } 259 259 html[data-theme="light"] .z-invalid { 260 - color: #4c4f69; 261 - background-color: #d20f39; 260 + color: #4c4f69; 261 + background-color: #d20f39; 262 262 } 263 263 html[data-theme="light"] .z-invalid.z-deprecated { 264 - color: #4c4f69; 265 - background-color: #8839ef; 264 + color: #4c4f69; 265 + background-color: #8839ef; 266 266 } 267 267 html[data-theme="light"] .z-meta.z-diff, 268 268 html[data-theme="light"] .z-meta.z-diff.z-header { 269 - color: #9ca0b0; 269 + color: #9ca0b0; 270 270 } 271 271 html[data-theme="light"] .z-markup.z-deleted { 272 - color: #d20f39; 272 + color: #d20f39; 273 273 } 274 274 html[data-theme="light"] .z-markup.z-inserted { 275 - color: #40a02b; 275 + color: #40a02b; 276 276 } 277 277 html[data-theme="light"] .z-markup.z-changed { 278 - color: #df8e1d; 278 + color: #df8e1d; 279 279 } 280 280 html[data-theme="light"] .z-message.z-error { 281 - color: #d20f39; 281 + color: #d20f39; 282 282 } 283 283 284 284 /* dark */ 285 285 286 286 html[data-theme="dark"] .z-code { 287 - color: #cad3f5; 288 - background-color: var(--nightshade-violet); 287 + color: #cad3f5; 288 + background-color: var(--nightshade-violet); 289 289 } 290 290 291 291 html[data-theme="dark"] .z-comment { 292 - color: #6e738d; 293 - font-style: italic; 292 + color: #6e738d; 293 + font-style: italic; 294 294 } 295 295 html[data-theme="dark"] .z-string { 296 - color: #a6da95; 296 + color: #a6da95; 297 297 } 298 298 html[data-theme="dark"] .z-string.z-regexp { 299 - color: #f5a97f; 299 + color: #f5a97f; 300 300 } 301 301 html[data-theme="dark"] .z-constant.z-numeric { 302 - color: #f5a97f; 302 + color: #f5a97f; 303 303 } 304 304 html[data-theme="dark"] .z-constant.z-language.z-boolean { 305 - color: #f5a97f; 306 - font-weight: bold; 307 - font-style: italic; 305 + color: #f5a97f; 306 + font-weight: bold; 307 + font-style: italic; 308 308 } 309 309 html[data-theme="dark"] .z-constant.z-language { 310 - color: #b7bdf8; 311 - font-style: italic; 310 + color: #b7bdf8; 311 + font-style: italic; 312 312 } 313 313 html[data-theme="dark"] .z-support.z-function.z-builtin { 314 - color: #f5a97f; 315 - font-style: italic; 314 + color: #f5a97f; 315 + font-style: italic; 316 316 } 317 317 html[data-theme="dark"] .z-variable.z-other.z-constant { 318 - color: #f5a97f; 318 + color: #f5a97f; 319 319 } 320 320 html[data-theme="dark"] .z-keyword { 321 - color: #ed8796; 322 - font-style: italic; 321 + color: #ed8796; 322 + font-style: italic; 323 323 } 324 324 html[data-theme="dark"] .z-keyword.z-control.z-loop, 325 325 html[data-theme="dark"] .z-keyword.z-control.z-conditional, 326 326 html[data-theme="dark"] .z-keyword.z-control.z-c\+\+ { 327 - color: #c6a0f6; 328 - font-weight: bold; 327 + color: #c6a0f6; 328 + font-weight: bold; 329 329 } 330 330 html[data-theme="dark"] .z-keyword.z-control.z-return, 331 331 html[data-theme="dark"] .z-keyword.z-control.z-flow.z-return { 332 - color: #f5bde6; 333 - font-weight: bold; 332 + color: #f5bde6; 333 + font-weight: bold; 334 334 } 335 335 html[data-theme="dark"] .z-support.z-type.z-exception { 336 - color: #f5a97f; 337 - font-style: italic; 336 + color: #f5a97f; 337 + font-style: italic; 338 338 } 339 339 html[data-theme="dark"] .z-keyword.z-operator, 340 340 html[data-theme="dark"] .z-punctuation.z-accessor { 341 - color: #91d7e3; 342 - font-weight: bold; 341 + color: #91d7e3; 342 + font-weight: bold; 343 343 } 344 344 html[data-theme="dark"] .z-punctuation.z-separator { 345 - color: #8bd5ca; 345 + color: #8bd5ca; 346 346 } 347 347 html[data-theme="dark"] .z-punctuation.z-terminator { 348 - color: #8bd5ca; 348 + color: #8bd5ca; 349 349 } 350 350 html[data-theme="dark"] .z-punctuation.z-section { 351 - color: #939ab7; 351 + color: #939ab7; 352 352 } 353 353 html[data-theme="dark"] .z-keyword.z-control.z-import.z-include { 354 - color: #8bd5ca; 355 - font-style: italic; 354 + color: #8bd5ca; 355 + font-style: italic; 356 356 } 357 357 html[data-theme="dark"] .z-storage { 358 - color: #ed8796; 358 + color: #ed8796; 359 359 } 360 360 html[data-theme="dark"] .z-storage.z-type { 361 - color: #eed49f; 362 - font-style: italic; 361 + color: #eed49f; 362 + font-style: italic; 363 363 } 364 364 html[data-theme="dark"] .z-storage.z-modifier { 365 - color: #ed8796; 365 + color: #ed8796; 366 366 } 367 367 html[data-theme="dark"] .z-entity.z-name.z-namespace, 368 368 html[data-theme="dark"] .z-meta.z-path { 369 - color: #f4dbd6; 370 - font-style: italic; 369 + color: #f4dbd6; 370 + font-style: italic; 371 371 } 372 372 html[data-theme="dark"] .z-storage.z-type.z-class { 373 - color: #f4dbd6; 374 - font-style: italic; 373 + color: #f4dbd6; 374 + font-style: italic; 375 375 } 376 376 html[data-theme="dark"] .z-entity.z-name.z-label { 377 - color: #8aadf4; 377 + color: #8aadf4; 378 378 } 379 379 html[data-theme="dark"] .z-keyword.z-declaration.z-class { 380 - color: #ed8796; 381 - font-style: italic; 380 + color: #ed8796; 381 + font-style: italic; 382 382 } 383 383 html[data-theme="dark"] .z-entity.z-name.z-class, 384 384 html[data-theme="dark"] .z-meta.z-toc-list.z-full-identifier { 385 - color: #91d7e3; 385 + color: #91d7e3; 386 386 } 387 387 html[data-theme="dark"] .z-entity.z-other.z-inherited-class { 388 - color: #91d7e3; 389 - font-style: italic; 388 + color: #91d7e3; 389 + font-style: italic; 390 390 } 391 391 html[data-theme="dark"] .z-entity.z-name.z-function, 392 392 html[data-theme="dark"] .z-variable.z-function { 393 - color: #8aadf4; 394 - font-style: italic; 393 + color: #8aadf4; 394 + font-style: italic; 395 395 } 396 396 html[data-theme="dark"] .z-entity.z-name.z-function.z-preprocessor { 397 - color: #ed8796; 397 + color: #ed8796; 398 398 } 399 399 html[data-theme="dark"] .z-keyword.z-control.z-import { 400 - color: #ed8796; 400 + color: #ed8796; 401 401 } 402 402 html[data-theme="dark"] .z-entity.z-name.z-function.z-constructor, 403 403 html[data-theme="dark"] .z-entity.z-name.z-function.z-destructor { 404 - color: #b7bdf8; 404 + color: #b7bdf8; 405 405 } 406 406 html[data-theme="dark"] .z-variable.z-parameter.z-function { 407 - color: #f4dbd6; 408 - font-style: italic; 407 + color: #f4dbd6; 408 + font-style: italic; 409 409 } 410 410 html[data-theme="dark"] .z-keyword.z-declaration.z-function { 411 - color: #ee99a0; 412 - font-style: italic; 411 + color: #ee99a0; 412 + font-style: italic; 413 413 } 414 414 html[data-theme="dark"] .z-support.z-function { 415 - color: #91d7e3; 415 + color: #91d7e3; 416 416 } 417 417 html[data-theme="dark"] .z-support.z-constant { 418 - color: #8aadf4; 418 + color: #8aadf4; 419 419 } 420 420 html[data-theme="dark"] .z-support.z-type, 421 421 html[data-theme="dark"] .z-support.z-class { 422 - color: #8aadf4; 423 - font-style: italic; 422 + color: #8aadf4; 423 + font-style: italic; 424 424 } 425 425 html[data-theme="dark"] .z-variable.z-function { 426 - color: #8aadf4; 427 - font-style: italic; 426 + color: #8aadf4; 427 + font-style: italic; 428 428 } 429 429 html[data-theme="dark"] .z-variable.z-parameter { 430 - color: #f4dbd6; 431 - font-style: italic; 430 + color: #f4dbd6; 431 + font-style: italic; 432 432 } 433 433 html[data-theme="dark"] .z-variable.z-other { 434 - color: #cad3f5; 435 - font-style: italic; 434 + color: #cad3f5; 435 + font-style: italic; 436 436 } 437 437 html[data-theme="dark"] .z-variable.z-other.z-member { 438 - color: #f4dbd6; 438 + color: #f4dbd6; 439 439 } 440 440 html[data-theme="dark"] .z-variable.z-language { 441 - color: #8bd5ca; 441 + color: #8bd5ca; 442 442 } 443 443 html[data-theme="dark"] .z-entity.z-name.z-tag { 444 - color: #f5a97f; 444 + color: #f5a97f; 445 445 } 446 446 html[data-theme="dark"] .z-entity.z-other.z-attribute-name { 447 - color: #c6a0f6; 448 - font-style: italic; 447 + color: #c6a0f6; 448 + font-style: italic; 449 449 } 450 450 html[data-theme="dark"] .z-punctuation.z-definition.z-tag { 451 - color: #ee99a0; 451 + color: #ee99a0; 452 452 } 453 453 html[data-theme="dark"] .z-markup.z-underline.z-link.z-markdown { 454 - color: #f4dbd6; 455 - text-decoration: underline; 456 - font-style: italic; 454 + color: #f4dbd6; 455 + text-decoration: underline; 456 + font-style: italic; 457 457 } 458 458 html[data-theme="dark"] .z-meta.z-link.z-inline.z-description { 459 - color: #b7bdf8; 460 - font-weight: bold; 459 + color: #b7bdf8; 460 + font-weight: bold; 461 461 } 462 462 html[data-theme="dark"] .z-comment.z-block.z-markdown, 463 463 html[data-theme="dark"] .z-meta.z-code-fence, 464 464 html[data-theme="dark"] .z-markup.z-raw.z-code-fence, 465 465 html[data-theme="dark"] .z-markup.z-raw.z-inline { 466 - color: #8bd5ca; 467 - font-style: italic; 466 + color: #8bd5ca; 467 + font-style: italic; 468 468 } 469 469 html[data-theme="dark"] .z-punctuation.z-definition.z-heading, 470 470 html[data-theme="dark"] .z-entity.z-name.z-section { 471 - color: #8aadf4; 472 - font-weight: bold; 471 + color: #8aadf4; 472 + font-weight: bold; 473 473 } 474 474 html[data-theme="dark"] .z-markup.z-italic { 475 - color: #ee99a0; 476 - font-style: italic; 475 + color: #ee99a0; 476 + font-style: italic; 477 477 } 478 478 html[data-theme="dark"] .z-markup.z-bold { 479 - color: #ee99a0; 480 - font-weight: bold; 479 + color: #ee99a0; 480 + font-weight: bold; 481 481 } 482 482 html[data-theme="dark"] .z-constant.z-character.z-escape { 483 - color: #f5bde6; 483 + color: #f5bde6; 484 484 } 485 485 html[data-theme="dark"] 486 - .z-source.z-shell.z-bash 487 - .z-meta.z-function.z-shell 488 - .z-meta.z-compound.z-shell 489 - .z-meta.z-function-call.z-identifier.z-shell { 490 - color: #f5bde6; 486 + .z-source.z-shell.z-bash 487 + .z-meta.z-function.z-shell 488 + .z-meta.z-compound.z-shell 489 + .z-meta.z-function-call.z-identifier.z-shell { 490 + color: #f5bde6; 491 491 } 492 492 html[data-theme="dark"] .z-variable.z-language.z-shell { 493 - color: #ed8796; 494 - font-style: italic; 493 + color: #ed8796; 494 + font-style: italic; 495 495 } 496 496 html[data-theme="dark"] 497 - .z-source.z-lua 498 - .z-meta.z-function.z-lua 499 - .z-meta.z-block.z-lua 500 - .z-meta.z-mapping.z-value.z-lua 501 - .z-meta.z-mapping.z-key.z-lua 502 - .z-string.z-unquoted.z-key.z-lua { 503 - color: #b7bdf8; 504 - font-style: italic; 497 + .z-source.z-lua 498 + .z-meta.z-function.z-lua 499 + .z-meta.z-block.z-lua 500 + .z-meta.z-mapping.z-value.z-lua 501 + .z-meta.z-mapping.z-key.z-lua 502 + .z-string.z-unquoted.z-key.z-lua { 503 + color: #b7bdf8; 504 + font-style: italic; 505 505 } 506 506 html[data-theme="dark"] 507 - .z-source.z-lua 508 - .z-meta.z-function.z-lua 509 - .z-meta.z-block.z-lua 510 - .z-meta.z-mapping.z-key.z-lua 511 - .z-string.z-unquoted.z-key.z-lua { 512 - color: #f0c6c6; 507 + .z-source.z-lua 508 + .z-meta.z-function.z-lua 509 + .z-meta.z-block.z-lua 510 + .z-meta.z-mapping.z-key.z-lua 511 + .z-string.z-unquoted.z-key.z-lua { 512 + color: #f0c6c6; 513 513 } 514 514 html[data-theme="dark"] .z-entity.z-name.z-constant.z-java { 515 - color: #8bd5ca; 515 + color: #8bd5ca; 516 516 } 517 517 html[data-theme="dark"] .z-support.z-type.z-property-name.z-css { 518 - color: #f0c6c6; 519 - font-style: italic; 518 + color: #f0c6c6; 519 + font-style: italic; 520 520 } 521 521 html[data-theme="dark"] .z-support.z-constant.z-property-value.z-css { 522 - color: #cad3f5; 522 + color: #cad3f5; 523 523 } 524 524 html[data-theme="dark"] .z-constant.z-numeric.z-suffix.z-css, 525 525 html[data-theme="dark"] .z-keyword.z-other.z-unit.z-css { 526 - color: #8bd5ca; 527 - font-style: italic; 526 + color: #8bd5ca; 527 + font-style: italic; 528 528 } 529 529 html[data-theme="dark"] .z-variable.z-other.z-custom-property.z-name.z-css, 530 530 html[data-theme="dark"] .z-support.z-type.z-custom-property.z-name.z-css, 531 531 html[data-theme="dark"] .z-punctuation.z-definition.z-custom-property.z-css { 532 - color: #8bd5ca; 532 + color: #8bd5ca; 533 533 } 534 534 html[data-theme="dark"] .z-entity.z-name.z-tag.z-css { 535 - color: #b7bdf8; 535 + color: #b7bdf8; 536 536 } 537 537 html[data-theme="dark"] .z-variable.z-other.z-sass { 538 - color: #8bd5ca; 538 + color: #8bd5ca; 539 539 } 540 540 html[data-theme="dark"] .z-invalid { 541 - color: #cad3f5; 542 - background-color: #ed8796; 541 + color: #cad3f5; 542 + background-color: #ed8796; 543 543 } 544 544 html[data-theme="dark"] .z-invalid.z-deprecated { 545 - color: #cad3f5; 546 - background-color: #c6a0f6; 545 + color: #cad3f5; 546 + background-color: #c6a0f6; 547 547 } 548 548 html[data-theme="dark"] .z-meta.z-diff, 549 549 html[data-theme="dark"] .z-meta.z-diff.z-header { 550 - color: #6e738d; 550 + color: #6e738d; 551 551 } 552 552 html[data-theme="dark"] .z-markup.z-deleted { 553 - color: #ed8796; 553 + color: #ed8796; 554 554 } 555 555 html[data-theme="dark"] .z-markup.z-inserted { 556 - color: #a6da95; 556 + color: #a6da95; 557 557 } 558 558 html[data-theme="dark"] .z-markup.z-changed { 559 - color: #eed49f; 559 + color: #eed49f; 560 560 } 561 561 html[data-theme="dark"] .z-message.z-error { 562 - color: #ed8796; 562 + color: #ed8796; 563 563 }