- commit
- 8717b20
- parent
- 05d8576
- author
- xxwhirlpool
- date
- 2026-04-06 14:02:17 -0400 EDT
gitconfig, tried out delta but wasn't into it
2 files changed,
+126,
-3
+3,
-3
1@@ -1,9 +1,9 @@
2 version: 1
3-git_protocol: https
4-editor:
5+git_protocol: ssh
6+editor: micro
7 prompt: enabled
8 prefer_editor_prompt: disabled
9-pager:
10+pager: batcat
11 aliases:
12 co: pr checkout
13 http_unix_socket:
+123,
-0
1@@ -0,0 +1,123 @@
2+[delta "catppuccin-latte"]
3+ blame-palette = "#eff1f5 #e6e9ef #dce0e8 #ccd0da #bcc0cc"
4+ commit-decoration-style = "#9ca0b0" bold box ul
5+ light = true
6+ file-decoration-style = "#9ca0b0"
7+ file-style = "#4c4f69"
8+ hunk-header-decoration-style = "#9ca0b0" box ul
9+ hunk-header-file-style = bold
10+ hunk-header-line-number-style = bold "#6c6f85"
11+ hunk-header-style = file line-number syntax
12+ line-numbers-left-style = "#9ca0b0"
13+ line-numbers-minus-style = bold "#d20f39"
14+ line-numbers-plus-style = bold "#40a02b"
15+ line-numbers-right-style = "#9ca0b0"
16+ line-numbers-zero-style = "#9ca0b0"
17+ # 35% red 65% base
18+ minus-emph-style = bold syntax "#e5a2b3"
19+ # 20% red 80% base
20+ minus-style = syntax "#e9c4cf"
21+ # 35% green 65% base
22+ plus-emph-style = bold syntax "#b2d5ae"
23+ # 20% green 80% base
24+ plus-style = syntax "#cce1cd"
25+ map-styles = \
26+ bold purple => syntax "#cbb1f2", \
27+ bold blue => syntax "#a6c1f5", \
28+ bold cyan => syntax "#9dd7ef", \
29+ bold yellow => syntax "#eacfa9"
30+ # Should match the name of the bat theme
31+ syntax-theme = Catppuccin Latte
32+
33+[delta "catppuccin-frappe"]
34+ blame-palette = "#303446 #292c3c #232634 #414559 #51576d"
35+ commit-decoration-style = "#737994" bold box ul
36+ dark = true
37+ file-decoration-style = "#737994"
38+ file-style = "#c6d0f5"
39+ hunk-header-decoration-style = "#737994" box ul
40+ hunk-header-file-style = bold
41+ hunk-header-line-number-style = bold "#a5adce"
42+ hunk-header-style = file line-number syntax
43+ line-numbers-left-style = "#737994"
44+ line-numbers-minus-style = bold "#e78284"
45+ line-numbers-plus-style = bold "#a6d189"
46+ line-numbers-right-style = "#737994"
47+ line-numbers-zero-style = "#737994"
48+ # 35% red 65% base
49+ minus-emph-style = bold syntax "#704f5c"
50+ # 20% red 80% base
51+ minus-style = syntax "#544452"
52+ # 35% green 65% base
53+ plus-emph-style = bold syntax "#596b5e"
54+ # 20% green 80% base
55+ plus-style = syntax "#475453"
56+ map-styles = \
57+ bold purple => syntax "#66597e", \
58+ bold blue => syntax "#505d81", \
59+ bold cyan => syntax "#546b7a", \
60+ bold yellow => syntax "#6f6860"
61+ # Should match the name of the bat theme
62+ syntax-theme = Catppuccin Frappe
63+
64+[delta "catppuccin-macchiato"]
65+ blame-palette = "#24273a #1e2030 #181926 #363a4f #494d64"
66+ commit-decoration-style = "#6e738d" bold box ul
67+ dark = true
68+ file-decoration-style = "#6e738d"
69+ file-style = "#cad3f5"
70+ hunk-header-decoration-style = "#6e738d" box ul
71+ hunk-header-file-style = bold
72+ hunk-header-line-number-style = bold "#a5adcb"
73+ hunk-header-style = file line-number syntax
74+ line-numbers-left-style = "#6e738d"
75+ line-numbers-minus-style = bold "#ed8796"
76+ line-numbers-plus-style = bold "#a6da95"
77+ line-numbers-right-style = "#6e738d"
78+ line-numbers-zero-style = "#6e738d"
79+ # 35% red 65% base
80+ minus-emph-style = bold syntax "#6a485a"
81+ # 20% red 80% base
82+ minus-style = syntax "#4c3a4c"
83+ # 35% green 65% base
84+ plus-emph-style = bold syntax "#51655a"
85+ # 20% green 80% base
86+ plus-style = syntax "#3e4b4c"
87+ map-styles = \
88+ bold purple => syntax "#5c517c", \
89+ bold blue => syntax "#47557b", \
90+ bold cyan => syntax "#4a6475", \
91+ bold yellow => syntax "#6a635d"
92+ # Should match the name of the bat theme
93+ syntax-theme = Catppuccin Macchiato
94+
95+[delta "catppuccin-mocha"]
96+ blame-palette = "#1e1e2e #181825 #11111b #313244 #45475a"
97+ commit-decoration-style = "#6c7086" bold box ul
98+ dark = true
99+ file-decoration-style = "#6c7086"
100+ file-style = "#cdd6f4"
101+ hunk-header-decoration-style = "#6c7086" box ul
102+ hunk-header-file-style = bold
103+ hunk-header-line-number-style = bold "#a6adc8"
104+ hunk-header-style = file line-number syntax
105+ line-numbers-left-style = "#6c7086"
106+ line-numbers-minus-style = bold "#f38ba8"
107+ line-numbers-plus-style = bold "#a6e3a1"
108+ line-numbers-right-style = "#6c7086"
109+ line-numbers-zero-style = "#6c7086"
110+ # 35% red 65% base
111+ minus-emph-style = bold syntax "#694559"
112+ # 20% red 80% base
113+ minus-style = syntax "#493447"
114+ # 35% green 65% base
115+ plus-emph-style = bold syntax "#4e6356"
116+ # 20% green 80% base
117+ plus-style = syntax "#394545"
118+ map-styles = \
119+ bold purple => syntax "#5b4e74", \
120+ bold blue => syntax "#445375", \
121+ bold cyan => syntax "#446170", \
122+ bold yellow => syntax "#6b635b"
123+ # Should match the name of the bat theme
124+ syntax-theme = Catppuccin Mocha