├── LICENSE.md ├── README.md ├── base16-shell.plugin.zsh ├── base16-shell.png ├── colortest ├── profile_helper.fish ├── profile_helper.sh ├── scripts ├── base16-3024.sh ├── base16-apathy.sh ├── base16-ashes.sh ├── base16-atelier-cave-light.sh ├── base16-atelier-cave.sh ├── base16-atelier-dune-light.sh ├── base16-atelier-dune.sh ├── base16-atelier-estuary-light.sh ├── base16-atelier-estuary.sh ├── base16-atelier-forest-light.sh ├── base16-atelier-forest.sh ├── base16-atelier-heath-light.sh ├── base16-atelier-heath.sh ├── base16-atelier-lakeside-light.sh ├── base16-atelier-lakeside.sh ├── base16-atelier-plateau-light.sh ├── base16-atelier-plateau.sh ├── base16-atelier-savanna-light.sh ├── base16-atelier-savanna.sh ├── base16-atelier-seaside-light.sh ├── base16-atelier-seaside.sh ├── base16-atelier-sulphurpool-light.sh ├── base16-atelier-sulphurpool.sh ├── base16-atlas.sh ├── base16-bespin.sh ├── base16-black-metal-bathory.sh ├── base16-black-metal-burzum.sh ├── base16-black-metal-dark-funeral.sh ├── base16-black-metal-gorgoroth.sh ├── base16-black-metal-immortal.sh ├── base16-black-metal-khold.sh ├── base16-black-metal-marduk.sh ├── base16-black-metal-mayhem.sh ├── base16-black-metal-nile.sh ├── base16-black-metal-venom.sh ├── base16-black-metal.sh ├── base16-brewer.sh ├── base16-bright.sh ├── base16-brogrammer.sh ├── base16-brushtrees-dark.sh ├── base16-brushtrees.sh ├── base16-chalk.sh ├── base16-circus.sh ├── base16-classic-dark.sh ├── base16-classic-light.sh ├── base16-codeschool.sh ├── base16-cupcake.sh ├── base16-cupertino.sh ├── base16-darktooth.sh ├── base16-decaf.sh ├── base16-default-dark.sh ├── base16-default-light.sh ├── base16-dracula.sh ├── base16-edge-dark.sh ├── base16-edge-light.sh ├── base16-eighties.sh ├── base16-embers.sh ├── base16-espresso.sh ├── base16-flat.sh ├── base16-framer.sh ├── base16-fruit-soda.sh ├── base16-gigavolt.sh ├── base16-github.sh ├── base16-google-dark.sh ├── base16-google-light.sh ├── base16-grayscale-dark.sh ├── base16-grayscale-light.sh ├── base16-greenscreen.sh ├── base16-gruvbox-dark-hard.sh ├── base16-gruvbox-dark-medium.sh ├── base16-gruvbox-dark-pale.sh ├── base16-gruvbox-dark-soft.sh ├── base16-gruvbox-light-hard.sh ├── base16-gruvbox-light-medium.sh ├── base16-gruvbox-light-soft.sh ├── base16-harmonic-dark.sh ├── base16-harmonic-light.sh ├── base16-heetch-light.sh ├── base16-heetch.sh ├── base16-helios.sh ├── base16-hopscotch.sh ├── base16-horizon-dark.sh ├── base16-horizon-light.sh ├── base16-horizon-terminal-dark.sh ├── base16-horizon-terminal-light.sh ├── base16-ia-dark.sh ├── base16-ia-light.sh ├── base16-icy.sh ├── base16-irblack.sh ├── base16-isotope.sh ├── base16-macintosh.sh ├── base16-marrakesh.sh ├── base16-materia.sh ├── base16-material-darker.sh ├── base16-material-lighter.sh ├── base16-material-palenight.sh ├── base16-material-vivid.sh ├── base16-material.sh ├── base16-mellow-purple.sh ├── base16-mexico-light.sh ├── base16-mocha.sh ├── base16-monokai.sh ├── base16-nord.sh ├── base16-nova.sh ├── base16-ocean.sh ├── base16-oceanicnext.sh ├── base16-one-light.sh ├── base16-onedark.sh ├── base16-outrun-dark.sh ├── base16-papercolor-dark.sh ├── base16-papercolor-light.sh ├── base16-paraiso.sh ├── base16-phd.sh ├── base16-pico.sh ├── base16-pop.sh ├── base16-porple.sh ├── base16-railscasts.sh ├── base16-rebecca.sh ├── base16-sandcastle.sh ├── base16-seti.sh ├── base16-shapeshifter.sh ├── base16-snazzy.sh ├── base16-solarflare.sh ├── base16-solarized-dark.sh ├── base16-solarized-light.sh ├── base16-spacemacs.sh ├── base16-summerfruit-dark.sh ├── base16-summerfruit-light.sh ├── base16-synth-midnight-dark.sh ├── base16-tomorrow-night-eighties.sh ├── base16-tomorrow-night.sh ├── base16-tomorrow.sh ├── base16-tube.sh ├── base16-twilight.sh ├── base16-unikitty-dark.sh ├── base16-unikitty-light.sh ├── base16-woodland.sh ├── base16-xcode-dusk.sh └── base16-zenburn.sh ├── setting-256-colourspace-not-supported.png └── templates ├── config.yaml └── default.mustache /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/README.md -------------------------------------------------------------------------------- /base16-shell.plugin.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/base16-shell.plugin.zsh -------------------------------------------------------------------------------- /base16-shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/base16-shell.png -------------------------------------------------------------------------------- /colortest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/colortest -------------------------------------------------------------------------------- /profile_helper.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/profile_helper.fish -------------------------------------------------------------------------------- /profile_helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/profile_helper.sh -------------------------------------------------------------------------------- /scripts/base16-3024.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-3024.sh -------------------------------------------------------------------------------- /scripts/base16-apathy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-apathy.sh -------------------------------------------------------------------------------- /scripts/base16-ashes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-ashes.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-cave-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-cave-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-cave.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-cave.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-dune-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-dune-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-dune.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-dune.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-estuary-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-estuary-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-estuary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-estuary.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-forest-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-forest-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-forest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-forest.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-heath-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-heath-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-heath.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-heath.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-lakeside-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-lakeside-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-lakeside.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-lakeside.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-plateau-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-plateau-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-plateau.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-plateau.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-savanna-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-savanna-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-savanna.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-savanna.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-seaside-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-seaside-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-seaside.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-seaside.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-sulphurpool-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-sulphurpool-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-sulphurpool.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atelier-sulphurpool.sh -------------------------------------------------------------------------------- /scripts/base16-atlas.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-atlas.sh -------------------------------------------------------------------------------- /scripts/base16-bespin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-bespin.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-bathory.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-black-metal-bathory.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-burzum.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-black-metal-burzum.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-dark-funeral.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-black-metal-dark-funeral.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-gorgoroth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-black-metal-gorgoroth.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-immortal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-black-metal-immortal.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-khold.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-black-metal-khold.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-marduk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-black-metal-marduk.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-mayhem.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-black-metal-mayhem.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-nile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-black-metal-nile.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-venom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-black-metal-venom.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-black-metal.sh -------------------------------------------------------------------------------- /scripts/base16-brewer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-brewer.sh -------------------------------------------------------------------------------- /scripts/base16-bright.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-bright.sh -------------------------------------------------------------------------------- /scripts/base16-brogrammer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-brogrammer.sh -------------------------------------------------------------------------------- /scripts/base16-brushtrees-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-brushtrees-dark.sh -------------------------------------------------------------------------------- /scripts/base16-brushtrees.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-brushtrees.sh -------------------------------------------------------------------------------- /scripts/base16-chalk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-chalk.sh -------------------------------------------------------------------------------- /scripts/base16-circus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-circus.sh -------------------------------------------------------------------------------- /scripts/base16-classic-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-classic-dark.sh -------------------------------------------------------------------------------- /scripts/base16-classic-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-classic-light.sh -------------------------------------------------------------------------------- /scripts/base16-codeschool.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-codeschool.sh -------------------------------------------------------------------------------- /scripts/base16-cupcake.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-cupcake.sh -------------------------------------------------------------------------------- /scripts/base16-cupertino.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-cupertino.sh -------------------------------------------------------------------------------- /scripts/base16-darktooth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-darktooth.sh -------------------------------------------------------------------------------- /scripts/base16-decaf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-decaf.sh -------------------------------------------------------------------------------- /scripts/base16-default-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-default-dark.sh -------------------------------------------------------------------------------- /scripts/base16-default-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-default-light.sh -------------------------------------------------------------------------------- /scripts/base16-dracula.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-dracula.sh -------------------------------------------------------------------------------- /scripts/base16-edge-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-edge-dark.sh -------------------------------------------------------------------------------- /scripts/base16-edge-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-edge-light.sh -------------------------------------------------------------------------------- /scripts/base16-eighties.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-eighties.sh -------------------------------------------------------------------------------- /scripts/base16-embers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-embers.sh -------------------------------------------------------------------------------- /scripts/base16-espresso.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-espresso.sh -------------------------------------------------------------------------------- /scripts/base16-flat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-flat.sh -------------------------------------------------------------------------------- /scripts/base16-framer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-framer.sh -------------------------------------------------------------------------------- /scripts/base16-fruit-soda.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-fruit-soda.sh -------------------------------------------------------------------------------- /scripts/base16-gigavolt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-gigavolt.sh -------------------------------------------------------------------------------- /scripts/base16-github.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-github.sh -------------------------------------------------------------------------------- /scripts/base16-google-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-google-dark.sh -------------------------------------------------------------------------------- /scripts/base16-google-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-google-light.sh -------------------------------------------------------------------------------- /scripts/base16-grayscale-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-grayscale-dark.sh -------------------------------------------------------------------------------- /scripts/base16-grayscale-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-grayscale-light.sh -------------------------------------------------------------------------------- /scripts/base16-greenscreen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-greenscreen.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-dark-hard.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-gruvbox-dark-hard.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-dark-medium.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-gruvbox-dark-medium.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-dark-pale.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-gruvbox-dark-pale.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-dark-soft.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-gruvbox-dark-soft.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-light-hard.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-gruvbox-light-hard.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-light-medium.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-gruvbox-light-medium.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-light-soft.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-gruvbox-light-soft.sh -------------------------------------------------------------------------------- /scripts/base16-harmonic-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-harmonic-dark.sh -------------------------------------------------------------------------------- /scripts/base16-harmonic-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-harmonic-light.sh -------------------------------------------------------------------------------- /scripts/base16-heetch-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-heetch-light.sh -------------------------------------------------------------------------------- /scripts/base16-heetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-heetch.sh -------------------------------------------------------------------------------- /scripts/base16-helios.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-helios.sh -------------------------------------------------------------------------------- /scripts/base16-hopscotch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-hopscotch.sh -------------------------------------------------------------------------------- /scripts/base16-horizon-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-horizon-dark.sh -------------------------------------------------------------------------------- /scripts/base16-horizon-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-horizon-light.sh -------------------------------------------------------------------------------- /scripts/base16-horizon-terminal-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-horizon-terminal-dark.sh -------------------------------------------------------------------------------- /scripts/base16-horizon-terminal-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-horizon-terminal-light.sh -------------------------------------------------------------------------------- /scripts/base16-ia-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-ia-dark.sh -------------------------------------------------------------------------------- /scripts/base16-ia-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-ia-light.sh -------------------------------------------------------------------------------- /scripts/base16-icy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-icy.sh -------------------------------------------------------------------------------- /scripts/base16-irblack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-irblack.sh -------------------------------------------------------------------------------- /scripts/base16-isotope.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-isotope.sh -------------------------------------------------------------------------------- /scripts/base16-macintosh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-macintosh.sh -------------------------------------------------------------------------------- /scripts/base16-marrakesh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-marrakesh.sh -------------------------------------------------------------------------------- /scripts/base16-materia.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-materia.sh -------------------------------------------------------------------------------- /scripts/base16-material-darker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-material-darker.sh -------------------------------------------------------------------------------- /scripts/base16-material-lighter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-material-lighter.sh -------------------------------------------------------------------------------- /scripts/base16-material-palenight.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-material-palenight.sh -------------------------------------------------------------------------------- /scripts/base16-material-vivid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-material-vivid.sh -------------------------------------------------------------------------------- /scripts/base16-material.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-material.sh -------------------------------------------------------------------------------- /scripts/base16-mellow-purple.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-mellow-purple.sh -------------------------------------------------------------------------------- /scripts/base16-mexico-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-mexico-light.sh -------------------------------------------------------------------------------- /scripts/base16-mocha.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-mocha.sh -------------------------------------------------------------------------------- /scripts/base16-monokai.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-monokai.sh -------------------------------------------------------------------------------- /scripts/base16-nord.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-nord.sh -------------------------------------------------------------------------------- /scripts/base16-nova.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-nova.sh -------------------------------------------------------------------------------- /scripts/base16-ocean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-ocean.sh -------------------------------------------------------------------------------- /scripts/base16-oceanicnext.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-oceanicnext.sh -------------------------------------------------------------------------------- /scripts/base16-one-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-one-light.sh -------------------------------------------------------------------------------- /scripts/base16-onedark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-onedark.sh -------------------------------------------------------------------------------- /scripts/base16-outrun-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-outrun-dark.sh -------------------------------------------------------------------------------- /scripts/base16-papercolor-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-papercolor-dark.sh -------------------------------------------------------------------------------- /scripts/base16-papercolor-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-papercolor-light.sh -------------------------------------------------------------------------------- /scripts/base16-paraiso.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-paraiso.sh -------------------------------------------------------------------------------- /scripts/base16-phd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-phd.sh -------------------------------------------------------------------------------- /scripts/base16-pico.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-pico.sh -------------------------------------------------------------------------------- /scripts/base16-pop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-pop.sh -------------------------------------------------------------------------------- /scripts/base16-porple.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-porple.sh -------------------------------------------------------------------------------- /scripts/base16-railscasts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-railscasts.sh -------------------------------------------------------------------------------- /scripts/base16-rebecca.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-rebecca.sh -------------------------------------------------------------------------------- /scripts/base16-sandcastle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-sandcastle.sh -------------------------------------------------------------------------------- /scripts/base16-seti.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-seti.sh -------------------------------------------------------------------------------- /scripts/base16-shapeshifter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-shapeshifter.sh -------------------------------------------------------------------------------- /scripts/base16-snazzy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-snazzy.sh -------------------------------------------------------------------------------- /scripts/base16-solarflare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-solarflare.sh -------------------------------------------------------------------------------- /scripts/base16-solarized-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-solarized-dark.sh -------------------------------------------------------------------------------- /scripts/base16-solarized-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-solarized-light.sh -------------------------------------------------------------------------------- /scripts/base16-spacemacs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-spacemacs.sh -------------------------------------------------------------------------------- /scripts/base16-summerfruit-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-summerfruit-dark.sh -------------------------------------------------------------------------------- /scripts/base16-summerfruit-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-summerfruit-light.sh -------------------------------------------------------------------------------- /scripts/base16-synth-midnight-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-synth-midnight-dark.sh -------------------------------------------------------------------------------- /scripts/base16-tomorrow-night-eighties.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-tomorrow-night-eighties.sh -------------------------------------------------------------------------------- /scripts/base16-tomorrow-night.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-tomorrow-night.sh -------------------------------------------------------------------------------- /scripts/base16-tomorrow.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-tomorrow.sh -------------------------------------------------------------------------------- /scripts/base16-tube.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-tube.sh -------------------------------------------------------------------------------- /scripts/base16-twilight.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-twilight.sh -------------------------------------------------------------------------------- /scripts/base16-unikitty-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-unikitty-dark.sh -------------------------------------------------------------------------------- /scripts/base16-unikitty-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-unikitty-light.sh -------------------------------------------------------------------------------- /scripts/base16-woodland.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-woodland.sh -------------------------------------------------------------------------------- /scripts/base16-xcode-dusk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-xcode-dusk.sh -------------------------------------------------------------------------------- /scripts/base16-zenburn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/scripts/base16-zenburn.sh -------------------------------------------------------------------------------- /setting-256-colourspace-not-supported.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/setting-256-colourspace-not-supported.png -------------------------------------------------------------------------------- /templates/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/templates/config.yaml -------------------------------------------------------------------------------- /templates/default.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chriskempson/base16-shell/HEAD/templates/default.mustache --------------------------------------------------------------------------------