summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-12-12 22:01:58 -0500
committerDan Davison <dandavison7@gmail.com>2019-12-12 22:22:52 -0500
commitfe299347d738e65caf48a79286907896e5ed1a9c (patch)
treed75404d62208fadb61459f7e55a160b044b8ac0a /README.md
parent6414875c37b3679187adbd74fa3745ff67b02821 (diff)
Update commands for listing themes
- Make --list-themes analogous to bat's --list-themes - Rename --compare-themes to --list-theme-names
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3d227d68..36fbb418 100644
--- a/README.md
+++ b/README.md
@@ -126,9 +126,6 @@ USAGE:
delta [FLAGS] [OPTIONS]
FLAGS:
- --compare-themes Compare available syntax highlighting themes. To use this option, supply git diff
- output to delta on standard input. For example: `git show --color=always | delta
- --compare-themes`.
--dark Use colors appropriate for a dark terminal background. For more control, see
--theme, --plus-color, and --minus-color.
-h, --help Prints help information
@@ -137,7 +134,10 @@ FLAGS:
--light Use colors appropriate for a light terminal background. For more control, see
--theme, --plus-color, and --minus-color.
--list-languages List supported languages and associated file extensions.
- --list-themes List available syntax highlighting themes.
+ --list-theme-names List available syntax-highlighting color themes.
+ --list-themes List available syntax highlighting themes, each with an example of highlighted diff
+ output. If diff output is supplied on standard input then this will be used for the
+ demo. For example: `git show --color=always | delta --list-themes`.
--show-background-colors Show the command-line arguments (RGB hex codes) for the background colors that are
in effect. The hex codes are displayed with their associated background color. This
option can be combined with --light and --dark to view the background colors for