From 56c01629c682063c87b762bb177a2980ff3ae7a4 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sun, 30 Apr 2023 16:56:53 +0200 Subject: nvim add TS and use default color; git update color --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig index 948036a..b299cce 100644 --- a/gitconfig +++ b/gitconfig @@ -25,6 +25,6 @@ # %s commit message subject # %>(N) set width, padd space on the left # %<(N) set width, padd space on the right - pretty = format:%C(auto)%h %C(blue)%>(10)%ad %C(green)%>(8)%aN %C(auto)%d %Creset%s + pretty = format:%C(auto)%h %C(cyan)%>(10)%ad %C(green)%>(8)%aN %C(auto)%d %Creset%s [alias] graph = log --graph --decorate --pretty=oneline --abbrev-commit --all -- cgit v1.2.3