summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--themes.gitconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/themes.gitconfig b/themes.gitconfig
new file mode 100644
index 00000000..4d52480b
--- /dev/null
+++ b/themes.gitconfig
@@ -0,0 +1,18 @@
+# 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. 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
+# ...