summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README.md2
-rw-r--r--themes.gitconfig25
3 files changed, 27 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c534338f..b0d9684b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ build:
cargo build --release
format:
- rustfmt src/*.rs
+ git ls-files | grep '\.rs$' | xargs -P 0 rustfmt
lint:
cargo clippy
diff --git a/README.md b/README.md
index 738fb902..8b529085 100644
--- a/README.md
+++ b/README.md
@@ -230,7 +230,7 @@ Alternatively, delta is available in the following package managers:
<tr>
<td>Debian / Ubuntu</td>
<td><br>.deb files are on the <a href="https://github.com/dandavison/delta/releases">releases</a> page and at <a href="https://github.com/barnumbirr/delta-debian/releases">barnumbirr/delta-debian</a><br>
- <code>dpkg -i file.deb</code></td>
+ <code>dpkg -i file.deb</code>. **IMPORTANT** If you are using Ubuntu <= 19.10 or are mixing apt sources, read https://github.com/dandavison/delta/issues/504, be extremely cautious, and try the versions linked against musl.</td>
</tr>
<tr>
<td>Fedora</td>
diff --git a/themes.gitconfig b/themes.gitconfig
index c549a3a9..db564e57 100644
--- a/themes.gitconfig
+++ b/themes.gitconfig
@@ -116,3 +116,28 @@
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