summaryrefslogtreecommitdiffstats
path: root/themes.gitconfig
diff options
context:
space:
mode:
authorCatherine Noll <noll.catherine@gmail.com>2021-03-21 23:03:10 -0400
committerCatherine Noll <noll.catherine@gmail.com>2021-03-27 18:55:29 -0400
commitcbbc1aab01db4caa24872fd402567d1fc8ee49c3 (patch)
tree1f5f28176e8a28e9c870259d78d48a1a0e93c80a /themes.gitconfig
parent85f591b75297c085ba321e869b1d3a63a0d4837d (diff)
Get themes from gitconfig instead of hardcoding
Diffstat (limited to 'themes.gitconfig')
-rw-r--r--themes.gitconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes.gitconfig b/themes.gitconfig
index 13960e32..3dd4ba1a 100644
--- a/themes.gitconfig
+++ b/themes.gitconfig
@@ -49,6 +49,7 @@
file-modified-label = [M]
file-removed-label = [-]
file-renamed-label = [R]
+ is-theme = true
[delta "villsau"]
# author: https://github.com/torarnv
@@ -69,6 +70,7 @@
plus-emph-style = bold green 22
plus-empty-line-marker-style = normal "#002800"
whitespace-error-style = reverse red
+ is-theme = true
[delta "collared-trogon"]
# author: https://github.com/clnoll
@@ -90,6 +92,7 @@
plus-style = syntax "#001a00"
plus-emph-style = syntax "#003300"
syntax-theme = Nord
+ is-theme = true
[delta "tangara-chilensis"]
# author: https://github.com/clnoll
@@ -112,3 +115,4 @@
plus-emph-style = syntax "#03a4ff"
side-by-side = true
syntax-theme = Vibrant Sunburst
+ is-theme = true