From 85e2f8e490498629a806af01b960e0510bff3973 Mon Sep 17 00:00:00 2001 From: ILikePlayingGames <22475143+ILikePlayingGames@users.noreply.github.com> Date: Sat, 11 Mar 2023 05:56:39 -0500 Subject: Add discord-dark theme (#1334) * Add discord-dark theme A theme that formats diffs for posting to Discord, using Discord's limited custom ANSI colours * Add spacing and author tag * Update themes.gitconfig Co-authored-by: nickelc * Remove unneeded entries from discord-dark theme --------- Co-authored-by: nickelc --- themes.gitconfig | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/themes.gitconfig b/themes.gitconfig index a2f46477..7fc33f75 100644 --- a/themes.gitconfig +++ b/themes.gitconfig @@ -384,3 +384,29 @@ merge-conflict-theirs-diff-header-style = "#FABD2F" bold overline merge-conflict-ours-diff-header-decoration-style = '' merge-conflict-theirs-diff-header-decoration-style = '' + +[delta "discord"] + commit-style = omit + file-style = 34 ul + file-decoration-style = none + hunk-header-style = omit + minus-style = 31 + minus-non-emph-style = 31 + minus-emph-style = 40 + minus-empty-line-marker-style = 31 + zero-style = 30 + plus-style = 32 + plus-non-emph-style = 32 + plus-emph-style = 40 + grep-file-style = 34 + grep-line-number-style = 34 + whitespace-error-style = 41 + blame-code-style = omit + true-color = never + file-modified-label = changed: + right-arrow = > + hyperlinks = false + keep-plus-minus-markers = true + diff-stat-align-width = 10 + syntax-theme = none + width = variable -- cgit v1.2.3