delta/themes.gitconfig

241 lines
8.3 KiB
Plaintext
Raw Normal View History

2020-12-31 21:01:42 +03:00
# 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
#
2021-03-29 15:05:26 +03:00
# Please add your own themes to this file, and open a PR.
2020-12-31 21:01:42 +03:00
#
2021-03-29 15:05:26 +03:00
# Instructions:
2021-01-05 20:51:40 +03:00
#
2021-03-29 15:05:26 +03:00
# 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.
2021-01-05 20:51:40 +03:00
#
2021-03-29 15:05:26 +03:00
# 2. Use `delta --show-config` to list all the style settings that are active in
# your current delta environment, but only include settings in your theme
# that are essential to its appearance.
#
# 3. Include either `dark = true` or `light = true` according to whether it is
# designed for a light or dark terminal background. (This marks a feature as
# a "theme", causing it to be picked up by `delta --show-themes`).
#
# 4. Feel free to include a comment line indicating who is the author of the
# theme. E.g. a link to your github user page.
2021-01-01 03:10:31 +03:00
2021-03-06 16:02:17 +03:00
[delta "collared-trogon"]
# author: https://github.com/clnoll
commit-decoration-style = bold box ul
dark = true
2021-03-06 16:02:17 +03:00
file-decoration-style = none
2021-03-29 14:46:18 +03:00
file-style = omit
2021-03-06 16:02:17 +03:00
hunk-header-decoration-style = "#022b45" box ul
hunk-header-file-style = "#999999"
hunk-header-line-number-style = bold "#003300"
2021-03-29 14:46:18 +03:00
hunk-header-style = file line-number syntax
2021-03-06 16:02:17 +03:00
line-numbers = true
2021-03-29 14:46:18 +03:00
line-numbers-left-style = "#022b45"
2021-03-06 16:02:17 +03:00
line-numbers-minus-style = "#80002a"
line-numbers-plus-style = "#003300"
line-numbers-right-style = "#022b45"
2021-03-29 14:46:18 +03:00
line-numbers-zero-style = "#999999"
2021-03-06 16:02:17 +03:00
minus-emph-style = normal "#80002a"
2021-03-29 14:46:18 +03:00
minus-style = normal "#330011"
2021-03-06 16:02:17 +03:00
plus-emph-style = syntax "#003300"
2021-03-29 14:46:18 +03:00
plus-style = syntax "#001a00"
2021-03-06 16:26:29 +03:00
syntax-theme = Nord
2021-03-11 05:45:53 +03:00
2021-03-29 14:41:37 +03:00
[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
2021-03-29 14:47:38 +03:00
[delta "hoopoe"]
# author: https://github.com/dandavison
light = true
pink = "#ffe0e0"
dark-pink = "#ffc0c0"
green = "#d0ffd0"
dark-green = "#a0efa0"
dark-green-2 = "#067a00"
minus-style = normal hoopoe.pink
minus-emph-style = normal hoopoe.dark-pink
minus-non-emph-style = minus-style
plus-style = syntax hoopoe.green
plus-emph-style = syntax hoopoe.dark-green
plus-non-emph-style = plus-style
minus-empty-line-marker-style = minus-style
plus-empty-line-marker-style = plus-style
2021-03-29 14:47:38 +03:00
commit-decoration-style = blue ol
commit-style = raw
file-style = omit
hunk-header-decoration-style = blue box
hunk-header-file-style = red
hunk-header-line-number-style = hoopoe.dark-green-2
2021-03-29 14:47:38 +03:00
hunk-header-style = file line-number syntax
syntax-theme = GitHub
zero-style = syntax
2021-03-11 05:45:53 +03:00
[delta "tangara-chilensis"]
# author: https://github.com/clnoll
commit-decoration-style = bold box ul "#34fd50"
dark = true
2021-03-11 05:45:53 +03:00
file-decoration-style = none
2021-03-29 14:46:18 +03:00
file-style = omit
2021-03-11 05:45:53 +03:00
hunk-header-decoration-style = "#00b494" box ul
hunk-header-file-style = "#999999"
hunk-header-line-number-style = bold "#03a4ff"
2021-03-29 14:46:18 +03:00
hunk-header-style = file line-number syntax
2021-03-11 05:45:53 +03:00
line-numbers = true
2021-03-29 14:46:18 +03:00
line-numbers-left-style = black
2021-03-11 05:45:53 +03:00
line-numbers-minus-style = "#B10036"
line-numbers-plus-style = "#03a4ff"
line-numbers-right-style = black
2021-03-29 14:46:18 +03:00
line-numbers-zero-style = "#999999"
2021-03-11 05:45:53 +03:00
minus-emph-style = normal "#de004e"
2021-03-29 14:46:18 +03:00
minus-style = normal "#990017"
2021-03-11 05:45:53 +03:00
plus-emph-style = syntax "#03a4ff"
2021-03-29 14:46:18 +03:00
plus-style = syntax "#450eff"
2021-03-11 05:45:53 +03:00
side-by-side = true
syntax-theme = Vibrant Sunburst
2021-03-28 17:34:43 +03:00
2021-03-29 14:41:37 +03:00
[delta "villsau"]
# author: https://github.com/torarnv
dark = true
file-style = omit
2021-03-29 14:46:18 +03:00
hunk-header-decoration-style = omit
hunk-header-file-style = magenta
hunk-header-line-number-style = dim magenta
hunk-header-style = file line-number syntax
line-numbers = false
2021-03-29 14:41:37 +03:00
minus-emph-style = bold red 52
minus-empty-line-marker-style = normal "#3f0001"
2021-03-29 14:46:18 +03:00
minus-non-emph-style = dim red
minus-style = bold red
2021-03-29 14:41:37 +03:00
plus-emph-style = bold green 22
plus-empty-line-marker-style = normal "#002800"
2021-03-29 14:46:18 +03:00
plus-non-emph-style = dim green
plus-style = bold green
syntax-theme = OneHalfDark
2021-03-29 14:41:37 +03:00
whitespace-error-style = reverse red
2021-03-29 14:46:18 +03:00
zero-style = dim syntax
2021-03-29 14:41:37 +03:00
[delta "woolly-mammoth"]
# author: https://github.com/Kr1ss-XD
commit-decoration-style = 232 130 box
2021-03-29 14:46:18 +03:00
commit-style = 232 bold italic 130
dark = true
file-added-label = [+]
file-copied-label = [C]
2021-03-29 14:41:37 +03:00
file-decoration-style = "#606018" overline
2021-03-29 14:46:18 +03:00
file-modified-label = [M]
file-removed-label = [-]
file-renamed-label = [R]
file-style = 232 bold 184
2021-03-29 14:41:37 +03:00
hunk-header-decoration-style = none
2021-03-29 14:46:18 +03:00
hunk-header-style = syntax bold italic 237
2021-03-28 17:34:43 +03:00
line-numbers = true
2021-03-29 14:41:37 +03:00
line-numbers-left-format = "{nm:>1}┊"
line-numbers-left-style = red
line-numbers-minus-style = red italic black
line-numbers-plus-style = green italic black
2021-03-29 14:46:18 +03:00
line-numbers-right-format = "{np:>1}┊"
line-numbers-right-style = green
line-numbers-zero-style = "#545474" italic
minus-emph-style = syntax bold "#780000"
minus-style = syntax "#400000"
plus-emph-style = syntax bold "#007800"
plus-style = syntax "#004000"
syntax-theme = Vibrant Sunburst
whitespace-error-style = "#280050" reverse
zero-style = syntax
blame-format = "{author:<18} ({commit:>7}) ┊{timestamp:^16}┊ "
blame-palette = "#101010 #200020 #002800 #000028 #202000 #280000 #002020 #002800 #202020"
2021-06-24 17:37:10 +03:00
[delta "calochortus-lyallii"]
# author: https://github.com/manojkarthick
commit-decoration-style = none
dark = true
file-added-label = [+]
file-copied-label = [C]
file-decoration-style = none
file-modified-label = [M]
file-removed-label = [-]
file-renamed-label = [R]
file-style = 232 bold 184
hunk-header-decoration-style = none
hunk-header-file-style = "#999999"
hunk-header-line-number-style = bold "#03a4ff"
hunk-header-style = file line-number syntax
line-numbers = true
line-numbers-left-style = black
line-numbers-minus-style = "#B10036"
line-numbers-plus-style = "#03a4ff"
line-numbers-right-style = black
line-numbers-zero-style = "#999999"
minus-emph-style = syntax bold "#780000"
minus-style = syntax "#400000"
plus-emph-style = syntax bold "#007800"
plus-style = syntax "#004000"
whitespace-error-style = "#280050" reverse
zero-style = syntax
syntax-theme = Nord
[delta "mantis-shrimp"]
#author: https://github.com/2kabhishek
dark = true
side-by-side = true
navigate = true
keep-plus-minus-markers = true
hyperlinks = true
file-added-label = [+]
file-copied-label = [==]
file-modified-label = [*]
file-removed-label = [-]
file-renamed-label = [->]
file-style = omit
zero-style = syntax
syntax-theme = Monokai Extended
commit-decoration-style ="#ff5500" box
commit-style = "#FFD21A" bold italic
hunk-header-decoration-style = "#1688f0" box ul
hunk-header-file-style = "#FFD21A" ul bold "#640BFF"
hunk-header-line-number-style = "#FFD21A" box bold
hunk-header-style = file line-number syntax bold italic
line-numbers = true
line-numbers-left-format = "{nm:>1}|"
line-numbers-left-style = "#1688f0"
line-numbers-minus-style = red bold
line-numbers-plus-style = green bold
line-numbers-right-format = "{np:>1}|"
line-numbers-right-style = "#1688f0"
line-numbers-zero-style = "#aaaaaa" italic
minus-emph-style = syntax bold "#b80000"
minus-style = syntax "#5d001e"
plus-emph-style = syntax bold "#007800"
plus-style = syntax "#004433"
whitespace-error-style = "#280050"