Skip to content

Commit

Permalink
Update hoopoe theme to use custom style references
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Nov 20, 2021
1 parent 22706db commit 0436035
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions themes.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@

[delta "hoopoe"]
# author: https://github.com/dandavison
dark-pink-style = normal "#ffc0c0"
pink-style = normal "#ffe0e0"
green-style = syntax "#d0ffd0"
dark-green-style = syntax "#a0efa0"
commit-decoration-style = blue ol
commit-style = raw
file-style = omit
Expand All @@ -83,14 +87,14 @@
hunk-header-line-number-style = "#067a00"
hunk-header-style = file line-number syntax
light = true
minus-emph-style = normal "#ffc0c0"
minus-empty-line-marker-style = normal "#ffe0e0"
minus-non-emph-style = normal "#ffe0e0"
minus-style = normal "#ffe0e0"
plus-emph-style = syntax "#a0efa0"
plus-empty-line-marker-style = normal "#d0ffd0"
plus-non-emph-style = syntax "#d0ffd0"
plus-style = syntax "#d0ffd0"
minus-emph-style = dark-pink-style
minus-empty-line-marker-style = minus-style
minus-non-emph-style = minus-style
minus-style = pink-style
plus-emph-style = dark-green-style
plus-empty-line-marker-style = plus-style
plus-non-emph-style = plus-style
plus-style = green-style
syntax-theme = GitHub
zero-style = syntax

Expand Down

0 comments on commit 0436035

Please sign in to comment.