summaryrefslogtreecommitdiffstats
path: root/themes.gitconfig
blob: 6818a240134fd2668c4faf90aecd46cae4b22d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# To use these themes, first include this file in your own gitconfig file:
#
# [include]
#     path = PATH/TO/delta/themes.gitconfig
#
# Then, in your own gitconfig file, activate the chosen theme, e.g.
#
# [delta]
#    features = kingfisher
#
# Please add your own themes to this file, and open a PR. Instructions:
#
# 1. The name of the theme must be the name of some sort of wild
#    organism: mammal, bird, plant, mollusk -- whatever. It can be in
#    any language.
#
# 2. Please include a comment line describing the terminal
#    theme/colors that you typically use with this theme.
#
# 3. Feel free to include a comment line indicating who is the author
#    of the theme. E.g. a link to your github user page.

[delta "woolly-mammoth"]
    # author: https://github.com/Kr1ss-XD
    dark = true
    syntax-theme = Vibrant Sunburst
    zero-style = syntax
    minus-style = syntax "#400000"
    minus-emph-style = syntax bold "#780000"
    plus-style = syntax "#004000"
    plus-emph-style = syntax bold "#007800"
    whitespace-error-style = "#280050" reverse
    commit-style = 232 bold italic 130
    commit-decoration-style = 232 130 box
    file-style = 232 bold 184
    file-decoration-style = "#606018" overline
    hunk-header-style = syntax bold italic 237
    hunk-header-decoration-style = none
    line-numbers = true
    line-numbers-zero-style = "#545474" italic
    line-numbers-left-format = "{nm:>1}┊"
    line-numbers-right-format = "{np:>1}┊"
    line-numbers-left-style = red
    line-numbers-right-style = green
    line-numbers-minus-style = red italic black
    line-numbers-plus-style = green italic black
    file-added-label = [+]
    file-copied-label = [C]
    file-modified-label = [M]
    file-removed-label = [-]
    file-renamed-label = [R]

[delta "villsau"]
    # author: https://github.com/torarnv
    syntax-theme = OneHalfDark
    line-numbers = false
    hunk-header-style = file line-number syntax
    hunk-header-line-number-style = dim magenta
    hunk-header-file-style = magenta
    hunk-header-decoration-style = omit
    file-style = omit
    zero-style = dim syntax
    minus-style = bold red
    minus-non-emph-style = dim red
    minus-emph-style = bold red 52
    minus-empty-line-marker-style = normal "#3f0001"
    plus-style = bold green
    plus-non-emph-style = dim green
    plus-emph-style = bold green 22
    plus-empty-line-marker-style = normal "#002800"
    whitespace-error-style = reverse red

[delta "collared-trogon"]
    # author: https://github.com/clnoll
    commit-decoration-style = bold box ul
    file-style = omit
    file-decoration-style = none
    hunk-header-style = file line-number syntax
    hunk-header-decoration-style = "#022b45" box ul
    hunk-header-file-style = "#999999"
    hunk-header-line-number-style = bold "#003300"
    line-numbers = true
    line-numbers-minus-style = "#80002a"
    line-numbers-plus-style = "#003300"
    line-numbers-zero-style = "#999999"
    line-numbers-left-style = "#022b45"
    line-numbers-right-style = "#022b45"
    minus-style = normal "#330011"
    minus-emph-style = normal "#80002a"
    plus-style = syntax "#001a00"
    plus-emph-style = syntax "#003300"
    syntax-theme = Nord

[delta "tangara-chilensis"]
    # author: https://github.com/clnoll
    commit-decoration-style = bold box ul "#34fd50"
    file-style = omit
    file-decoration-style = none
    hunk-header-style = file line-number syntax
    hunk-header-decoration-style = "#00b494" box ul
    hunk-header-file-style = "#999999"
    hunk-header-line-number-style = bold "#03a4ff"
    line-numbers = true
    line-numbers-minus-style = "#B10036"
    line-numbers-plus-style = "#03a4ff"
    line-numbers-zero-style = "#999999"
    line-numbers-left-style = black
    line-numbers-right-style = black
    minus-style = normal "#990017"
    minus-emph-style = normal "#de004e"
    plus-style = syntax "#450eff"
    plus-emph-style = syntax "#03a4ff"
    side-by-side = true
    syntax-theme = Vibrant Sunburst

[delta "coracias-caudatus"]
    # author: https://github.com/clnoll
    commit-decoration-style = ol "#7536ff"
    commit-style = "#200078"
    file-decoration-style = none
    file-style = omit
    hunk-header-decoration-style = "#cfd6ff" ul
    hunk-header-file-style = "#858dff"
    hunk-header-line-number-style = "#7536ff"
    hunk-header-style = file line-number syntax
    light = true
    line-numbers = true
    line-numbers-left-format = "{nm:>4} ."
    line-numbers-left-style = "#e3ab02"
    line-numbers-minus-style = "#ff38b6"
    line-numbers-plus-style = "#00e0c2"
    line-numbers-right-format = "{np:>4}  "
    line-numbers-right-style = white
    line-numbers-zero-style = "#cccccc"
    minus-emph-style = bold "#ff3838" "#ffe3f7"
    minus-style = "#ff0080"
    plus-emph-style = "#008a81" bold "#00ffbf"
    plus-style = syntax "#cffff3"
    syntax-theme = Github