Skip to content

Commit 2ae0ef6

Browse files
Update with the latest tinted-theming colorschemes [skip ci]
1 parent 88b3cfb commit 2ae0ef6

8 files changed

Lines changed: 80 additions & 0 deletions

configs/base16-bosque.gitconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# vim: ft=gitconfig
2+
# Scheme System: base16
3+
# Scheme Name: Bosque
4+
# Scheme Author: Teshre
5+
# Template Author: Bez Hermoso
6+
7+
# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme.
8+
[delta]
9+
syntax-theme = "base16-256"
10+
light = false

configs/base16-brasa.gitconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# vim: ft=gitconfig
2+
# Scheme System: base16
3+
# Scheme Name: Brasa
4+
# Scheme Author: Teshre
5+
# Template Author: Bez Hermoso
6+
7+
# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme.
8+
[delta]
9+
syntax-theme = "base16-256"
10+
light = false

configs/base16-cacao.gitconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# vim: ft=gitconfig
2+
# Scheme System: base16
3+
# Scheme Name: Cacao
4+
# Scheme Author: Teshre
5+
# Template Author: Bez Hermoso
6+
7+
# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme.
8+
[delta]
9+
syntax-theme = "base16-256"
10+
light = false

configs/base16-mezcal.gitconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# vim: ft=gitconfig
2+
# Scheme System: base16
3+
# Scheme Name: Mezcal
4+
# Scheme Author: Teshre
5+
# Template Author: Bez Hermoso
6+
7+
# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme.
8+
[delta]
9+
syntax-theme = "base16-256"
10+
light = false

configs/base16-noche.gitconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# vim: ft=gitconfig
2+
# Scheme System: base16
3+
# Scheme Name: Noche
4+
# Scheme Author: Teshre
5+
# Template Author: Bez Hermoso
6+
7+
# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme.
8+
[delta]
9+
syntax-theme = "base16-256"
10+
light = false

configs/base16-ocote.gitconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# vim: ft=gitconfig
2+
# Scheme System: base16
3+
# Scheme Name: Ocote
4+
# Scheme Author: Teshre
5+
# Template Author: Bez Hermoso
6+
7+
# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme.
8+
[delta]
9+
syntax-theme = "base16-256"
10+
light = false

configs/base16-papel.gitconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# vim: ft=gitconfig
2+
# Scheme System: base16
3+
# Scheme Name: Papel
4+
# Scheme Author: Teshre
5+
# Template Author: Bez Hermoso
6+
7+
# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme.
8+
[delta]
9+
syntax-theme = "base16-256"
10+
light = true

configs/base16-tinta.gitconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# vim: ft=gitconfig
2+
# Scheme System: base16
3+
# Scheme Name: Tinta
4+
# Scheme Author: Teshre
5+
# Template Author: Bez Hermoso
6+
7+
# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme.
8+
[delta]
9+
syntax-theme = "base16-256"
10+
light = false

0 commit comments

Comments
 (0)