summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-05-31 21:16:23 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-05-31 21:16:23 -0400
commit24b15da2f28525858e834b66aea238271e4e1a1e (patch)
treec95859eb71eb98bd3c4001a4913d65d1ca27e7a1
parent82cfa5977c65283c7ac27e1532db044ceffe28a2 (diff)
move .gitconfig to .config/git
-rw-r--r--.config/git/config (renamed from .gitconfig)12
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitconfig b/.config/git/config
index 73db1e2..df73400 100644
--- a/.gitconfig
+++ b/.config/git/config
@@ -30,7 +30,17 @@
[delta]
navigate = true
- light = false
side-by-side = true
line-numbers = true
+ features = catppuccin-macchiato
+
+[delta "catppuccin-macchiato"]
+ dark = true
+ minus-emph-style = normal "#a55e69" # 70% of red
+ minus-style = normal "#5e353b" # 40% of red
+ plus-emph-style = normal "#6a8c5f"
+ plus-style = normal "#41563a"
+ line-numbers-zero-style = "#939ab7"
+ line-numbers-minus-style = "#ed8796"
+ line-numbers-plus-style = "#a6da95"
syntax-theme = catppuccin-macchiato