summaryrefslogtreecommitdiffstats
path: root/themes.gitconfig
diff options
context:
space:
mode:
authorCatherine Noll <noll.catherine@gmail.com>2021-03-27 21:16:40 -0400
committerCatherine Noll <noll.catherine@gmail.com>2021-03-27 22:20:24 -0400
commitd83c438597d29b60c7a4236417e12fa52e67c78c (patch)
treebfe68a9a941d8b3c5812d63ae7debccdfe97b16b /themes.gitconfig
parenta1e42432f4413b54249700e59494e261f5718f3a (diff)
Define theme by presence of "dark" or "light" entries in git config,
and give the ability to filter themes shown with --show-themes by dark or light, using the --dark and --light flags
Diffstat (limited to 'themes.gitconfig')
-rw-r--r--themes.gitconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/themes.gitconfig b/themes.gitconfig
index 3dd4ba1a..68783e9c 100644
--- a/themes.gitconfig
+++ b/themes.gitconfig
@@ -49,10 +49,10 @@
file-modified-label = [M]
file-removed-label = [-]
file-renamed-label = [R]
- is-theme = true
[delta "villsau"]
# author: https://github.com/torarnv
+ dark = true
syntax-theme = OneHalfDark
line-numbers = false
hunk-header-style = file line-number syntax
@@ -70,11 +70,11 @@
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
commit-decoration-style = bold box ul
+ dark = true
file-style = omit
file-decoration-style = none
hunk-header-style = file line-number syntax
@@ -92,11 +92,11 @@
plus-style = syntax "#001a00"
plus-emph-style = syntax "#003300"
syntax-theme = Nord
- is-theme = true
[delta "tangara-chilensis"]
# author: https://github.com/clnoll
commit-decoration-style = bold box ul "#34fd50"
+ dark = true
file-style = omit
file-decoration-style = none
hunk-header-style = file line-number syntax
@@ -115,4 +115,3 @@
plus-emph-style = syntax "#03a4ff"
side-by-side = true
syntax-theme = Vibrant Sunburst
- is-theme = true