From 9f24f335dc2ed3e69ee9ad1ce5591334d0977604 Mon Sep 17 00:00:00 2001 From: pap-pep <166482362+pap-pep@users.noreply.github.com> Date: Sun, 20 Jul 2025 23:47:51 +0900 Subject: [PATCH] Add sample configuration for syntax-theme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6feb4303d..7abd9806e 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,11 @@ Here's what `git show` can look like with git configured to use delta: **All the syntax-highlighting color themes that are available with [bat](https://github.com/sharkdp/bat/) are available with delta:** +```gitconfig +[delta] + syntax-theme = "GitHub" +``` +