Normally, our terminal git diffs look like this. {: .bg-transparent } Let's improve our experience by adding syntax highlighting! To accomplish this, we're going to replace the pager that git uses with a tool called delta. Add the following to ~/.gitconfig. [core] pager = "delta" Let's see what our git diffs look like now. {: .bg-transparent} This looks great, but I think we can do even better. Let's configure delta to use the same theme as our terminal. delta uses bat for syntax highlighting...