summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-01-15 11:32:34 -0500
committerDan Davison <dandavison7@gmail.com>2022-01-15 11:33:04 -0500
commitc4a455f64e6162b5301b883a6b4f4639b5b86131 (patch)
tree66162f8a74c8e1ca4d90fba2e91f6a36545f2d9a
parente9bec95a571152ec50e9e6b6a2e2051a4a01625d (diff)
README edits regarding syntax-highlighting themes
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index bc244815..da71a32c 100644
--- a/README.md
+++ b/README.md
@@ -627,16 +627,16 @@ Delta can be used when displaying diffs in the Magit git client: see [magit-delt
### Supported languages and themes
-To list the supported languages and color themes, use `delta --list-languages` and `delta --list-syntax-themes`. To see a demo of the color themes, use `delta --show-syntax-themes`:
+To list the supported languages and syntax highlighting themes, use `delta --list-languages` and `delta --list-syntax-themes`. To see a demo of the color themes, use `delta --show-syntax-themes`:
-To add your own custom color theme, or language, please follow the instructions in the Customization section of the [bat documentation](https://github.com/sharkdp/bat/#customization):
+To add your own custom syntax highlighting theme, or language, please follow the instructions in the Customization section of the [bat documentation](https://github.com/sharkdp/bat/#customization):
- [Adding a custom language](https://github.com/sharkdp/bat/#adding-new-syntaxes--language-definitions)
-- [Adding a custom theme](https://github.com/sharkdp/bat/#adding-new-themes)
+- [Adding a custom syntax highlighting theme](https://github.com/sharkdp/bat/#adding-new-themes)
-Delta automatically recognizes custom themes and languages added to bat. You will need to install bat in order to run the `bat cache --build` command.
+Delta automatically recognizes custom syntax highlighting themes and languages added to bat. You will need to install bat in order to run the `bat cache --build` command.
-The languages and color themes that ship with delta are those that ship with bat. So, to propose a new language or color theme for inclusion in delta, it would need to be a helpful addition to bat, in which case please open a PR against bat.
+The languages and syntax highlighting themes that ship with delta are those that ship with bat. So, to propose a new language or syntax highlighting theme for inclusion in delta, it would need to be a helpful addition to bat, in which case please open a PR against bat.
## Comparisons with other tools