diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed6c152 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# tinted-delta + +A Tinted Theming template for [delta] with [Base16] themes + +### Using with Tinty + +For usage with [Tinty]: + +1. Add the following to `~/.config/tinted-theming/tinty/config.toml`: +```toml +[[items]] +path = "https://github.com/bezhermoso/tinted-delta" +name = "delta" +themes-dir = "configs" +hook = "cp -f %f ~/.config/tinted-theming/delta.gitconfig" +supported-systems = ["base16", "base24"] +``` + +2. `tinty apply ...` to apply the theme you like. + +[delta]: https://github.com/dandavidson/delta +[Base16]: https://github.com/tinted-theming/home/blob/main/styling.md +[Tinty]: https://github.com/tinted-theming/tinty diff --git a/configs/base16-3024.gitconfig b/configs/base16-3024.gitconfig new file mode 100644 index 0000000..5e90255 --- /dev/null +++ b/configs/base16-3024.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: 3024 +# Scheme Author: Jan T. Sott (http://github.com/idleberg) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-apathy.gitconfig b/configs/base16-apathy.gitconfig new file mode 100644 index 0000000..ec4bdc0 --- /dev/null +++ b/configs/base16-apathy.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Apathy +# Scheme Author: Jannik Siebert (https://github.com/janniks) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-apprentice.gitconfig b/configs/base16-apprentice.gitconfig new file mode 100644 index 0000000..8e922e3 --- /dev/null +++ b/configs/base16-apprentice.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Apprentice +# Scheme Author: romainl +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-ashes.gitconfig b/configs/base16-ashes.gitconfig new file mode 100644 index 0000000..3f7d770 --- /dev/null +++ b/configs/base16-ashes.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Ashes +# Scheme Author: Jannik Siebert (https://github.com/janniks) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-atelier-cave-light.gitconfig b/configs/base16-atelier-cave-light.gitconfig new file mode 100644 index 0000000..c09638f --- /dev/null +++ b/configs/base16-atelier-cave-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Cave Light +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-atelier-cave.gitconfig b/configs/base16-atelier-cave.gitconfig new file mode 100644 index 0000000..9e88329 --- /dev/null +++ b/configs/base16-atelier-cave.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Cave +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-atelier-dune-light.gitconfig b/configs/base16-atelier-dune-light.gitconfig new file mode 100644 index 0000000..702a9dc --- /dev/null +++ b/configs/base16-atelier-dune-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Dune Light +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-atelier-dune.gitconfig b/configs/base16-atelier-dune.gitconfig new file mode 100644 index 0000000..6c31496 --- /dev/null +++ b/configs/base16-atelier-dune.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Dune +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-atelier-estuary-light.gitconfig b/configs/base16-atelier-estuary-light.gitconfig new file mode 100644 index 0000000..ac67d63 --- /dev/null +++ b/configs/base16-atelier-estuary-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Estuary Light +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-atelier-estuary.gitconfig b/configs/base16-atelier-estuary.gitconfig new file mode 100644 index 0000000..1413a91 --- /dev/null +++ b/configs/base16-atelier-estuary.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Estuary +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-atelier-forest-light.gitconfig b/configs/base16-atelier-forest-light.gitconfig new file mode 100644 index 0000000..0f8a4c8 --- /dev/null +++ b/configs/base16-atelier-forest-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Forest Light +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-atelier-forest.gitconfig b/configs/base16-atelier-forest.gitconfig new file mode 100644 index 0000000..0415cdf --- /dev/null +++ b/configs/base16-atelier-forest.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Forest +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-atelier-heath-light.gitconfig b/configs/base16-atelier-heath-light.gitconfig new file mode 100644 index 0000000..db03a35 --- /dev/null +++ b/configs/base16-atelier-heath-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Heath Light +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-atelier-heath.gitconfig b/configs/base16-atelier-heath.gitconfig new file mode 100644 index 0000000..833943e --- /dev/null +++ b/configs/base16-atelier-heath.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Heath +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-atelier-lakeside-light.gitconfig b/configs/base16-atelier-lakeside-light.gitconfig new file mode 100644 index 0000000..3bab07a --- /dev/null +++ b/configs/base16-atelier-lakeside-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Lakeside Light +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-atelier-lakeside.gitconfig b/configs/base16-atelier-lakeside.gitconfig new file mode 100644 index 0000000..6d95d50 --- /dev/null +++ b/configs/base16-atelier-lakeside.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Lakeside +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-atelier-plateau-light.gitconfig b/configs/base16-atelier-plateau-light.gitconfig new file mode 100644 index 0000000..0ce377a --- /dev/null +++ b/configs/base16-atelier-plateau-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Plateau Light +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-atelier-plateau.gitconfig b/configs/base16-atelier-plateau.gitconfig new file mode 100644 index 0000000..8db4e22 --- /dev/null +++ b/configs/base16-atelier-plateau.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Plateau +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-atelier-savanna-light.gitconfig b/configs/base16-atelier-savanna-light.gitconfig new file mode 100644 index 0000000..58a2b4d --- /dev/null +++ b/configs/base16-atelier-savanna-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Savanna Light +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-atelier-savanna.gitconfig b/configs/base16-atelier-savanna.gitconfig new file mode 100644 index 0000000..83a5308 --- /dev/null +++ b/configs/base16-atelier-savanna.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Savanna +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-atelier-seaside-light.gitconfig b/configs/base16-atelier-seaside-light.gitconfig new file mode 100644 index 0000000..59ef72f --- /dev/null +++ b/configs/base16-atelier-seaside-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Seaside Light +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-atelier-seaside.gitconfig b/configs/base16-atelier-seaside.gitconfig new file mode 100644 index 0000000..37e67fc --- /dev/null +++ b/configs/base16-atelier-seaside.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Seaside +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-atelier-sulphurpool-light.gitconfig b/configs/base16-atelier-sulphurpool-light.gitconfig new file mode 100644 index 0000000..6a2c627 --- /dev/null +++ b/configs/base16-atelier-sulphurpool-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Sulphurpool Light +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-atelier-sulphurpool.gitconfig b/configs/base16-atelier-sulphurpool.gitconfig new file mode 100644 index 0000000..8533215 --- /dev/null +++ b/configs/base16-atelier-sulphurpool.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atelier Sulphurpool +# Scheme Author: Bram de Haan (http://atelierbramdehaan.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-atlas.gitconfig b/configs/base16-atlas.gitconfig new file mode 100644 index 0000000..c7e3991 --- /dev/null +++ b/configs/base16-atlas.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Atlas +# Scheme Author: Alex Lende (https://ajlende.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-ayu-dark.gitconfig b/configs/base16-ayu-dark.gitconfig new file mode 100644 index 0000000..62aeb71 --- /dev/null +++ b/configs/base16-ayu-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Ayu Dark +# Scheme Author: Khue Nguyen <Z5483Y@gmail.com> +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-ayu-light.gitconfig b/configs/base16-ayu-light.gitconfig new file mode 100644 index 0000000..a67e405 --- /dev/null +++ b/configs/base16-ayu-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Ayu Light +# Scheme Author: Khue Nguyen <Z5483Y@gmail.com> +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-ayu-mirage.gitconfig b/configs/base16-ayu-mirage.gitconfig new file mode 100644 index 0000000..604061e --- /dev/null +++ b/configs/base16-ayu-mirage.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Ayu Mirage +# Scheme Author: Khue Nguyen <Z5483Y@gmail.com> +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-aztec.gitconfig b/configs/base16-aztec.gitconfig new file mode 100644 index 0000000..dd979df --- /dev/null +++ b/configs/base16-aztec.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Aztec +# Scheme Author: TheNeverMan (github.com/TheNeverMan) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-bespin.gitconfig b/configs/base16-bespin.gitconfig new file mode 100644 index 0000000..bf2f438 --- /dev/null +++ b/configs/base16-bespin.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Bespin +# Scheme Author: Jan T. Sott +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-black-metal-bathory.gitconfig b/configs/base16-black-metal-bathory.gitconfig new file mode 100644 index 0000000..ef59ea1 --- /dev/null +++ b/configs/base16-black-metal-bathory.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Black Metal (Bathory) +# Scheme Author: metalelf0 (https://github.com/metalelf0) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-black-metal-burzum.gitconfig b/configs/base16-black-metal-burzum.gitconfig new file mode 100644 index 0000000..601aa43 --- /dev/null +++ b/configs/base16-black-metal-burzum.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Black Metal (Burzum) +# Scheme Author: metalelf0 (https://github.com/metalelf0) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-black-metal-dark-funeral.gitconfig b/configs/base16-black-metal-dark-funeral.gitconfig new file mode 100644 index 0000000..ba3ab8f --- /dev/null +++ b/configs/base16-black-metal-dark-funeral.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Black Metal (Dark Funeral) +# Scheme Author: metalelf0 (https://github.com/metalelf0) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-black-metal-gorgoroth.gitconfig b/configs/base16-black-metal-gorgoroth.gitconfig new file mode 100644 index 0000000..03d2126 --- /dev/null +++ b/configs/base16-black-metal-gorgoroth.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Black Metal (Gorgoroth) +# Scheme Author: metalelf0 (https://github.com/metalelf0) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-black-metal-immortal.gitconfig b/configs/base16-black-metal-immortal.gitconfig new file mode 100644 index 0000000..5bb44f9 --- /dev/null +++ b/configs/base16-black-metal-immortal.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Black Metal (Immortal) +# Scheme Author: metalelf0 (https://github.com/metalelf0) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-black-metal-khold.gitconfig b/configs/base16-black-metal-khold.gitconfig new file mode 100644 index 0000000..3354f90 --- /dev/null +++ b/configs/base16-black-metal-khold.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Black Metal (Khold) +# Scheme Author: metalelf0 (https://github.com/metalelf0) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-black-metal-marduk.gitconfig b/configs/base16-black-metal-marduk.gitconfig new file mode 100644 index 0000000..1d02b81 --- /dev/null +++ b/configs/base16-black-metal-marduk.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Black Metal (Marduk) +# Scheme Author: metalelf0 (https://github.com/metalelf0) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-black-metal-mayhem.gitconfig b/configs/base16-black-metal-mayhem.gitconfig new file mode 100644 index 0000000..bbf9832 --- /dev/null +++ b/configs/base16-black-metal-mayhem.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Black Metal (Mayhem) +# Scheme Author: metalelf0 (https://github.com/metalelf0) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-black-metal-nile.gitconfig b/configs/base16-black-metal-nile.gitconfig new file mode 100644 index 0000000..9d131c1 --- /dev/null +++ b/configs/base16-black-metal-nile.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Black Metal (Nile) +# Scheme Author: metalelf0 (https://github.com/metalelf0) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-black-metal-venom.gitconfig b/configs/base16-black-metal-venom.gitconfig new file mode 100644 index 0000000..a5916a7 --- /dev/null +++ b/configs/base16-black-metal-venom.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Black Metal (Venom) +# Scheme Author: metalelf0 (https://github.com/metalelf0) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-black-metal.gitconfig b/configs/base16-black-metal.gitconfig new file mode 100644 index 0000000..91a1f31 --- /dev/null +++ b/configs/base16-black-metal.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Black Metal +# Scheme Author: metalelf0 (https://github.com/metalelf0) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-blueforest.gitconfig b/configs/base16-blueforest.gitconfig new file mode 100644 index 0000000..ba26dfd --- /dev/null +++ b/configs/base16-blueforest.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Blue Forest +# Scheme Author: alonsodomin (https://github.com/alonsodomin) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-blueish.gitconfig b/configs/base16-blueish.gitconfig new file mode 100644 index 0000000..7e13506 --- /dev/null +++ b/configs/base16-blueish.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Blueish +# Scheme Author: Ben Mayoras +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-brewer.gitconfig b/configs/base16-brewer.gitconfig new file mode 100644 index 0000000..90721da --- /dev/null +++ b/configs/base16-brewer.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Brewer +# Scheme Author: Timothée Poisot (http://github.com/tpoisot) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-bright.gitconfig b/configs/base16-bright.gitconfig new file mode 100644 index 0000000..958e417 --- /dev/null +++ b/configs/base16-bright.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Bright +# Scheme Author: Chris Kempson (http://chriskempson.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-brogrammer.gitconfig b/configs/base16-brogrammer.gitconfig new file mode 100644 index 0000000..da1ce5c --- /dev/null +++ b/configs/base16-brogrammer.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Brogrammer +# Scheme Author: Vik Ramanujam (http://github.com/piggyslasher) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-brushtrees-dark.gitconfig b/configs/base16-brushtrees-dark.gitconfig new file mode 100644 index 0000000..86ffb3e --- /dev/null +++ b/configs/base16-brushtrees-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Brush Trees Dark +# Scheme Author: Abraham White <abelincoln.white@gmail.com> +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-brushtrees.gitconfig b/configs/base16-brushtrees.gitconfig new file mode 100644 index 0000000..55933ca --- /dev/null +++ b/configs/base16-brushtrees.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Brush Trees +# Scheme Author: Abraham White <abelincoln.white@gmail.com> +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-caroline.gitconfig b/configs/base16-caroline.gitconfig new file mode 100644 index 0000000..8e6a98f --- /dev/null +++ b/configs/base16-caroline.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: caroline +# Scheme Author: ed (https://codeberg.org/ed) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-catppuccin-frappe.gitconfig b/configs/base16-catppuccin-frappe.gitconfig new file mode 100644 index 0000000..348e1a3 --- /dev/null +++ b/configs/base16-catppuccin-frappe.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Catppuccin Frappe +# Scheme Author: https://github.com/catppuccin/catppuccin +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-catppuccin-latte.gitconfig b/configs/base16-catppuccin-latte.gitconfig new file mode 100644 index 0000000..838fb2f --- /dev/null +++ b/configs/base16-catppuccin-latte.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Catppuccin Latte +# Scheme Author: https://github.com/catppuccin/catppuccin +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-catppuccin-macchiato.gitconfig b/configs/base16-catppuccin-macchiato.gitconfig new file mode 100644 index 0000000..d296884 --- /dev/null +++ b/configs/base16-catppuccin-macchiato.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Catppuccin Macchiato +# Scheme Author: https://github.com/catppuccin/catppuccin +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-catppuccin-mocha.gitconfig b/configs/base16-catppuccin-mocha.gitconfig new file mode 100644 index 0000000..88b8475 --- /dev/null +++ b/configs/base16-catppuccin-mocha.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Catppuccin Mocha +# Scheme Author: https://github.com/catppuccin/catppuccin +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-chalk.gitconfig b/configs/base16-chalk.gitconfig new file mode 100644 index 0000000..3d97d46 --- /dev/null +++ b/configs/base16-chalk.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Chalk +# Scheme Author: Chris Kempson (http://chriskempson.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-circus.gitconfig b/configs/base16-circus.gitconfig new file mode 100644 index 0000000..cc1fce5 --- /dev/null +++ b/configs/base16-circus.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Circus +# Scheme Author: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-classic-dark.gitconfig b/configs/base16-classic-dark.gitconfig new file mode 100644 index 0000000..48d3661 --- /dev/null +++ b/configs/base16-classic-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Classic Dark +# Scheme Author: Jason Heeris (http://heeris.id.au) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-classic-light.gitconfig b/configs/base16-classic-light.gitconfig new file mode 100644 index 0000000..c3dde59 --- /dev/null +++ b/configs/base16-classic-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Classic Light +# Scheme Author: Jason Heeris (http://heeris.id.au) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-codeschool.gitconfig b/configs/base16-codeschool.gitconfig new file mode 100644 index 0000000..91765b2 --- /dev/null +++ b/configs/base16-codeschool.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Codeschool +# Scheme Author: blockloop +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-colors.gitconfig b/configs/base16-colors.gitconfig new file mode 100644 index 0000000..537ab08 --- /dev/null +++ b/configs/base16-colors.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Colors +# Scheme Author: mrmrs (http://clrs.cc) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-cupcake.gitconfig b/configs/base16-cupcake.gitconfig new file mode 100644 index 0000000..38604ba --- /dev/null +++ b/configs/base16-cupcake.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Cupcake +# Scheme Author: Chris Kempson (http://chriskempson.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-cupertino.gitconfig b/configs/base16-cupertino.gitconfig new file mode 100644 index 0000000..9f8e134 --- /dev/null +++ b/configs/base16-cupertino.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Cupertino +# Scheme Author: Defman21 +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-da-one-black.gitconfig b/configs/base16-da-one-black.gitconfig new file mode 100644 index 0000000..e3099c3 --- /dev/null +++ b/configs/base16-da-one-black.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Da One Black +# Scheme Author: NNB (https://github.com/NNBnh) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-da-one-gray.gitconfig b/configs/base16-da-one-gray.gitconfig new file mode 100644 index 0000000..fbac2f0 --- /dev/null +++ b/configs/base16-da-one-gray.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Da One Gray +# Scheme Author: NNB (https://github.com/NNBnh) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-da-one-ocean.gitconfig b/configs/base16-da-one-ocean.gitconfig new file mode 100644 index 0000000..bef115a --- /dev/null +++ b/configs/base16-da-one-ocean.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Da One Ocean +# Scheme Author: NNB (https://github.com/NNBnh) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-da-one-paper.gitconfig b/configs/base16-da-one-paper.gitconfig new file mode 100644 index 0000000..08c47f9 --- /dev/null +++ b/configs/base16-da-one-paper.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Da One Paper +# Scheme Author: NNB (https://github.com/NNBnh) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-da-one-sea.gitconfig b/configs/base16-da-one-sea.gitconfig new file mode 100644 index 0000000..d091b1d --- /dev/null +++ b/configs/base16-da-one-sea.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Da One Sea +# Scheme Author: NNB (https://github.com/NNBnh) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-da-one-white.gitconfig b/configs/base16-da-one-white.gitconfig new file mode 100644 index 0000000..dc8a224 --- /dev/null +++ b/configs/base16-da-one-white.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Da One White +# Scheme Author: NNB (https://github.com/NNBnh) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-danqing-light.gitconfig b/configs/base16-danqing-light.gitconfig new file mode 100644 index 0000000..fa0d359 --- /dev/null +++ b/configs/base16-danqing-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: DanQing Light +# Scheme Author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-danqing.gitconfig b/configs/base16-danqing.gitconfig new file mode 100644 index 0000000..3e0e51e --- /dev/null +++ b/configs/base16-danqing.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: DanQing +# Scheme Author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-darcula.gitconfig b/configs/base16-darcula.gitconfig new file mode 100644 index 0000000..bd3087f --- /dev/null +++ b/configs/base16-darcula.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Darcula +# Scheme Author: jetbrains +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-darkmoss.gitconfig b/configs/base16-darkmoss.gitconfig new file mode 100644 index 0000000..583985d --- /dev/null +++ b/configs/base16-darkmoss.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: darkmoss +# Scheme Author: Gabriel Avanzi (https://github.com/avanzzzi) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-darktooth.gitconfig b/configs/base16-darktooth.gitconfig new file mode 100644 index 0000000..e9b9fa8 --- /dev/null +++ b/configs/base16-darktooth.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Darktooth +# Scheme Author: Jason Milkins (https://github.com/jasonm23) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-darkviolet.gitconfig b/configs/base16-darkviolet.gitconfig new file mode 100644 index 0000000..21f2ff5 --- /dev/null +++ b/configs/base16-darkviolet.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Dark Violet +# Scheme Author: ruler501 (https://github.com/ruler501/base16-darkviolet) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-decaf.gitconfig b/configs/base16-decaf.gitconfig new file mode 100644 index 0000000..cd56c5f --- /dev/null +++ b/configs/base16-decaf.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Decaf +# Scheme Author: Alex Mirrington (https://github.com/alexmirrington) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-deep-oceanic-next.gitconfig b/configs/base16-deep-oceanic-next.gitconfig new file mode 100644 index 0000000..2f4ce1f --- /dev/null +++ b/configs/base16-deep-oceanic-next.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Deep Oceanic Next +# Scheme Author: spearkkk (https://github.com/spearkkk/deep-oceanic-next) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-default-dark.gitconfig b/configs/base16-default-dark.gitconfig new file mode 100644 index 0000000..be0b322 --- /dev/null +++ b/configs/base16-default-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Default Dark +# Scheme Author: Chris Kempson (http://chriskempson.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-default-light.gitconfig b/configs/base16-default-light.gitconfig new file mode 100644 index 0000000..92c76f8 --- /dev/null +++ b/configs/base16-default-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Default Light +# Scheme Author: Chris Kempson (http://chriskempson.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-dirtysea.gitconfig b/configs/base16-dirtysea.gitconfig new file mode 100644 index 0000000..8fb6524 --- /dev/null +++ b/configs/base16-dirtysea.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: dirtysea +# Scheme Author: Kahlil (Kal) Hodgson +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-dracula.gitconfig b/configs/base16-dracula.gitconfig new file mode 100644 index 0000000..986fcff --- /dev/null +++ b/configs/base16-dracula.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Dracula +# Scheme Author: Jamy Golden (http://github.com/JamyGolden), based on Dracula Theme (http://github.com/dracula) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-edge-dark.gitconfig b/configs/base16-edge-dark.gitconfig new file mode 100644 index 0000000..18e704b --- /dev/null +++ b/configs/base16-edge-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Edge Dark +# Scheme Author: cjayross (https://github.com/cjayross) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-edge-light.gitconfig b/configs/base16-edge-light.gitconfig new file mode 100644 index 0000000..6195c19 --- /dev/null +++ b/configs/base16-edge-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Edge Light +# Scheme Author: cjayross (https://github.com/cjayross) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-eighties.gitconfig b/configs/base16-eighties.gitconfig new file mode 100644 index 0000000..052021e --- /dev/null +++ b/configs/base16-eighties.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Eighties +# Scheme Author: Chris Kempson (http://chriskempson.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-embers-light.gitconfig b/configs/base16-embers-light.gitconfig new file mode 100644 index 0000000..e4d4860 --- /dev/null +++ b/configs/base16-embers-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Embers Light +# Scheme Author: Jannik Siebert (https://github.com/janniks) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-embers.gitconfig b/configs/base16-embers.gitconfig new file mode 100644 index 0000000..03762dc --- /dev/null +++ b/configs/base16-embers.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Embers +# Scheme Author: Jannik Siebert (https://github.com/janniks) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-emil.gitconfig b/configs/base16-emil.gitconfig new file mode 100644 index 0000000..db9d66b --- /dev/null +++ b/configs/base16-emil.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: emil +# Scheme Author: limelier +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-equilibrium-dark.gitconfig b/configs/base16-equilibrium-dark.gitconfig new file mode 100644 index 0000000..2b5ddfe --- /dev/null +++ b/configs/base16-equilibrium-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Equilibrium Dark +# Scheme Author: Carlo Abelli +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-equilibrium-gray-dark.gitconfig b/configs/base16-equilibrium-gray-dark.gitconfig new file mode 100644 index 0000000..6ecd382 --- /dev/null +++ b/configs/base16-equilibrium-gray-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Equilibrium Gray Dark +# Scheme Author: Carlo Abelli +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-equilibrium-gray-light.gitconfig b/configs/base16-equilibrium-gray-light.gitconfig new file mode 100644 index 0000000..dd50bea --- /dev/null +++ b/configs/base16-equilibrium-gray-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Equilibrium Gray Light +# Scheme Author: Carlo Abelli +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-equilibrium-light.gitconfig b/configs/base16-equilibrium-light.gitconfig new file mode 100644 index 0000000..098318a --- /dev/null +++ b/configs/base16-equilibrium-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Equilibrium Light +# Scheme Author: Carlo Abelli +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-eris.gitconfig b/configs/base16-eris.gitconfig new file mode 100644 index 0000000..9c286cf --- /dev/null +++ b/configs/base16-eris.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: eris +# Scheme Author: ed (https://codeberg.org/ed) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-espresso.gitconfig b/configs/base16-espresso.gitconfig new file mode 100644 index 0000000..ed7a4b9 --- /dev/null +++ b/configs/base16-espresso.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Espresso +# Scheme Author: Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-eva-dim.gitconfig b/configs/base16-eva-dim.gitconfig new file mode 100644 index 0000000..7f5e0d5 --- /dev/null +++ b/configs/base16-eva-dim.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Eva Dim +# Scheme Author: kjakapat (https://github.com/kjakapat) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-eva.gitconfig b/configs/base16-eva.gitconfig new file mode 100644 index 0000000..a2a3884 --- /dev/null +++ b/configs/base16-eva.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Eva +# Scheme Author: kjakapat (https://github.com/kjakapat) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-evenok-dark.gitconfig b/configs/base16-evenok-dark.gitconfig new file mode 100644 index 0000000..dc18fd5 --- /dev/null +++ b/configs/base16-evenok-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Evenok Dark +# Scheme Author: Mekeor Melire +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-everforest-dark-hard.gitconfig b/configs/base16-everforest-dark-hard.gitconfig new file mode 100644 index 0000000..28abe46 --- /dev/null +++ b/configs/base16-everforest-dark-hard.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Everforest Dark Hard +# Scheme Author: Sainnhe Park (https://github.com/sainnhe) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-everforest.gitconfig b/configs/base16-everforest.gitconfig new file mode 100644 index 0000000..30ead52 --- /dev/null +++ b/configs/base16-everforest.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Everforest +# Scheme Author: Sainnhe Park (https://github.com/sainnhe) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-flat.gitconfig b/configs/base16-flat.gitconfig new file mode 100644 index 0000000..fbefe62 --- /dev/null +++ b/configs/base16-flat.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Flat +# Scheme Author: Chris Kempson (http://chriskempson.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-framer.gitconfig b/configs/base16-framer.gitconfig new file mode 100644 index 0000000..8e291ee --- /dev/null +++ b/configs/base16-framer.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Framer +# Scheme Author: Framer (Maintained by Jesse Hoyos) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-fruit-soda.gitconfig b/configs/base16-fruit-soda.gitconfig new file mode 100644 index 0000000..8d89815 --- /dev/null +++ b/configs/base16-fruit-soda.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Fruit Soda +# Scheme Author: jozip +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-gigavolt.gitconfig b/configs/base16-gigavolt.gitconfig new file mode 100644 index 0000000..c4461d2 --- /dev/null +++ b/configs/base16-gigavolt.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gigavolt +# Scheme Author: Aidan Swope (http://github.com/Whillikers) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-github.gitconfig b/configs/base16-github.gitconfig new file mode 100644 index 0000000..4eeff02 --- /dev/null +++ b/configs/base16-github.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Github +# Scheme Author: Defman21 +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-google-dark.gitconfig b/configs/base16-google-dark.gitconfig new file mode 100644 index 0000000..907ccc4 --- /dev/null +++ b/configs/base16-google-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Google Dark +# Scheme Author: Seth Wright (http://sethawright.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-google-light.gitconfig b/configs/base16-google-light.gitconfig new file mode 100644 index 0000000..feb69e7 --- /dev/null +++ b/configs/base16-google-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Google Light +# Scheme Author: Seth Wright (http://sethawright.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-gotham.gitconfig b/configs/base16-gotham.gitconfig new file mode 100644 index 0000000..c911a0a --- /dev/null +++ b/configs/base16-gotham.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gotham +# Scheme Author: Andrea Leopardi (arranged by Brett Jones) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-grayscale-dark.gitconfig b/configs/base16-grayscale-dark.gitconfig new file mode 100644 index 0000000..6718e38 --- /dev/null +++ b/configs/base16-grayscale-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Grayscale Dark +# Scheme Author: Alexandre Gavioli (https://github.com/Alexx2/) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-grayscale-light.gitconfig b/configs/base16-grayscale-light.gitconfig new file mode 100644 index 0000000..3fc1fe0 --- /dev/null +++ b/configs/base16-grayscale-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Grayscale Light +# Scheme Author: Alexandre Gavioli (https://github.com/Alexx2/) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-greenscreen.gitconfig b/configs/base16-greenscreen.gitconfig new file mode 100644 index 0000000..0fc9def --- /dev/null +++ b/configs/base16-greenscreen.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Green Screen +# Scheme Author: Chris Kempson (http://chriskempson.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-gruber.gitconfig b/configs/base16-gruber.gitconfig new file mode 100644 index 0000000..8d88d1e --- /dev/null +++ b/configs/base16-gruber.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gruber +# Scheme Author: Patel, Nimai <nimai.m.patel@gmail.com>, colors from www.github.com/rexim/gruber-darker-theme +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-gruvbox-dark-hard.gitconfig b/configs/base16-gruvbox-dark-hard.gitconfig new file mode 100644 index 0000000..10aabc8 --- /dev/null +++ b/configs/base16-gruvbox-dark-hard.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gruvbox dark, hard +# Scheme Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-gruvbox-dark-medium.gitconfig b/configs/base16-gruvbox-dark-medium.gitconfig new file mode 100644 index 0000000..e405144 --- /dev/null +++ b/configs/base16-gruvbox-dark-medium.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gruvbox dark, medium +# Scheme Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-gruvbox-dark-pale.gitconfig b/configs/base16-gruvbox-dark-pale.gitconfig new file mode 100644 index 0000000..b66e539 --- /dev/null +++ b/configs/base16-gruvbox-dark-pale.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gruvbox dark, pale +# Scheme Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-gruvbox-dark-soft.gitconfig b/configs/base16-gruvbox-dark-soft.gitconfig new file mode 100644 index 0000000..780b68c --- /dev/null +++ b/configs/base16-gruvbox-dark-soft.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gruvbox dark, soft +# Scheme Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-gruvbox-light-hard.gitconfig b/configs/base16-gruvbox-light-hard.gitconfig new file mode 100644 index 0000000..4336185 --- /dev/null +++ b/configs/base16-gruvbox-light-hard.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gruvbox light, hard +# Scheme Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-gruvbox-light-medium.gitconfig b/configs/base16-gruvbox-light-medium.gitconfig new file mode 100644 index 0000000..e55b366 --- /dev/null +++ b/configs/base16-gruvbox-light-medium.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gruvbox light, medium +# Scheme Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-gruvbox-light-soft.gitconfig b/configs/base16-gruvbox-light-soft.gitconfig new file mode 100644 index 0000000..3b264b7 --- /dev/null +++ b/configs/base16-gruvbox-light-soft.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gruvbox light, soft +# Scheme Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-gruvbox-material-dark-hard.gitconfig b/configs/base16-gruvbox-material-dark-hard.gitconfig new file mode 100644 index 0000000..5d66f01 --- /dev/null +++ b/configs/base16-gruvbox-material-dark-hard.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gruvbox Material Dark, Hard +# Scheme Author: Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-gruvbox-material-dark-medium.gitconfig b/configs/base16-gruvbox-material-dark-medium.gitconfig new file mode 100644 index 0000000..7241f97 --- /dev/null +++ b/configs/base16-gruvbox-material-dark-medium.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gruvbox Material Dark, Medium +# Scheme Author: Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-gruvbox-material-dark-soft.gitconfig b/configs/base16-gruvbox-material-dark-soft.gitconfig new file mode 100644 index 0000000..0831523 --- /dev/null +++ b/configs/base16-gruvbox-material-dark-soft.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gruvbox Material Dark, Soft +# Scheme Author: Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-gruvbox-material-light-hard.gitconfig b/configs/base16-gruvbox-material-light-hard.gitconfig new file mode 100644 index 0000000..fa3b2ae --- /dev/null +++ b/configs/base16-gruvbox-material-light-hard.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gruvbox Material Light, Hard +# Scheme Author: Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-gruvbox-material-light-medium.gitconfig b/configs/base16-gruvbox-material-light-medium.gitconfig new file mode 100644 index 0000000..71f03a2 --- /dev/null +++ b/configs/base16-gruvbox-material-light-medium.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gruvbox Material Light, Medium +# Scheme Author: Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-gruvbox-material-light-soft.gitconfig b/configs/base16-gruvbox-material-light-soft.gitconfig new file mode 100644 index 0000000..faa2721 --- /dev/null +++ b/configs/base16-gruvbox-material-light-soft.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Gruvbox Material Light, Soft +# Scheme Author: Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-hardcore.gitconfig b/configs/base16-hardcore.gitconfig new file mode 100644 index 0000000..b2d0392 --- /dev/null +++ b/configs/base16-hardcore.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Hardcore +# Scheme Author: Chris Caller +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-harmonic16-dark.gitconfig b/configs/base16-harmonic16-dark.gitconfig new file mode 100644 index 0000000..39587ee --- /dev/null +++ b/configs/base16-harmonic16-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Harmonic16 Dark +# Scheme Author: Jannik Siebert (https://github.com/janniks) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-harmonic16-light.gitconfig b/configs/base16-harmonic16-light.gitconfig new file mode 100644 index 0000000..629c744 --- /dev/null +++ b/configs/base16-harmonic16-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Harmonic16 Light +# Scheme Author: Jannik Siebert (https://github.com/janniks) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-heetch-light.gitconfig b/configs/base16-heetch-light.gitconfig new file mode 100644 index 0000000..0b26235 --- /dev/null +++ b/configs/base16-heetch-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Heetch Light +# Scheme Author: Geoffrey Teale (tealeg@gmail.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-heetch.gitconfig b/configs/base16-heetch.gitconfig new file mode 100644 index 0000000..544e4e4 --- /dev/null +++ b/configs/base16-heetch.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Heetch Dark +# Scheme Author: Geoffrey Teale (tealeg@gmail.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-helios.gitconfig b/configs/base16-helios.gitconfig new file mode 100644 index 0000000..4da68a4 --- /dev/null +++ b/configs/base16-helios.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Helios +# Scheme Author: Alex Meyer (https://github.com/reyemxela) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-hopscotch.gitconfig b/configs/base16-hopscotch.gitconfig new file mode 100644 index 0000000..ba7fe3c --- /dev/null +++ b/configs/base16-hopscotch.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Hopscotch +# Scheme Author: Jan T. Sott +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-horizon-dark.gitconfig b/configs/base16-horizon-dark.gitconfig new file mode 100644 index 0000000..75c968c --- /dev/null +++ b/configs/base16-horizon-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Horizon Dark +# Scheme Author: Michaël Ball (http://github.com/michael-ball/) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-horizon-light.gitconfig b/configs/base16-horizon-light.gitconfig new file mode 100644 index 0000000..8934466 --- /dev/null +++ b/configs/base16-horizon-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Horizon Light +# Scheme Author: Michaël Ball (http://github.com/michael-ball/) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-horizon-terminal-dark.gitconfig b/configs/base16-horizon-terminal-dark.gitconfig new file mode 100644 index 0000000..b8d5c9d --- /dev/null +++ b/configs/base16-horizon-terminal-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Horizon Terminal Dark +# Scheme Author: Michaël Ball (http://github.com/michael-ball/) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-horizon-terminal-light.gitconfig b/configs/base16-horizon-terminal-light.gitconfig new file mode 100644 index 0000000..372fcd3 --- /dev/null +++ b/configs/base16-horizon-terminal-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Horizon Terminal Light +# Scheme Author: Michaël Ball (http://github.com/michael-ball/) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-humanoid-dark.gitconfig b/configs/base16-humanoid-dark.gitconfig new file mode 100644 index 0000000..30fdee1 --- /dev/null +++ b/configs/base16-humanoid-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Humanoid dark +# Scheme Author: Thomas (tasmo) Friese +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-humanoid-light.gitconfig b/configs/base16-humanoid-light.gitconfig new file mode 100644 index 0000000..fb43e54 --- /dev/null +++ b/configs/base16-humanoid-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Humanoid light +# Scheme Author: Thomas (tasmo) Friese +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-ia-dark.gitconfig b/configs/base16-ia-dark.gitconfig new file mode 100644 index 0000000..455fe0b --- /dev/null +++ b/configs/base16-ia-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: iA Dark +# Scheme Author: iA Inc. (modified by aramisgithub) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-ia-light.gitconfig b/configs/base16-ia-light.gitconfig new file mode 100644 index 0000000..0af8513 --- /dev/null +++ b/configs/base16-ia-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: iA Light +# Scheme Author: iA Inc. (modified by aramisgithub) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-icy.gitconfig b/configs/base16-icy.gitconfig new file mode 100644 index 0000000..6fe7aac --- /dev/null +++ b/configs/base16-icy.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Icy Dark +# Scheme Author: icyphox (https://icyphox.ga) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-irblack.gitconfig b/configs/base16-irblack.gitconfig new file mode 100644 index 0000000..4b4f145 --- /dev/null +++ b/configs/base16-irblack.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: IR Black +# Scheme Author: Timothée Poisot (http://timotheepoisot.fr) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-isotope.gitconfig b/configs/base16-isotope.gitconfig new file mode 100644 index 0000000..a5b5afd --- /dev/null +++ b/configs/base16-isotope.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Isotope +# Scheme Author: Jan T. Sott +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-jabuti.gitconfig b/configs/base16-jabuti.gitconfig new file mode 100644 index 0000000..c17d824 --- /dev/null +++ b/configs/base16-jabuti.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Jabuti +# Scheme Author: https://github.com/notusknot +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-kanagawa.gitconfig b/configs/base16-kanagawa.gitconfig new file mode 100644 index 0000000..3bd1eb3 --- /dev/null +++ b/configs/base16-kanagawa.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Kanagawa +# Scheme Author: Tommaso Laurenzi (https://github.com/rebelot) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-katy.gitconfig b/configs/base16-katy.gitconfig new file mode 100644 index 0000000..8683701 --- /dev/null +++ b/configs/base16-katy.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Katy +# Scheme Author: George Essig (https://github.com/gessig) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-kimber.gitconfig b/configs/base16-kimber.gitconfig new file mode 100644 index 0000000..47f8416 --- /dev/null +++ b/configs/base16-kimber.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Kimber +# Scheme Author: Mishka Nguyen (https://github.com/akhsiM) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-lime.gitconfig b/configs/base16-lime.gitconfig new file mode 100644 index 0000000..36e495b --- /dev/null +++ b/configs/base16-lime.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: lime +# Scheme Author: limelier +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-macintosh.gitconfig b/configs/base16-macintosh.gitconfig new file mode 100644 index 0000000..40e22af --- /dev/null +++ b/configs/base16-macintosh.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Macintosh +# Scheme Author: Rebecca Bettencourt (http://www.kreativekorp.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-marrakesh.gitconfig b/configs/base16-marrakesh.gitconfig new file mode 100644 index 0000000..aec378f --- /dev/null +++ b/configs/base16-marrakesh.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Marrakesh +# Scheme Author: Alexandre Gavioli (http://github.com/Alexx2/) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-materia.gitconfig b/configs/base16-materia.gitconfig new file mode 100644 index 0000000..7e9cbf4 --- /dev/null +++ b/configs/base16-materia.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Materia +# Scheme Author: Defman21 +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-material-darker.gitconfig b/configs/base16-material-darker.gitconfig new file mode 100644 index 0000000..dc5de2d --- /dev/null +++ b/configs/base16-material-darker.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Material Darker +# Scheme Author: Nate Peterson +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-material-lighter.gitconfig b/configs/base16-material-lighter.gitconfig new file mode 100644 index 0000000..3ecab24 --- /dev/null +++ b/configs/base16-material-lighter.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Material Lighter +# Scheme Author: Nate Peterson +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-material-palenight.gitconfig b/configs/base16-material-palenight.gitconfig new file mode 100644 index 0000000..9e44e9b --- /dev/null +++ b/configs/base16-material-palenight.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Material Palenight +# Scheme Author: Nate Peterson +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-material-vivid.gitconfig b/configs/base16-material-vivid.gitconfig new file mode 100644 index 0000000..8d1e1bc --- /dev/null +++ b/configs/base16-material-vivid.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Material Vivid +# Scheme Author: joshyrobot +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-material.gitconfig b/configs/base16-material.gitconfig new file mode 100644 index 0000000..04e22e8 --- /dev/null +++ b/configs/base16-material.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Material +# Scheme Author: Nate Peterson +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-measured-dark.gitconfig b/configs/base16-measured-dark.gitconfig new file mode 100644 index 0000000..3b9bf22 --- /dev/null +++ b/configs/base16-measured-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Measured Dark +# Scheme Author: Measured (https://measured.co) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-measured-light.gitconfig b/configs/base16-measured-light.gitconfig new file mode 100644 index 0000000..3e47e3c --- /dev/null +++ b/configs/base16-measured-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Measured Light +# Scheme Author: Measured (https://measured.co) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-mellow-purple.gitconfig b/configs/base16-mellow-purple.gitconfig new file mode 100644 index 0000000..8ca75a9 --- /dev/null +++ b/configs/base16-mellow-purple.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Mellow Purple +# Scheme Author: gidsi +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-mexico-light.gitconfig b/configs/base16-mexico-light.gitconfig new file mode 100644 index 0000000..f5b2fa6 --- /dev/null +++ b/configs/base16-mexico-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Mexico Light +# Scheme Author: Sheldon Johnson +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-mocha.gitconfig b/configs/base16-mocha.gitconfig new file mode 100644 index 0000000..1c9c343 --- /dev/null +++ b/configs/base16-mocha.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Mocha +# Scheme Author: Chris Kempson (http://chriskempson.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-monokai.gitconfig b/configs/base16-monokai.gitconfig new file mode 100644 index 0000000..62f9652 --- /dev/null +++ b/configs/base16-monokai.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Monokai +# Scheme Author: Wimer Hazenberg (http://www.monokai.nl) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-moonlight.gitconfig b/configs/base16-moonlight.gitconfig new file mode 100644 index 0000000..32cc688 --- /dev/null +++ b/configs/base16-moonlight.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Moonlight +# Scheme Author: Jeremy Swinarton (https://github.com/jswinarton) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-mountain.gitconfig b/configs/base16-mountain.gitconfig new file mode 100644 index 0000000..a29749c --- /dev/null +++ b/configs/base16-mountain.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Mountain +# Scheme Author: gnsfujiwara (https://github.com/gnsfujiwara) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-nebula.gitconfig b/configs/base16-nebula.gitconfig new file mode 100644 index 0000000..6bf98ed --- /dev/null +++ b/configs/base16-nebula.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Nebula +# Scheme Author: Gabriel Fontes (https://github.com/Misterio77) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-nord-light.gitconfig b/configs/base16-nord-light.gitconfig new file mode 100644 index 0000000..e25cb5a --- /dev/null +++ b/configs/base16-nord-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Nord Light +# Scheme Author: threddast, based on fuxialexander's doom-nord-light-theme (Doom Emacs) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-nord.gitconfig b/configs/base16-nord.gitconfig new file mode 100644 index 0000000..cf9336f --- /dev/null +++ b/configs/base16-nord.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Nord +# Scheme Author: arcticicestudio +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-nova.gitconfig b/configs/base16-nova.gitconfig new file mode 100644 index 0000000..9f5271a --- /dev/null +++ b/configs/base16-nova.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Nova +# Scheme Author: George Essig (https://github.com/gessig), Trevor D. Miller (https://trevordmiller.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-ocean.gitconfig b/configs/base16-ocean.gitconfig new file mode 100644 index 0000000..c041ac7 --- /dev/null +++ b/configs/base16-ocean.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Ocean +# Scheme Author: Chris Kempson (http://chriskempson.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-oceanicnext.gitconfig b/configs/base16-oceanicnext.gitconfig new file mode 100644 index 0000000..8066e55 --- /dev/null +++ b/configs/base16-oceanicnext.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: OceanicNext +# Scheme Author: https://github.com/voronianski/oceanic-next-color-scheme +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-one-light.gitconfig b/configs/base16-one-light.gitconfig new file mode 100644 index 0000000..a00908c --- /dev/null +++ b/configs/base16-one-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: One Light +# Scheme Author: Daniel Pfeifer (http://github.com/purpleKarrot) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-onedark-dark.gitconfig b/configs/base16-onedark-dark.gitconfig new file mode 100644 index 0000000..5f20201 --- /dev/null +++ b/configs/base16-onedark-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: OneDark Dark +# Scheme Author: olimorris (https://github.com/olimorris) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-onedark.gitconfig b/configs/base16-onedark.gitconfig new file mode 100644 index 0000000..ee03bf6 --- /dev/null +++ b/configs/base16-onedark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: OneDark +# Scheme Author: Lalit Magant (http://github.com/tilal6991) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-outrun-dark.gitconfig b/configs/base16-outrun-dark.gitconfig new file mode 100644 index 0000000..c7eb387 --- /dev/null +++ b/configs/base16-outrun-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Outrun Dark +# Scheme Author: Hugo Delahousse (http://github.com/hugodelahousse/) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-oxocarbon-dark.gitconfig b/configs/base16-oxocarbon-dark.gitconfig new file mode 100644 index 0000000..128d838 --- /dev/null +++ b/configs/base16-oxocarbon-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Oxocarbon Dark +# Scheme Author: shaunsingh/IBM +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-oxocarbon-light.gitconfig b/configs/base16-oxocarbon-light.gitconfig new file mode 100644 index 0000000..609b14a --- /dev/null +++ b/configs/base16-oxocarbon-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Oxocarbon Light +# Scheme Author: shaunsingh/IBM +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-pandora.gitconfig b/configs/base16-pandora.gitconfig new file mode 100644 index 0000000..0abcab3 --- /dev/null +++ b/configs/base16-pandora.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: pandora +# Scheme Author: Cassandra Fox +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-papercolor-dark.gitconfig b/configs/base16-papercolor-dark.gitconfig new file mode 100644 index 0000000..c92a67f --- /dev/null +++ b/configs/base16-papercolor-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: PaperColor Dark +# Scheme Author: Jon Leopard (http://github.com/jonleopard), based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-papercolor-light.gitconfig b/configs/base16-papercolor-light.gitconfig new file mode 100644 index 0000000..5d8d417 --- /dev/null +++ b/configs/base16-papercolor-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: PaperColor Light +# Scheme Author: Jon Leopard (http://github.com/jonleopard), based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-paraiso.gitconfig b/configs/base16-paraiso.gitconfig new file mode 100644 index 0000000..c640785 --- /dev/null +++ b/configs/base16-paraiso.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Paraiso +# Scheme Author: Jan T. Sott +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-pasque.gitconfig b/configs/base16-pasque.gitconfig new file mode 100644 index 0000000..cfa1765 --- /dev/null +++ b/configs/base16-pasque.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Pasque +# Scheme Author: Gabriel Fontes (https://github.com/Misterio77) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-phd.gitconfig b/configs/base16-phd.gitconfig new file mode 100644 index 0000000..8dd463f --- /dev/null +++ b/configs/base16-phd.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: PhD +# Scheme Author: Hennig Hasemann (http://leetless.de/vim.html) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-pico.gitconfig b/configs/base16-pico.gitconfig new file mode 100644 index 0000000..e0ccfe9 --- /dev/null +++ b/configs/base16-pico.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Pico +# Scheme Author: PICO-8 (http://www.lexaloffle.com/pico-8.php) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-pinky.gitconfig b/configs/base16-pinky.gitconfig new file mode 100644 index 0000000..3af8403 --- /dev/null +++ b/configs/base16-pinky.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: pinky +# Scheme Author: Benjamin (https://github.com/b3nj5m1n) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-pop.gitconfig b/configs/base16-pop.gitconfig new file mode 100644 index 0000000..d67a709 --- /dev/null +++ b/configs/base16-pop.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Pop +# Scheme Author: Chris Kempson (http://chriskempson.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-porple.gitconfig b/configs/base16-porple.gitconfig new file mode 100644 index 0000000..d27b38e --- /dev/null +++ b/configs/base16-porple.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Porple +# Scheme Author: Niek den Breeje (https://github.com/AuditeMarlow) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-precious-dark-eleven.gitconfig b/configs/base16-precious-dark-eleven.gitconfig new file mode 100644 index 0000000..41d6851 --- /dev/null +++ b/configs/base16-precious-dark-eleven.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Precious Dark Eleven +# Scheme Author: 4lex4 <4lex49@zoho.com> +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-precious-dark-fifteen.gitconfig b/configs/base16-precious-dark-fifteen.gitconfig new file mode 100644 index 0000000..27b2634 --- /dev/null +++ b/configs/base16-precious-dark-fifteen.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Precious Dark Fifteen +# Scheme Author: 4lex4 <4lex49@zoho.com> +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-precious-light-warm.gitconfig b/configs/base16-precious-light-warm.gitconfig new file mode 100644 index 0000000..fdf480c --- /dev/null +++ b/configs/base16-precious-light-warm.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Precious Light Warm +# Scheme Author: 4lex4 <4lex49@zoho.com> +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-precious-light-white.gitconfig b/configs/base16-precious-light-white.gitconfig new file mode 100644 index 0000000..dbda195 --- /dev/null +++ b/configs/base16-precious-light-white.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Precious Light White +# Scheme Author: 4lex4 <4lex49@zoho.com> +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-primer-dark-dimmed.gitconfig b/configs/base16-primer-dark-dimmed.gitconfig new file mode 100644 index 0000000..487d8c8 --- /dev/null +++ b/configs/base16-primer-dark-dimmed.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Primer Dark Dimmed +# Scheme Author: Jimmy Lin +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-primer-dark.gitconfig b/configs/base16-primer-dark.gitconfig new file mode 100644 index 0000000..2643a25 --- /dev/null +++ b/configs/base16-primer-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Primer Dark +# Scheme Author: Jimmy Lin +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-primer-light.gitconfig b/configs/base16-primer-light.gitconfig new file mode 100644 index 0000000..78906a0 --- /dev/null +++ b/configs/base16-primer-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Primer Light +# Scheme Author: Jimmy Lin +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-purpledream.gitconfig b/configs/base16-purpledream.gitconfig new file mode 100644 index 0000000..62fddc7 --- /dev/null +++ b/configs/base16-purpledream.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Purpledream +# Scheme Author: malet +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-qualia.gitconfig b/configs/base16-qualia.gitconfig new file mode 100644 index 0000000..913d842 --- /dev/null +++ b/configs/base16-qualia.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Qualia +# Scheme Author: isaacwhanson +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-railscasts.gitconfig b/configs/base16-railscasts.gitconfig new file mode 100644 index 0000000..42a6687 --- /dev/null +++ b/configs/base16-railscasts.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Railscasts +# Scheme Author: Ryan Bates (http://railscasts.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-rebecca.gitconfig b/configs/base16-rebecca.gitconfig new file mode 100644 index 0000000..c8c0c4d --- /dev/null +++ b/configs/base16-rebecca.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Rebecca +# Scheme Author: Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-rose-pine-dawn.gitconfig b/configs/base16-rose-pine-dawn.gitconfig new file mode 100644 index 0000000..641f281 --- /dev/null +++ b/configs/base16-rose-pine-dawn.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Rosé Pine Dawn +# Scheme Author: Emilia Dunfelt <edun@dunfelt.se> +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-rose-pine-moon.gitconfig b/configs/base16-rose-pine-moon.gitconfig new file mode 100644 index 0000000..c991f86 --- /dev/null +++ b/configs/base16-rose-pine-moon.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Rosé Pine Moon +# Scheme Author: Emilia Dunfelt <edun@dunfelt.se> +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-rose-pine.gitconfig b/configs/base16-rose-pine.gitconfig new file mode 100644 index 0000000..7e130da --- /dev/null +++ b/configs/base16-rose-pine.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Rosé Pine +# Scheme Author: Emilia Dunfelt <edun@dunfelt.se> +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-saga.gitconfig b/configs/base16-saga.gitconfig new file mode 100644 index 0000000..0e14a94 --- /dev/null +++ b/configs/base16-saga.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: SAGA +# Scheme Author: https://github.com/SAGAtheme/SAGA +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-sagelight.gitconfig b/configs/base16-sagelight.gitconfig new file mode 100644 index 0000000..eee4fce --- /dev/null +++ b/configs/base16-sagelight.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Sagelight +# Scheme Author: Carter Veldhuizen +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-sakura.gitconfig b/configs/base16-sakura.gitconfig new file mode 100644 index 0000000..e288a21 --- /dev/null +++ b/configs/base16-sakura.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Sakura +# Scheme Author: Misterio77 (http://github.com/Misterio77) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-sandcastle.gitconfig b/configs/base16-sandcastle.gitconfig new file mode 100644 index 0000000..f4f00f8 --- /dev/null +++ b/configs/base16-sandcastle.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Sandcastle +# Scheme Author: George Essig (https://github.com/gessig) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-selenized-black.gitconfig b/configs/base16-selenized-black.gitconfig new file mode 100644 index 0000000..28a7dac --- /dev/null +++ b/configs/base16-selenized-black.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: selenized-black +# Scheme Author: Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-selenized-dark.gitconfig b/configs/base16-selenized-dark.gitconfig new file mode 100644 index 0000000..e48dfe1 --- /dev/null +++ b/configs/base16-selenized-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: selenized-dark +# Scheme Author: Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-selenized-light.gitconfig b/configs/base16-selenized-light.gitconfig new file mode 100644 index 0000000..b21b15c --- /dev/null +++ b/configs/base16-selenized-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: selenized-light +# Scheme Author: Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-selenized-white.gitconfig b/configs/base16-selenized-white.gitconfig new file mode 100644 index 0000000..4494bcf --- /dev/null +++ b/configs/base16-selenized-white.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: selenized-white +# Scheme Author: Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-seti.gitconfig b/configs/base16-seti.gitconfig new file mode 100644 index 0000000..d0f95f2 --- /dev/null +++ b/configs/base16-seti.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Seti UI +# Scheme Author: +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-shades-of-purple.gitconfig b/configs/base16-shades-of-purple.gitconfig new file mode 100644 index 0000000..214c542 --- /dev/null +++ b/configs/base16-shades-of-purple.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Shades of Purple +# Scheme Author: Iolar Demartini Junior (http://github.com/demartini), based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-shadesmear-dark.gitconfig b/configs/base16-shadesmear-dark.gitconfig new file mode 100644 index 0000000..cf7adcb --- /dev/null +++ b/configs/base16-shadesmear-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: ShadeSmear Dark +# Scheme Author: Kyle Giammarco (http://kyle.giammar.co) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-shadesmear-light.gitconfig b/configs/base16-shadesmear-light.gitconfig new file mode 100644 index 0000000..dc3bd9f --- /dev/null +++ b/configs/base16-shadesmear-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: ShadeSmear Light +# Scheme Author: Kyle Giammarco (http://kyle.giammar.co) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-shapeshifter.gitconfig b/configs/base16-shapeshifter.gitconfig new file mode 100644 index 0000000..ee8847e --- /dev/null +++ b/configs/base16-shapeshifter.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Shapeshifter +# Scheme Author: Tyler Benziger (http://tybenz.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-silk-dark.gitconfig b/configs/base16-silk-dark.gitconfig new file mode 100644 index 0000000..80d2c84 --- /dev/null +++ b/configs/base16-silk-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Silk Dark +# Scheme Author: Gabriel Fontes (https://github.com/Misterio77) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-silk-light.gitconfig b/configs/base16-silk-light.gitconfig new file mode 100644 index 0000000..161c274 --- /dev/null +++ b/configs/base16-silk-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Silk Light +# Scheme Author: Gabriel Fontes (https://github.com/Misterio77) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-snazzy.gitconfig b/configs/base16-snazzy.gitconfig new file mode 100644 index 0000000..457e104 --- /dev/null +++ b/configs/base16-snazzy.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Snazzy +# Scheme Author: Chawye Hsu (https://github.com/chawyehsu), based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-solarflare-light.gitconfig b/configs/base16-solarflare-light.gitconfig new file mode 100644 index 0000000..25b7006 --- /dev/null +++ b/configs/base16-solarflare-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Solar Flare Light +# Scheme Author: Chuck Harmston (https://chuck.harmston.ch) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-solarflare.gitconfig b/configs/base16-solarflare.gitconfig new file mode 100644 index 0000000..023066c --- /dev/null +++ b/configs/base16-solarflare.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Solar Flare +# Scheme Author: Chuck Harmston (https://chuck.harmston.ch) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-solarized-dark.gitconfig b/configs/base16-solarized-dark.gitconfig new file mode 100644 index 0000000..aad7b7c --- /dev/null +++ b/configs/base16-solarized-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Solarized Dark +# Scheme Author: Ethan Schoonover (modified by aramisgithub) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-solarized-light.gitconfig b/configs/base16-solarized-light.gitconfig new file mode 100644 index 0000000..479d56e --- /dev/null +++ b/configs/base16-solarized-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Solarized Light +# Scheme Author: Ethan Schoonover (modified by aramisgithub) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-spaceduck.gitconfig b/configs/base16-spaceduck.gitconfig new file mode 100644 index 0000000..036ac8f --- /dev/null +++ b/configs/base16-spaceduck.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Spaceduck +# Scheme Author: Guillermo Rodriguez (https://github.com/pineapplegiant), packaged by Gabriel Fontes (https://github.com/Misterio77) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-spacemacs.gitconfig b/configs/base16-spacemacs.gitconfig new file mode 100644 index 0000000..6c58805 --- /dev/null +++ b/configs/base16-spacemacs.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Spacemacs +# Scheme Author: Nasser Alshammari (https://github.com/nashamri/spacemacs-theme) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-sparky.gitconfig b/configs/base16-sparky.gitconfig new file mode 100644 index 0000000..e0a1c8b --- /dev/null +++ b/configs/base16-sparky.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Sparky +# Scheme Author: Leila Sother (https://github.com/mixcoac) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-standardized-dark.gitconfig b/configs/base16-standardized-dark.gitconfig new file mode 100644 index 0000000..39d669a --- /dev/null +++ b/configs/base16-standardized-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: standardized-dark +# Scheme Author: ali (https://github.com/ali-githb/base16-standardized-scheme) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-standardized-light.gitconfig b/configs/base16-standardized-light.gitconfig new file mode 100644 index 0000000..08c352b --- /dev/null +++ b/configs/base16-standardized-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: standardized-light +# Scheme Author: ali (https://github.com/ali-githb/base16-standardized-scheme) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-stella.gitconfig b/configs/base16-stella.gitconfig new file mode 100644 index 0000000..c0a53cb --- /dev/null +++ b/configs/base16-stella.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Stella +# Scheme Author: Shrimpram +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-still-alive.gitconfig b/configs/base16-still-alive.gitconfig new file mode 100644 index 0000000..6bd27f1 --- /dev/null +++ b/configs/base16-still-alive.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Still Alive +# Scheme Author: Derrick McKee (derrick.mckee@gmail.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-summercamp.gitconfig b/configs/base16-summercamp.gitconfig new file mode 100644 index 0000000..884a3ee --- /dev/null +++ b/configs/base16-summercamp.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: summercamp +# Scheme Author: zoe firi (zoefiri.github.io) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-summerfruit-dark.gitconfig b/configs/base16-summerfruit-dark.gitconfig new file mode 100644 index 0000000..06c3b64 --- /dev/null +++ b/configs/base16-summerfruit-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Summerfruit Dark +# Scheme Author: Christopher Corley (http://christop.club/) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-summerfruit-light.gitconfig b/configs/base16-summerfruit-light.gitconfig new file mode 100644 index 0000000..230f662 --- /dev/null +++ b/configs/base16-summerfruit-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Summerfruit Light +# Scheme Author: Christopher Corley (http://christop.club/) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-synth-midnight-dark.gitconfig b/configs/base16-synth-midnight-dark.gitconfig new file mode 100644 index 0000000..25653c3 --- /dev/null +++ b/configs/base16-synth-midnight-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Synth Midnight Terminal Dark +# Scheme Author: Michaël Ball (http://github.com/michael-ball/) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-synth-midnight-light.gitconfig b/configs/base16-synth-midnight-light.gitconfig new file mode 100644 index 0000000..9257440 --- /dev/null +++ b/configs/base16-synth-midnight-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Synth Midnight Terminal Light +# Scheme Author: Michaël Ball (http://github.com/michael-ball/) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-tango.gitconfig b/configs/base16-tango.gitconfig new file mode 100644 index 0000000..b378a3b --- /dev/null +++ b/configs/base16-tango.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tango +# Scheme Author: @Schnouki, based on the Tango Desktop Project +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-tarot.gitconfig b/configs/base16-tarot.gitconfig new file mode 100644 index 0000000..b5108b6 --- /dev/null +++ b/configs/base16-tarot.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: tarot +# Scheme Author: ed (https://codeberg.org/ed) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-tender.gitconfig b/configs/base16-tender.gitconfig new file mode 100644 index 0000000..0b61b60 --- /dev/null +++ b/configs/base16-tender.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: tender +# Scheme Author: Jacobo Tabernero (https://github/com/jacoborus/tender.vim) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-terracotta-dark.gitconfig b/configs/base16-terracotta-dark.gitconfig new file mode 100644 index 0000000..54c92c8 --- /dev/null +++ b/configs/base16-terracotta-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Terracotta Dark +# Scheme Author: Alexander Rossell Hayes (https://github.com/rossellhayes) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-terracotta.gitconfig b/configs/base16-terracotta.gitconfig new file mode 100644 index 0000000..f065b23 --- /dev/null +++ b/configs/base16-terracotta.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Terracotta +# Scheme Author: Alexander Rossell Hayes (https://github.com/rossellhayes) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-tokyo-city-dark.gitconfig b/configs/base16-tokyo-city-dark.gitconfig new file mode 100644 index 0000000..d6d54aa --- /dev/null +++ b/configs/base16-tokyo-city-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tokyo City Dark +# Scheme Author: Michaël Ball +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-tokyo-city-light.gitconfig b/configs/base16-tokyo-city-light.gitconfig new file mode 100644 index 0000000..f369ea4 --- /dev/null +++ b/configs/base16-tokyo-city-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tokyo City Light +# Scheme Author: Michaël Ball +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-tokyo-city-terminal-dark.gitconfig b/configs/base16-tokyo-city-terminal-dark.gitconfig new file mode 100644 index 0000000..b4198e6 --- /dev/null +++ b/configs/base16-tokyo-city-terminal-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tokyo City Terminal Dark +# Scheme Author: Michaël Ball +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-tokyo-city-terminal-light.gitconfig b/configs/base16-tokyo-city-terminal-light.gitconfig new file mode 100644 index 0000000..60ae51c --- /dev/null +++ b/configs/base16-tokyo-city-terminal-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tokyo City Terminal Light +# Scheme Author: Michaël Ball +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-tokyo-night-dark.gitconfig b/configs/base16-tokyo-night-dark.gitconfig new file mode 100644 index 0000000..4a96107 --- /dev/null +++ b/configs/base16-tokyo-night-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tokyo Night Dark +# Scheme Author: Michaël Ball +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-tokyo-night-light.gitconfig b/configs/base16-tokyo-night-light.gitconfig new file mode 100644 index 0000000..f314c66 --- /dev/null +++ b/configs/base16-tokyo-night-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tokyo Night Light +# Scheme Author: Michaël Ball +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-tokyo-night-moon.gitconfig b/configs/base16-tokyo-night-moon.gitconfig new file mode 100644 index 0000000..8acfd58 --- /dev/null +++ b/configs/base16-tokyo-night-moon.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tokyo Night Moon +# Scheme Author: Ólafur Bjarki Bogason +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-tokyo-night-storm.gitconfig b/configs/base16-tokyo-night-storm.gitconfig new file mode 100644 index 0000000..24aee28 --- /dev/null +++ b/configs/base16-tokyo-night-storm.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tokyo Night Storm +# Scheme Author: Michaël Ball +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-tokyo-night-terminal-dark.gitconfig b/configs/base16-tokyo-night-terminal-dark.gitconfig new file mode 100644 index 0000000..fa33a6f --- /dev/null +++ b/configs/base16-tokyo-night-terminal-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tokyo Night Terminal Dark +# Scheme Author: Michaël Ball +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-tokyo-night-terminal-light.gitconfig b/configs/base16-tokyo-night-terminal-light.gitconfig new file mode 100644 index 0000000..fb723ca --- /dev/null +++ b/configs/base16-tokyo-night-terminal-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tokyo Night Terminal Light +# Scheme Author: Michaël Ball +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-tokyo-night-terminal-storm.gitconfig b/configs/base16-tokyo-night-terminal-storm.gitconfig new file mode 100644 index 0000000..a0abd11 --- /dev/null +++ b/configs/base16-tokyo-night-terminal-storm.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tokyo Night Terminal Storm +# Scheme Author: Michaël Ball +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-tokyodark-terminal.gitconfig b/configs/base16-tokyodark-terminal.gitconfig new file mode 100644 index 0000000..ed434ea --- /dev/null +++ b/configs/base16-tokyodark-terminal.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tokyodark Terminal +# Scheme Author: Tiagovla (https://github.com/tiagovla/) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-tokyodark.gitconfig b/configs/base16-tokyodark.gitconfig new file mode 100644 index 0000000..fbfec21 --- /dev/null +++ b/configs/base16-tokyodark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tokyodark +# Scheme Author: Jamy Golden (https://github.com/JamyGolden), Based on Tokyodark.nvim (https://github.com/tiagovla/tokyodark.nvim) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-tomorrow-night-eighties.gitconfig b/configs/base16-tomorrow-night-eighties.gitconfig new file mode 100644 index 0000000..cb434e2 --- /dev/null +++ b/configs/base16-tomorrow-night-eighties.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tomorrow Night Eighties +# Scheme Author: Chris Kempson (http://chriskempson.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-tomorrow-night.gitconfig b/configs/base16-tomorrow-night.gitconfig new file mode 100644 index 0000000..9612401 --- /dev/null +++ b/configs/base16-tomorrow-night.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tomorrow Night +# Scheme Author: Chris Kempson (http://chriskempson.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-tomorrow.gitconfig b/configs/base16-tomorrow.gitconfig new file mode 100644 index 0000000..5f8b1f7 --- /dev/null +++ b/configs/base16-tomorrow.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Tomorrow +# Scheme Author: Chris Kempson (http://chriskempson.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-tube.gitconfig b/configs/base16-tube.gitconfig new file mode 100644 index 0000000..f66d9e4 --- /dev/null +++ b/configs/base16-tube.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: London Tube +# Scheme Author: Jan T. Sott +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-twilight.gitconfig b/configs/base16-twilight.gitconfig new file mode 100644 index 0000000..85e6f12 --- /dev/null +++ b/configs/base16-twilight.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Twilight +# Scheme Author: David Hart (https://github.com/hartbit) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-unikitty-dark.gitconfig b/configs/base16-unikitty-dark.gitconfig new file mode 100644 index 0000000..8f0657a --- /dev/null +++ b/configs/base16-unikitty-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Unikitty Dark +# Scheme Author: Josh W Lewis (@joshwlewis) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-unikitty-light.gitconfig b/configs/base16-unikitty-light.gitconfig new file mode 100644 index 0000000..b2f77c6 --- /dev/null +++ b/configs/base16-unikitty-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Unikitty Light +# Scheme Author: Josh W Lewis (@joshwlewis) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-unikitty-reversible.gitconfig b/configs/base16-unikitty-reversible.gitconfig new file mode 100644 index 0000000..9f8b54f --- /dev/null +++ b/configs/base16-unikitty-reversible.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Unikitty Reversible +# Scheme Author: Josh W Lewis (@joshwlewis) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-uwunicorn.gitconfig b/configs/base16-uwunicorn.gitconfig new file mode 100644 index 0000000..0d5cdf8 --- /dev/null +++ b/configs/base16-uwunicorn.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: UwUnicorn +# Scheme Author: Fernando Marques (https://github.com/RakkiUwU) and Gabriel Fontes (https://github.com/Misterio77) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-vesper.gitconfig b/configs/base16-vesper.gitconfig new file mode 100644 index 0000000..a59503d --- /dev/null +++ b/configs/base16-vesper.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Vesper +# Scheme Author: FormalSnake (https://github.com/formalsnake) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-vice.gitconfig b/configs/base16-vice.gitconfig new file mode 100644 index 0000000..41f4ca0 --- /dev/null +++ b/configs/base16-vice.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: vice +# Scheme Author: Thomas Leon Highbaugh thighbaugh@zoho.com +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-vulcan.gitconfig b/configs/base16-vulcan.gitconfig new file mode 100644 index 0000000..be0f120 --- /dev/null +++ b/configs/base16-vulcan.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: vulcan +# Scheme Author: Andrey Varfolomeev +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-windows-10-light.gitconfig b/configs/base16-windows-10-light.gitconfig new file mode 100644 index 0000000..f70fc90 --- /dev/null +++ b/configs/base16-windows-10-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Windows 10 Light +# Scheme Author: Fergus Collins (https://github.com/C-Fergus) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-windows-10.gitconfig b/configs/base16-windows-10.gitconfig new file mode 100644 index 0000000..7642f26 --- /dev/null +++ b/configs/base16-windows-10.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Windows 10 +# Scheme Author: Fergus Collins (https://github.com/C-Fergus) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-windows-95-light.gitconfig b/configs/base16-windows-95-light.gitconfig new file mode 100644 index 0000000..cc10c9b --- /dev/null +++ b/configs/base16-windows-95-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Windows 95 Light +# Scheme Author: Fergus Collins (https://github.com/C-Fergus) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-windows-95.gitconfig b/configs/base16-windows-95.gitconfig new file mode 100644 index 0000000..6365b20 --- /dev/null +++ b/configs/base16-windows-95.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Windows 95 +# Scheme Author: Fergus Collins (https://github.com/C-Fergus) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-windows-highcontrast-light.gitconfig b/configs/base16-windows-highcontrast-light.gitconfig new file mode 100644 index 0000000..ddacc55 --- /dev/null +++ b/configs/base16-windows-highcontrast-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Windows High Contrast Light +# Scheme Author: Fergus Collins (https://github.com/C-Fergus) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-windows-highcontrast.gitconfig b/configs/base16-windows-highcontrast.gitconfig new file mode 100644 index 0000000..3437a3c --- /dev/null +++ b/configs/base16-windows-highcontrast.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Windows High Contrast +# Scheme Author: Fergus Collins (https://github.com/C-Fergus) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-windows-nt-light.gitconfig b/configs/base16-windows-nt-light.gitconfig new file mode 100644 index 0000000..a2aafae --- /dev/null +++ b/configs/base16-windows-nt-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Windows NT Light +# Scheme Author: Fergus Collins (https://github.com/C-Fergus) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base16-windows-nt.gitconfig b/configs/base16-windows-nt.gitconfig new file mode 100644 index 0000000..90e8697 --- /dev/null +++ b/configs/base16-windows-nt.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Windows NT +# Scheme Author: Fergus Collins (https://github.com/C-Fergus) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-woodland.gitconfig b/configs/base16-woodland.gitconfig new file mode 100644 index 0000000..ef135a6 --- /dev/null +++ b/configs/base16-woodland.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Woodland +# Scheme Author: Jay Cornwall (https://jcornwall.com) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-xcode-dusk.gitconfig b/configs/base16-xcode-dusk.gitconfig new file mode 100644 index 0000000..e395ed3 --- /dev/null +++ b/configs/base16-xcode-dusk.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: XCode Dusk +# Scheme Author: Elsa Gonsiorowski (https://github.com/gonsie) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-zenbones.gitconfig b/configs/base16-zenbones.gitconfig new file mode 100644 index 0000000..24f7d49 --- /dev/null +++ b/configs/base16-zenbones.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Zenbones +# Scheme Author: mcchrish +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base16-zenburn.gitconfig b/configs/base16-zenburn.gitconfig new file mode 100644 index 0000000..02251c8 --- /dev/null +++ b/configs/base16-zenburn.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base16 +# Scheme Name: Zenburn +# Scheme Author: elnawe +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base24-brogrammer.gitconfig b/configs/base24-brogrammer.gitconfig new file mode 100644 index 0000000..0085722 --- /dev/null +++ b/configs/base24-brogrammer.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: Brogrammer +# Scheme Author: FredHappyface (https://github.com/fredHappyface) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base24-catppuccin-frappe.gitconfig b/configs/base24-catppuccin-frappe.gitconfig new file mode 100644 index 0000000..e48b865 --- /dev/null +++ b/configs/base24-catppuccin-frappe.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: Catppuccin Frappe +# Scheme Author: https://github.com/catppuccin/catppuccin +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base24-catppuccin-latte.gitconfig b/configs/base24-catppuccin-latte.gitconfig new file mode 100644 index 0000000..a5e455c --- /dev/null +++ b/configs/base24-catppuccin-latte.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: Catppuccin Latte +# Scheme Author: https://github.com/catppuccin/catppuccin +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base24-catppuccin-macchiato.gitconfig b/configs/base24-catppuccin-macchiato.gitconfig new file mode 100644 index 0000000..54ff14c --- /dev/null +++ b/configs/base24-catppuccin-macchiato.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: Catppuccin Macchiato +# Scheme Author: https://github.com/catppuccin/catppuccin +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base24-catppuccin-mocha.gitconfig b/configs/base24-catppuccin-mocha.gitconfig new file mode 100644 index 0000000..09c8e1b --- /dev/null +++ b/configs/base24-catppuccin-mocha.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: Catppuccin Mocha +# Scheme Author: https://github.com/catppuccin/catppuccin +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base24-chalk.gitconfig b/configs/base24-chalk.gitconfig new file mode 100644 index 0000000..aacd500 --- /dev/null +++ b/configs/base24-chalk.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: Chalk +# Scheme Author: FredHappyface (https://github.com/fredHappyface) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base24-deep-oceanic-next.gitconfig b/configs/base24-deep-oceanic-next.gitconfig new file mode 100644 index 0000000..073a8fd --- /dev/null +++ b/configs/base24-deep-oceanic-next.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: Deep Oceanic Next +# Scheme Author: spearkkk (https://github.com/spearkkk/deep-oceanic-next) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base24-dracula.gitconfig b/configs/base24-dracula.gitconfig new file mode 100644 index 0000000..15e0cc2 --- /dev/null +++ b/configs/base24-dracula.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: Dracula +# Scheme Author: FredHappyface (https://github.com/fredHappyface) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base24-espresso.gitconfig b/configs/base24-espresso.gitconfig new file mode 100644 index 0000000..29b43f2 --- /dev/null +++ b/configs/base24-espresso.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: Espresso +# Scheme Author: FredHappyface (https://github.com/fredHappyface) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base24-flat.gitconfig b/configs/base24-flat.gitconfig new file mode 100644 index 0000000..bedf5b8 --- /dev/null +++ b/configs/base24-flat.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: Flat +# Scheme Author: FredHappyface (https://github.com/fredHappyface) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base24-framer.gitconfig b/configs/base24-framer.gitconfig new file mode 100644 index 0000000..2db6290 --- /dev/null +++ b/configs/base24-framer.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: Framer +# Scheme Author: FredHappyface (https://github.com/fredHappyface) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base24-github.gitconfig b/configs/base24-github.gitconfig new file mode 100644 index 0000000..d77d811 --- /dev/null +++ b/configs/base24-github.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: Github +# Scheme Author: FredHappyface (https://github.com/fredHappyface) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base24-hardcore.gitconfig b/configs/base24-hardcore.gitconfig new file mode 100644 index 0000000..cbcecfc --- /dev/null +++ b/configs/base24-hardcore.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: Hardcore +# Scheme Author: FredHappyface (https://github.com/fredHappyface) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base24-one-black.gitconfig b/configs/base24-one-black.gitconfig new file mode 100644 index 0000000..753d37a --- /dev/null +++ b/configs/base24-one-black.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: One Black +# Scheme Author: FredHappyface (https://github.com/fredHappyface) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base24-one-dark.gitconfig b/configs/base24-one-dark.gitconfig new file mode 100644 index 0000000..f7b5edb --- /dev/null +++ b/configs/base24-one-dark.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: One Dark +# Scheme Author: FredHappyface (https://github.com/fredHappyface) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/configs/base24-one-light.gitconfig b/configs/base24-one-light.gitconfig new file mode 100644 index 0000000..ff7bf17 --- /dev/null +++ b/configs/base24-one-light.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: One Light +# Scheme Author: FredHappyface (https://github.com/fredHappyface) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = true + + + diff --git a/configs/base24-sparky.gitconfig b/configs/base24-sparky.gitconfig new file mode 100644 index 0000000..eae92b7 --- /dev/null +++ b/configs/base24-sparky.gitconfig @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: base24 +# Scheme Name: Sparky +# Scheme Author: Leila Sother (https://github.com/mixcoac) +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = + + + diff --git a/templates/base16.mustache b/templates/base16.mustache new file mode 100644 index 0000000..2f6a2ed --- /dev/null +++ b/templates/base16.mustache @@ -0,0 +1,12 @@ +# vim: ft=gitconfig +# Scheme System: {{ scheme-system }} +# Scheme Name: {{ scheme-name }} +# Scheme Author: {{ scheme-author }} +# Template Author: Bez Hermoso + +# Configures difftool "delta" to ue light or dark mode based on the variant declared by the colorscheme. +[delta] + light = {{ scheme-is-light-variant }} + + + diff --git a/templates/config.yaml b/templates/config.yaml new file mode 100644 index 0000000..3cb8ad6 --- /dev/null +++ b/templates/config.yaml @@ -0,0 +1,3 @@ +base16: + filename: configs/{{ scheme-system }}-{{ scheme-slug }}.gitconfig + supported-systems: [base16, base24]