summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhishek Keshri <keshri.abhishek63@gmail.com>2022-01-25 16:05:05 +0530
committerDan Davison <dandavison7@gmail.com>2022-01-25 07:03:53 -0500
commit29a963143c10685548dcd1f75fb3ca0eb7663b62 (patch)
treea9448f1ac0f9e14dbab1703906b1877397e6bba7
parent6ec5bc8c745e48feb5e05b002ab15b8511c797b0 (diff)
Update original mantis-shrimp, add lite version
Updated some of the colors in the original mantis-shrimp theme. Introduce a new mantis-shrimp-lite version that works well with older terminals that have limited color support and don't play well with hyperlinks
-rw-r--r--themes.gitconfig44
1 files changed, 38 insertions, 6 deletions
diff --git a/themes.gitconfig b/themes.gitconfig
index b4f7badf..96406aff 100644
--- a/themes.gitconfig
+++ b/themes.gitconfig
@@ -219,17 +219,17 @@
file-style = omit
zero-style = syntax
syntax-theme = Monokai Extended
- commit-decoration-style ="#ff5500" box
- commit-style = "#FFD21A" bold italic
+ commit-decoration-style ="#11ce16" box
+ commit-style = "#ffd21a" bold italic
hunk-header-decoration-style = "#1688f0" box ul
- hunk-header-file-style = "#FFD21A" ul bold "#640BFF"
- hunk-header-line-number-style = "#FFD21A" box bold
+ hunk-header-file-style = "#c63bee" ul bold
+ hunk-header-line-number-style = "#ffd21a" box bold
hunk-header-style = file line-number syntax bold italic
line-numbers = true
line-numbers-left-format = "{nm:>1}|"
line-numbers-left-style = "#1688f0"
- line-numbers-minus-style = red bold
- line-numbers-plus-style = green bold
+ line-numbers-minus-style = "#ff0051" bold
+ line-numbers-plus-style = "#03e57f" bold
line-numbers-right-format = "{np:>1}|"
line-numbers-right-style = "#1688f0"
line-numbers-zero-style = "#aaaaaa" italic
@@ -238,3 +238,35 @@
plus-emph-style = syntax bold "#007800"
plus-style = syntax "#004433"
whitespace-error-style = "#280050"
+
+[delta "mantis-shrimp-lite"]
+ #author: https://github.com/2kabhishek
+ dark = true
+ side-by-side = true
+ navigate = true
+ keep-plus-minus-markers = true
+ file-added-label = [+]
+ file-copied-label = [==]
+ file-modified-label = [*]
+ file-removed-label = [-]
+ file-renamed-label = [->]
+ file-style = omit
+ zero-style = syntax
+ syntax-theme = Monokai Extended
+ commit-decoration-style = green box
+ commit-style = yellow bold italic
+ hunk-header-decoration-style = blue box ul
+ hunk-header-file-style = purple ul bold
+ hunk-header-line-number-style = yellow box bold
+ hunk-header-style = file line-number syntax bold italic
+ line-numbers = true
+ line-numbers-left-format = "{nm:>1}|"
+ line-numbers-left-style = blue
+ line-numbers-minus-style = red bold
+ line-numbers-plus-style = green bold
+ line-numbers-right-format = "{np:>1}|"
+ line-numbers-right-style = blue
+ line-numbers-zero-style = white italic
+ minus-emph-style = syntax bold red
+ plus-emph-style = syntax bold green
+ whitespace-error-style = purple bold