summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-12-31 13:01:42 -0500
committerDan Davison <dandavison7@gmail.com>2020-12-31 13:49:21 -0500
commite9ab16457d723b08298b5837a6dbf9e55407682f (patch)
tree24c88bdd2e3c84c11fb25b7aadbc4de637d22bbc
parent57d3f65e2e08c3abc5147fd0a0d115f8fab1b47d (diff)
Add themes.gitconfig
-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
+# ...