Skip to content

Commit f846a1a

Browse files
authored
Add themes weeping-willow, mirthful-willow (#1864)
1 parent 4f207f7 commit f846a1a

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

themes.gitconfig

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

0 commit comments

Comments
 (0)