|
576 | 576 | # See 'mirthful-willow' for light mode version. |
577 | 577 | # Heavily inspired by the themes above. Thank you. <3 |
578 | 578 | # author: https://github.com/lvdh |
| 579 | + # colors: `pastel list` |
579 | 580 | dark = true |
580 | 581 | right-arrow = > |
581 | 582 | syntax-theme = Coldark-Dark |
582 | 583 | # -- git |
583 | | - blame-format = "{author:<18} ({commit:>7}) ┊{timestamp:^16}┊ " |
584 | | - blame-palette = "purple darkmagenta darkviolet darkslateblue blueviolet rebeccapurple slateblue mediumpurple mediumslateblue" |
| 584 | + blame-format = " ({commit:>7}) {author:<18} {timestamp:^13} " |
| 585 | + blame-palette = "normal midnightblue indigo navy darkblue darkslateblue purple rebeccapurple darkviolet" |
585 | 586 | commit-decoration-style = none |
586 | | - commit-style = bold white olive |
| 587 | + commit-style = bold black orange |
587 | 588 | # -- grep |
588 | 589 | grep-file-style = olive |
589 | | - grep-line-number-style = orange |
| 590 | + grep-line-number-style = olive |
590 | 591 | # -- diff |
591 | 592 | keep-plus-minus-markers = true |
592 | 593 | line-numbers = true |
593 | 594 | line-numbers-minus-style = red |
594 | 595 | line-numbers-plus-style = green |
595 | | - line-numbers-left-style = grey |
| 596 | + line-numbers-left-style = gray |
596 | 597 | line-numbers-left-format = "{nm:>1}┊" |
597 | | - line-numbers-right-style = orange |
| 598 | + line-numbers-right-style = gray |
598 | 599 | line-numbers-right-format = "{np:>1}┊" |
599 | 600 | line-numbers-zero-style = gray |
600 | | - minus-emph-style = lemonchiffon crimson underline |
601 | | - minus-empty-line-marker-style = normal maroon |
| 601 | + minus-emph-style = ghostwhite crimson underline |
| 602 | + minus-empty-line-marker-style = syntax maroon |
602 | 603 | minus-style = syntax darkred |
603 | | - plus-emph-style = lemonchiffon olivedrab underline |
604 | | - plus-empty-line-marker-style = normal seagreen |
| 604 | + plus-emph-style = ghostwhite olivedrab underline |
| 605 | + plus-empty-line-marker-style = syntax seagreen |
605 | 606 | plus-style = syntax darkgreen |
606 | | - whitespace-error-style = black white |
| 607 | + whitespace-error-style = black ghostwhite |
607 | 608 | zero-style = syntax |
608 | 609 | # -- decorations |
609 | 610 | file-decoration-style = olive overline |
610 | 611 | file-added-label = [+] |
611 | | - file-copied-label = [=] |
612 | | - file-modified-label = [*] |
| 612 | + file-copied-label = [*] |
| 613 | + file-modified-label = [~] |
613 | 614 | file-removed-label = [-] |
614 | 615 | file-renamed-label = [>] |
615 | | - file-style = olive bold |
| 616 | + file-style = orange bold |
616 | 617 | hunk-header-decoration-style = none |
617 | 618 | hunk-header-file-style = olive |
618 | 619 | hunk-header-line-number-style = orange |
619 | | - hunk-header-style = file line-number purple |
| 620 | + hunk-header-style = file line-number orchid |
620 | 621 |
|
621 | 622 | [delta "mirthful-willow"] |
622 | 623 | # See 'weeping-willow' for dark mode version. |
623 | 624 | # Heavily inspired by the themes above. Thank you. <3 |
624 | 625 | # author: https://github.com/lvdh |
| 626 | + # colors: `pastel list` |
625 | 627 | light = true |
626 | 628 | right-arrow = > |
627 | 629 | syntax-theme = Coldark-Cold |
628 | 630 | # -- git |
629 | | - blame-format = "{author:<18} ({commit:>7}) ┊{timestamp:^16}┊ " |
630 | | - blame-palette = "whitesmoke lavender palegreen powderblue khaki lightcoral silver palegreen gainsboro" |
| 631 | + blame-format = " ({commit:>7}) {author:<18} {timestamp:^13} " |
| 632 | + blame-palette = "powderblue papayawhip thistle skyblue lavender plum paleturquoise lightcyan violet" |
631 | 633 | commit-decoration-style = none |
632 | | - commit-style = bold white darkgoldenrod |
| 634 | + commit-style = bold black orange |
633 | 635 | # -- grep |
634 | 636 | grep-file-style = darkgoldenrod |
635 | | - grep-line-number-style = orange |
| 637 | + grep-line-number-style = darkgoldenrod |
636 | 638 | # -- diff |
637 | 639 | keep-plus-minus-markers = true |
638 | 640 | line-numbers = true |
639 | 641 | line-numbers-minus-style = red |
640 | 642 | line-numbers-plus-style = green |
641 | | - line-numbers-left-style = darkgrey |
| 643 | + line-numbers-left-style = gray |
642 | 644 | line-numbers-left-format = "{nm:>1}┊" |
643 | | - line-numbers-right-style = orange |
| 645 | + line-numbers-right-style = gray |
644 | 646 | line-numbers-right-format = "{np:>1}┊" |
645 | | - line-numbers-zero-style = darkgray |
646 | | - minus-emph-style = black tomato underline |
647 | | - minus-empty-line-marker-style = normal orangered |
| 647 | + line-numbers-zero-style = gray |
| 648 | + minus-emph-style = ghostwhite tomato underline |
| 649 | + minus-empty-line-marker-style = syntax orangered |
648 | 650 | minus-style = syntax lightpink |
649 | | - plus-emph-style = black limegreen underline |
650 | | - plus-empty-line-marker-style = normal forestgreen |
| 651 | + plus-emph-style = ghostwhite limegreen underline |
| 652 | + plus-empty-line-marker-style = syntax forestgreen |
651 | 653 | plus-style = syntax lightgreen |
652 | | - whitespace-error-style = black white |
| 654 | + whitespace-error-style = black ghostwhite |
653 | 655 | zero-style = syntax |
654 | 656 | # -- decorations |
655 | 657 | file-decoration-style = darkgoldenrod overline |
656 | 658 | file-added-label = [+] |
657 | | - file-copied-label = [=] |
658 | | - file-modified-label = [*] |
| 659 | + file-copied-label = [*] |
| 660 | + file-modified-label = [~] |
659 | 661 | file-removed-label = [-] |
660 | 662 | file-renamed-label = [>] |
661 | | - file-style = darkgoldenrod bold |
| 663 | + file-style = orange bold |
662 | 664 | hunk-header-decoration-style = none |
663 | 665 | hunk-header-file-style = darkgoldenrod |
664 | 666 | hunk-header-line-number-style = orange |
665 | | - hunk-header-style = file line-number purple |
| 667 | + hunk-header-style = file line-number darkviolet |
0 commit comments