summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorILikePlayingGames <22475143+ILikePlayingGames@users.noreply.github.com>2023-03-11 05:56:39 -0500
committerGitHub <noreply@github.com>2023-03-11 05:56:39 -0500
commit85e2f8e490498629a806af01b960e0510bff3973 (patch)
tree233cc817c3e8fed1752ae6f663a684c252545699
parent164213501db1bfad829f9dadbc5e4cea8e8f4d40 (diff)
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 <constantin.nickel@gmail.com> * Remove unneeded entries from discord-dark theme --------- Co-authored-by: nickelc <constantin.nickel@gmail.com>
-rw-r--r--themes.gitconfig26
1 files changed, 26 insertions, 0 deletions
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