From cbbc1aab01db4caa24872fd402567d1fc8ee49c3 Mon Sep 17 00:00:00 2001 From: Catherine Noll Date: Sun, 21 Mar 2021 23:03:10 -0400 Subject: Get themes from gitconfig instead of hardcoding --- themes.gitconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes.gitconfig') 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 -- cgit v1.2.3