summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-03-29 07:41:37 -0400
committerDan Davison <dandavison7@gmail.com>2021-03-29 07:41:37 -0400
commita95ca0acae5745de9eca1378388d5fc6884a1a1d (patch)
tree4c7ad4af832024fcb9d5942f353a0254a3882a05
parent48fe43fff329e14a74cb1876d040a0de3b29fe8c (diff)
Sort themes
-rw-r--r--themes.gitconfig146
1 files changed, 73 insertions, 73 deletions
diff --git a/themes.gitconfig b/themes.gitconfig
index db564e57..947be5d2 100644
--- a/themes.gitconfig
+++ b/themes.gitconfig
@@ -21,57 +21,6 @@
# 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
- dark = true
- 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
@@ -94,6 +43,31 @@
plus-emph-style = syntax "#003300"
syntax-theme = Nord
+[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
+
[delta "tangara-chilensis"]
# author: https://github.com/clnoll
commit-decoration-style = bold box ul "#34fd50"
@@ -117,27 +91,53 @@
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"
+[delta "villsau"]
+ # author: https://github.com/torarnv
+ dark = true
+ syntax-theme = OneHalfDark
+ line-numbers = false
hunk-header-style = file line-number syntax
- light = true
+ 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 "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-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
+ 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]