From 04b4af073efa3c813d420de4c39f5e6723152075 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Mon, 29 Mar 2021 08:05:26 -0400 Subject: Edit theme instructions --- themes.gitconfig | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/themes.gitconfig b/themes.gitconfig index 4331992a..8912cb44 100644 --- a/themes.gitconfig +++ b/themes.gitconfig @@ -8,18 +8,23 @@ # [delta] # features = kingfisher # -# Please add your own themes to this file, and open a PR. Instructions: +# Please add your own themes to this file, and open a PR. # -# 1. 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. +# Instructions: # -# 2. Include either `dark = true` or `light = true` according to whether you feel -# it looks best on a dark or light terminal background. (This marks a feature -# as a "theme", causing it to be picked up by `delta --show-themes`). +# 1. 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. # -# 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. +# 2. Use `delta --show-config` to list all the style settings that are active in +# your current delta environment, but only include settings in your theme +# that are essential to its appearance. +# +# 3. Include either `dark = true` or `light = true` according to whether it is +# designed for a light or dark terminal background. (This marks a feature as +# a "theme", causing it to be picked up by `delta --show-themes`). +# +# 4. 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 "collared-trogon"] # author: https://github.com/clnoll -- cgit v1.2.3