From e9ab16457d723b08298b5837a6dbf9e55407682f Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Thu, 31 Dec 2020 13:01:42 -0500 Subject: Add themes.gitconfig --- themes.gitconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 themes.gitconfig 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 +# ... -- cgit v1.2.3