From 3130e4ad2b829100431de4d84b35484e32af0610 Mon Sep 17 00:00:00 2001 From: Pablo Speciale Date: Thu, 21 Sep 2023 15:52:54 +0200 Subject: [PATCH 1/3] Add new theme in themes.gitconfig --- themes.gitconfig | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/themes.gitconfig b/themes.gitconfig index 1415534f9..557b7b802 100644 --- a/themes.gitconfig +++ b/themes.gitconfig @@ -175,6 +175,46 @@ blame-format = "{author:<18} ({commit:>7}) ┊{timestamp:^16}┊ " blame-palette = "#101010 #200020 #002800 #000028 #202000 #280000 #002020 #002800 #202020" +[delta "pablospe"] + # author: https://github.com/pablospe + # Based on woolly-mammoth: https://github.com/Kr1ss-XD. + commit-decoration-style = 130 box + dark = true + file-decoration-style = "#606018" overline + file-added-label = [●] + file-copied-label = [C] + file-modified-label = [+] + file-removed-label = [⛌] + file-renamed-label = [→] + file-style = 232 bold 184 + # hunk-header-decoration-style = none + hunk-header-style = syntax bold italic 237 + + line-numbers = true + line-numbers-left-format = "{nm:>1}┊" + line-numbers-left-style = red + line-numbers-minus-style = red bold + line-numbers-plus-style = green bold + line-numbers-right-format = " {np:>1}┊" + line-numbers-right-style = green + line-numbers-zero-style = "#545474" italic + + minus-emph-style = normal "#80002a" + minus-style = normal "#5e0000" + # minus-non-emph-style = syntax "#300000" + + plus-emph-style = syntax bold "#007e5e" + plus-style = syntax "#003500" + # plus-style = syntax "#003000" + # plus-non-emph-style = syntax "#003000" + + syntax-theme = OneHalfDark + whitespace-error-style = "#80002a" reverse + zero-style = syntax + blame-format = "{author:<18} ({commit:>7}) ┊{timestamp:^16}┊ " + # blame-palette = "#101010 #200020 #002800 #000028 #202000 #280000 #002020 #002800 #202020" + + [delta "calochortus-lyallii"] # author: https://github.com/manojkarthick commit-decoration-style = none From 74ff098c80e8030c4bdf1da3c76f2cb66d7ee0c7 Mon Sep 17 00:00:00 2001 From: Pablo Speciale Date: Mon, 20 Nov 2023 23:35:20 +0100 Subject: [PATCH 2/3] CR: update themes.gitconfig --- themes.gitconfig | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/themes.gitconfig b/themes.gitconfig index 557b7b802..e770c65be 100644 --- a/themes.gitconfig +++ b/themes.gitconfig @@ -175,7 +175,7 @@ blame-format = "{author:<18} ({commit:>7}) ┊{timestamp:^16}┊ " blame-palette = "#101010 #200020 #002800 #000028 #202000 #280000 #002020 #002800 #202020" -[delta "pablospe"] +[delta "colibri"] # author: https://github.com/pablospe # Based on woolly-mammoth: https://github.com/Kr1ss-XD. commit-decoration-style = 130 box @@ -187,9 +187,7 @@ file-removed-label = [⛌] file-renamed-label = [→] file-style = 232 bold 184 - # hunk-header-decoration-style = none hunk-header-style = syntax bold italic 237 - line-numbers = true line-numbers-left-format = "{nm:>1}┊" line-numbers-left-style = red @@ -198,22 +196,14 @@ line-numbers-right-format = " {np:>1}┊" line-numbers-right-style = green line-numbers-zero-style = "#545474" italic - minus-emph-style = normal "#80002a" minus-style = normal "#5e0000" - # minus-non-emph-style = syntax "#300000" - plus-emph-style = syntax bold "#007e5e" plus-style = syntax "#003500" - # plus-style = syntax "#003000" - # plus-non-emph-style = syntax "#003000" - syntax-theme = OneHalfDark whitespace-error-style = "#80002a" reverse zero-style = syntax blame-format = "{author:<18} ({commit:>7}) ┊{timestamp:^16}┊ " - # blame-palette = "#101010 #200020 #002800 #000028 #202000 #280000 #002020 #002800 #202020" - [delta "calochortus-lyallii"] # author: https://github.com/manojkarthick From 03b4def71366ac70f1ae9c01c1b49854613c7328 Mon Sep 17 00:00:00 2001 From: Pablo Speciale Date: Mon, 20 Nov 2023 23:39:31 +0100 Subject: [PATCH 3/3] Update themes.gitconfig --- themes.gitconfig | 60 ++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/themes.gitconfig b/themes.gitconfig index e770c65be..fe5c86287 100644 --- a/themes.gitconfig +++ b/themes.gitconfig @@ -26,6 +26,36 @@ # 4. Feel free to include a comment line indicating who is the author of the # theme. E.g. a link to your github user page. +[delta "colibri"] + # author: https://github.com/pablospe + # Based on woolly-mammoth: https://github.com/Kr1ss-XD. + commit-decoration-style = 130 box + dark = true + file-decoration-style = "#606018" overline + file-added-label = [●] + file-copied-label = [C] + file-modified-label = [+] + file-removed-label = [⛌] + file-renamed-label = [→] + file-style = 232 bold 184 + hunk-header-style = syntax bold italic 237 + line-numbers = true + line-numbers-left-format = "{nm:>1}┊" + line-numbers-left-style = red + line-numbers-minus-style = red bold + line-numbers-plus-style = green bold + line-numbers-right-format = " {np:>1}┊" + line-numbers-right-style = green + line-numbers-zero-style = "#545474" italic + minus-emph-style = normal "#80002a" + minus-style = normal "#5e0000" + plus-emph-style = syntax bold "#007e5e" + plus-style = syntax "#003500" + syntax-theme = OneHalfDark + whitespace-error-style = "#80002a" reverse + zero-style = syntax + blame-format = "{author:<18} ({commit:>7}) ┊{timestamp:^16}┊ " + [delta "collared-trogon"] # author: https://github.com/clnoll commit-decoration-style = bold box ul @@ -175,36 +205,6 @@ blame-format = "{author:<18} ({commit:>7}) ┊{timestamp:^16}┊ " blame-palette = "#101010 #200020 #002800 #000028 #202000 #280000 #002020 #002800 #202020" -[delta "colibri"] - # author: https://github.com/pablospe - # Based on woolly-mammoth: https://github.com/Kr1ss-XD. - commit-decoration-style = 130 box - dark = true - file-decoration-style = "#606018" overline - file-added-label = [●] - file-copied-label = [C] - file-modified-label = [+] - file-removed-label = [⛌] - file-renamed-label = [→] - file-style = 232 bold 184 - hunk-header-style = syntax bold italic 237 - line-numbers = true - line-numbers-left-format = "{nm:>1}┊" - line-numbers-left-style = red - line-numbers-minus-style = red bold - line-numbers-plus-style = green bold - line-numbers-right-format = " {np:>1}┊" - line-numbers-right-style = green - line-numbers-zero-style = "#545474" italic - minus-emph-style = normal "#80002a" - minus-style = normal "#5e0000" - plus-emph-style = syntax bold "#007e5e" - plus-style = syntax "#003500" - syntax-theme = OneHalfDark - whitespace-error-style = "#80002a" reverse - zero-style = syntax - blame-format = "{author:<18} ({commit:>7}) ┊{timestamp:^16}┊ " - [delta "calochortus-lyallii"] # author: https://github.com/manojkarthick commit-decoration-style = none