From d3b8741eb8de9cd6cc3dc1cf546d164b6dd0b339 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 24 Apr 2023 15:47:58 +0200 Subject: [PATCH] =?UTF-8?q?git/delta:=20Don=E2=80=99t=20use=20blame=20back?= =?UTF-8?q?ground=20for=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- users/simon/modules/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/simon/modules/git.nix b/users/simon/modules/git.nix index 7896176..9717d4f 100644 --- a/users/simon/modules/git.nix +++ b/users/simon/modules/git.nix @@ -58,6 +58,7 @@ side-by-side = "true"; features = "decorations"; syntax-theme = "base16"; + blame-code-style = "syntax"; decorations = { commit-decoration-style = "bold yellow box ul"; file-style = "bold yellow ul";