summaryrefslogtreecommitdiffstats
path: root/themes.gitconfig
blob: 929251b4c55e055dfe218f1c5155bc7ea1987411 (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
# 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]
#    # author: https://github.com/me
#    features = kingfisher
#
# Please add your own themes to this file, and open a PR. There is
# only one rule: 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. For example:
#
# [delta "kingfisher"]
#     hunk-header-style = file line-number syntax
#     ...

[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]