From 1abd3d089e46eb275c270eb7364a347d369b62e1 Mon Sep 17 00:00:00 2001 From: Sarp User Date: Wed, 21 Aug 2024 19:35:53 -0400 Subject: [PATCH 1/4] Added platypus theme --- themes.gitconfig | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/themes.gitconfig b/themes.gitconfig index 5a7078644..748daffda 100644 --- a/themes.gitconfig +++ b/themes.gitconfig @@ -536,3 +536,39 @@ blame-format = "{author:<18} {commit:<6} {timestamp:<15}" blame-palette = "#000000" "#343434" zero-style = dim + +[delta "platypus"] + # Author: https://github.com/sarpuser + dark = true + side-by-side = true + hyperlinks = true + file-added-label = [+] + file-copied-label = [==] + file-modified-label = [M] + file-removed-label = [-] + file-renamed-label = [->] + file-style = "#ff9b00" ul bold + file-decoration-style = "#ea00ff" box ul + zero-style = syntax + syntax-theme = Solarized (dark) + commit-decoration-style ="#11ce16" box + commit-style = "#ffd21a" bold italic + hunk-header-decoration-style = omit + hunk-header-file-style = "#ff9b00" ul bold + hunk-header-line-number-style = "#ffd21a" bold + hunk-header-style = line-number syntax bold italic + line-numbers = true + line-numbers-left-format = "{nm:>1}|" + line-numbers-left-style = "#ea00ff" + line-numbers-minus-style = "#ff0051" bold + line-numbers-plus-style = "#1ac71e" bold + line-numbers-right-format = "{np:>1}|" + line-numbers-right-style = "#ea00ff" + line-numbers-zero-style = "#aaaaaa" italic + minus-emph-style = syntax bold "#b80000" + minus-style = syntax "#5d001e" + plus-emph-style = syntax bold "#1a861a" + plus-style = syntax "#2a5e37" + whitespace-error-style = "#280050" + wrap-max-lines = unlimited + wrap-right-percent = 1 From 65736d8abdc2de1ebb3bdf1aa891e52adf514f53 Mon Sep 17 00:00:00 2001 From: Sarp User Date: Wed, 21 Aug 2024 20:16:11 -0400 Subject: [PATCH 2/4] Platypus theme - update commit styling --- themes.gitconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes.gitconfig b/themes.gitconfig index 748daffda..cacdc3c18 100644 --- a/themes.gitconfig +++ b/themes.gitconfig @@ -551,8 +551,7 @@ file-decoration-style = "#ea00ff" box ul zero-style = syntax syntax-theme = Solarized (dark) - commit-decoration-style ="#11ce16" box - commit-style = "#ffd21a" bold italic + commit-decoration-style ="#ea00ff" ul hunk-header-decoration-style = omit hunk-header-file-style = "#ff9b00" ul bold hunk-header-line-number-style = "#ffd21a" bold From 412e69eca5c018f5d7d049161a2b456065a06619 Mon Sep 17 00:00:00 2001 From: Sarp User Date: Wed, 21 Aug 2024 20:39:07 -0400 Subject: [PATCH 3/4] platypus theme - set true-colors to always --- themes.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/themes.gitconfig b/themes.gitconfig index cacdc3c18..ba39becb3 100644 --- a/themes.gitconfig +++ b/themes.gitconfig @@ -542,6 +542,7 @@ dark = true side-by-side = true hyperlinks = true + true-color = always file-added-label = [+] file-copied-label = [==] file-modified-label = [M] From 083d8d884419a9171ba7e2906631c0df79a425a1 Mon Sep 17 00:00:00 2001 From: Sarp User Date: Wed, 21 Aug 2024 20:51:52 -0400 Subject: [PATCH 4/4] platypus theme - removed hyperlink setting --- themes.gitconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/themes.gitconfig b/themes.gitconfig index ba39becb3..8faf37d90 100644 --- a/themes.gitconfig +++ b/themes.gitconfig @@ -541,7 +541,6 @@ # Author: https://github.com/sarpuser dark = true side-by-side = true - hyperlinks = true true-color = always file-added-label = [+] file-copied-label = [==]