Skip to content

Commit ed09269

Browse files
authored
Tune themes weeping-willow, mirthful-willow (#2011)
1 parent cb610ec commit ed09269

File tree

1 file changed

+33
-31
lines changed

1 file changed

+33
-31
lines changed

themes.gitconfig

Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -576,90 +576,92 @@
576576
# See 'mirthful-willow' for light mode version.
577577
# Heavily inspired by the themes above. Thank you. <3
578578
# author: https://github.com/lvdh
579+
# colors: `pastel list`
579580
dark = true
580581
right-arrow = >
581582
syntax-theme = Coldark-Dark
582583
# -- 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"
585586
commit-decoration-style = none
586-
commit-style = bold white olive
587+
commit-style = bold black orange
587588
# -- grep
588589
grep-file-style = olive
589-
grep-line-number-style = orange
590+
grep-line-number-style = olive
590591
# -- diff
591592
keep-plus-minus-markers = true
592593
line-numbers = true
593594
line-numbers-minus-style = red
594595
line-numbers-plus-style = green
595-
line-numbers-left-style = grey
596+
line-numbers-left-style = gray
596597
line-numbers-left-format = "{nm:>1}┊"
597-
line-numbers-right-style = orange
598+
line-numbers-right-style = gray
598599
line-numbers-right-format = "{np:>1}┊"
599600
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
602603
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
605606
plus-style = syntax darkgreen
606-
whitespace-error-style = black white
607+
whitespace-error-style = black ghostwhite
607608
zero-style = syntax
608609
# -- decorations
609610
file-decoration-style = olive overline
610611
file-added-label = [+]
611-
file-copied-label = [=]
612-
file-modified-label = [*]
612+
file-copied-label = [*]
613+
file-modified-label = [~]
613614
file-removed-label = [-]
614615
file-renamed-label = [>]
615-
file-style = olive bold
616+
file-style = orange bold
616617
hunk-header-decoration-style = none
617618
hunk-header-file-style = olive
618619
hunk-header-line-number-style = orange
619-
hunk-header-style = file line-number purple
620+
hunk-header-style = file line-number orchid
620621

621622
[delta "mirthful-willow"]
622623
# See 'weeping-willow' for dark mode version.
623624
# Heavily inspired by the themes above. Thank you. <3
624625
# author: https://github.com/lvdh
626+
# colors: `pastel list`
625627
light = true
626628
right-arrow = >
627629
syntax-theme = Coldark-Cold
628630
# -- 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"
631633
commit-decoration-style = none
632-
commit-style = bold white darkgoldenrod
634+
commit-style = bold black orange
633635
# -- grep
634636
grep-file-style = darkgoldenrod
635-
grep-line-number-style = orange
637+
grep-line-number-style = darkgoldenrod
636638
# -- diff
637639
keep-plus-minus-markers = true
638640
line-numbers = true
639641
line-numbers-minus-style = red
640642
line-numbers-plus-style = green
641-
line-numbers-left-style = darkgrey
643+
line-numbers-left-style = gray
642644
line-numbers-left-format = "{nm:>1}┊"
643-
line-numbers-right-style = orange
645+
line-numbers-right-style = gray
644646
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
648650
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
651653
plus-style = syntax lightgreen
652-
whitespace-error-style = black white
654+
whitespace-error-style = black ghostwhite
653655
zero-style = syntax
654656
# -- decorations
655657
file-decoration-style = darkgoldenrod overline
656658
file-added-label = [+]
657-
file-copied-label = [=]
658-
file-modified-label = [*]
659+
file-copied-label = [*]
660+
file-modified-label = [~]
659661
file-removed-label = [-]
660662
file-renamed-label = [>]
661-
file-style = darkgoldenrod bold
663+
file-style = orange bold
662664
hunk-header-decoration-style = none
663665
hunk-header-file-style = darkgoldenrod
664666
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

Comments
 (0)