├── .gitignore ├── LICENSE ├── README.md ├── assets └── atelier-sulphurpool.png ├── profiles ├── 3024.terminal ├── Apathy.terminal ├── Apprentice.terminal ├── Ashes.terminal ├── Atelier Cave Light.terminal ├── Atelier Cave.terminal ├── Atelier Dune Light.terminal ├── Atelier Dune.terminal ├── Atelier Estuary Light.terminal ├── Atelier Estuary.terminal ├── Atelier Forest Light.terminal ├── Atelier Forest.terminal ├── Atelier Heath Light.terminal ├── Atelier Heath.terminal ├── Atelier Lakeside Light.terminal ├── Atelier Lakeside.terminal ├── Atelier Plateau Light.terminal ├── Atelier Plateau.terminal ├── Atelier Savanna Light.terminal ├── Atelier Savanna.terminal ├── Atelier Seaside Light.terminal ├── Atelier Seaside.terminal ├── Atelier Sulphurpool Light.terminal ├── Atelier Sulphurpool.terminal ├── Atlas.terminal ├── Bespin.terminal ├── Black Metal Bathory.terminal ├── Black Metal Burzum.terminal ├── Black Metal Dark Funeral.terminal ├── Black Metal Gorgoroth.terminal ├── Black Metal Immortal.terminal ├── Black Metal Khold.terminal ├── Black Metal Marduk.terminal ├── Black Metal Mayhem.terminal ├── Black Metal Nile.terminal ├── Black Metal Venom.terminal ├── Black Metal.terminal ├── Brewer.terminal ├── Bright.terminal ├── Brogrammer.terminal ├── Brush Trees Dark.terminal ├── Brush Trees.terminal ├── Chalk.terminal ├── Circus.terminal ├── Classic Dark.terminal ├── Classic Light.terminal ├── Codeschool.terminal ├── Colors.terminal ├── Cupcake.terminal ├── Cupertino.terminal ├── Danqing Light.terminal ├── Danqing.terminal ├── Darcula.terminal ├── Dark Violet.terminal ├── Darkmoss.terminal ├── Darktooth.terminal ├── Decaf.terminal ├── Default Dark.terminal ├── Default Light.terminal ├── Dirtysea.terminal ├── Dracula.terminal ├── Edge Dark.terminal ├── Edge Light.terminal ├── Eighties.terminal ├── Embers.terminal ├── Equilibrium Dark.terminal ├── Equilibrium Gray Dark.terminal ├── Equilibrium Gray Light.terminal ├── Equilibrium Light.terminal ├── Espresso.terminal ├── Eva Darken.terminal ├── Eva Dim.terminal ├── Eva.terminal ├── Flat.terminal ├── Framer.terminal ├── Fruit Soda.terminal ├── Gigavolt.terminal ├── Github.terminal ├── Google Dark.terminal ├── Google Light.terminal ├── Grayscale Dark.terminal ├── Grayscale Light.terminal ├── Green Screen.terminal ├── Gruber.terminal ├── Gruvbox Dark Hard.terminal ├── Gruvbox Dark Medium.terminal ├── Gruvbox Dark Pale.terminal ├── Gruvbox Dark Soft.terminal ├── Gruvbox Light Hard.terminal ├── Gruvbox Light Medium.terminal ├── Gruvbox Light Soft.terminal ├── Hardcore.terminal ├── Harmonic16 Dark.terminal ├── Harmonic16 Light.terminal ├── Heetch Dark.terminal ├── Heetch Light.terminal ├── Helios.terminal ├── Hopscotch.terminal ├── Horizon Dark.terminal ├── Horizon Light.terminal ├── Humanoid Dark.terminal ├── Humanoid Light.terminal ├── Icy Dark.terminal ├── Ir Black.terminal ├── Isotope.terminal ├── Kimber.terminal ├── London Tube.terminal ├── Macintosh.terminal ├── Marrakesh.terminal ├── Materia.terminal ├── Material Darker.terminal ├── Material Lighter.terminal ├── Material Palenight.terminal ├── Material Vivid.terminal ├── Material.terminal ├── Mellow Purple.terminal ├── Mexico Light.terminal ├── Mocha.terminal ├── Monokai.terminal ├── Nebula.terminal ├── Nord.terminal ├── Nova.terminal ├── Ocean.terminal ├── Oceanicnext.terminal ├── One Light.terminal ├── Onedark.terminal ├── Outrun Dark.terminal ├── Papercolor Dark.terminal ├── Papercolor Light.terminal ├── Paraiso.terminal ├── Pasque.terminal ├── Phd.terminal ├── Pico.terminal ├── Pinky.terminal ├── Pop.terminal ├── Porple.terminal ├── Railscasts.terminal ├── Rebecca.terminal ├── Rose Pine Dawn.terminal ├── Rose Pine Moon.terminal ├── Rose Pine.terminal ├── Sagelight.terminal ├── Sakura.terminal ├── Sandcastle.terminal ├── Seti Ui.terminal ├── Shades Of Purple.terminal ├── Shapeshifter.terminal ├── Silk Dark.terminal ├── Silk Light.terminal ├── Snazzy.terminal ├── Solar Flare Light.terminal ├── Solar Flare.terminal ├── Solarized Dark.terminal ├── Solarized Light.terminal ├── Spacemacs.terminal ├── Summercamp.terminal ├── Summerfruit Dark.terminal ├── Summerfruit Light.terminal ├── Synth Midnight Terminal Dark.terminal ├── Synth Midnight Terminal Light.terminal ├── Tango.terminal ├── Tender.terminal ├── Tomorrow Night.terminal ├── Tomorrow.terminal ├── Twilight.terminal ├── Unikitty Dark.terminal ├── Unikitty Light.terminal ├── Vice Alt.terminal ├── Vice Dark.terminal ├── Vulcan.terminal ├── Windows 10 Light.terminal ├── Windows 10.terminal ├── Windows 95 Light.terminal ├── Windows 95.terminal ├── Windows High Contrast Light.terminal ├── Windows High Contrast.terminal ├── Windows Nt Light.terminal ├── Windows Nt.terminal ├── Woodland.terminal ├── Xcode Dusk.terminal └── Zenburn.terminal └── templates ├── Basic.terminal ├── NSColor.plist ├── config.yaml └── default.mustache /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/README.md -------------------------------------------------------------------------------- /assets/atelier-sulphurpool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/assets/atelier-sulphurpool.png -------------------------------------------------------------------------------- /profiles/3024.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/3024.terminal -------------------------------------------------------------------------------- /profiles/Apathy.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Apathy.terminal -------------------------------------------------------------------------------- /profiles/Apprentice.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Apprentice.terminal -------------------------------------------------------------------------------- /profiles/Ashes.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Ashes.terminal -------------------------------------------------------------------------------- /profiles/Atelier Cave Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Cave Light.terminal -------------------------------------------------------------------------------- /profiles/Atelier Cave.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Cave.terminal -------------------------------------------------------------------------------- /profiles/Atelier Dune Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Dune Light.terminal -------------------------------------------------------------------------------- /profiles/Atelier Dune.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Dune.terminal -------------------------------------------------------------------------------- /profiles/Atelier Estuary Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Estuary Light.terminal -------------------------------------------------------------------------------- /profiles/Atelier Estuary.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Estuary.terminal -------------------------------------------------------------------------------- /profiles/Atelier Forest Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Forest Light.terminal -------------------------------------------------------------------------------- /profiles/Atelier Forest.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Forest.terminal -------------------------------------------------------------------------------- /profiles/Atelier Heath Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Heath Light.terminal -------------------------------------------------------------------------------- /profiles/Atelier Heath.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Heath.terminal -------------------------------------------------------------------------------- /profiles/Atelier Lakeside Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Lakeside Light.terminal -------------------------------------------------------------------------------- /profiles/Atelier Lakeside.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Lakeside.terminal -------------------------------------------------------------------------------- /profiles/Atelier Plateau Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Plateau Light.terminal -------------------------------------------------------------------------------- /profiles/Atelier Plateau.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Plateau.terminal -------------------------------------------------------------------------------- /profiles/Atelier Savanna Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Savanna Light.terminal -------------------------------------------------------------------------------- /profiles/Atelier Savanna.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Savanna.terminal -------------------------------------------------------------------------------- /profiles/Atelier Seaside Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Seaside Light.terminal -------------------------------------------------------------------------------- /profiles/Atelier Seaside.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Seaside.terminal -------------------------------------------------------------------------------- /profiles/Atelier Sulphurpool Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Sulphurpool Light.terminal -------------------------------------------------------------------------------- /profiles/Atelier Sulphurpool.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atelier Sulphurpool.terminal -------------------------------------------------------------------------------- /profiles/Atlas.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Atlas.terminal -------------------------------------------------------------------------------- /profiles/Bespin.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Bespin.terminal -------------------------------------------------------------------------------- /profiles/Black Metal Bathory.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Black Metal Bathory.terminal -------------------------------------------------------------------------------- /profiles/Black Metal Burzum.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Black Metal Burzum.terminal -------------------------------------------------------------------------------- /profiles/Black Metal Dark Funeral.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Black Metal Dark Funeral.terminal -------------------------------------------------------------------------------- /profiles/Black Metal Gorgoroth.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Black Metal Gorgoroth.terminal -------------------------------------------------------------------------------- /profiles/Black Metal Immortal.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Black Metal Immortal.terminal -------------------------------------------------------------------------------- /profiles/Black Metal Khold.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Black Metal Khold.terminal -------------------------------------------------------------------------------- /profiles/Black Metal Marduk.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Black Metal Marduk.terminal -------------------------------------------------------------------------------- /profiles/Black Metal Mayhem.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Black Metal Mayhem.terminal -------------------------------------------------------------------------------- /profiles/Black Metal Nile.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Black Metal Nile.terminal -------------------------------------------------------------------------------- /profiles/Black Metal Venom.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Black Metal Venom.terminal -------------------------------------------------------------------------------- /profiles/Black Metal.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Black Metal.terminal -------------------------------------------------------------------------------- /profiles/Brewer.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Brewer.terminal -------------------------------------------------------------------------------- /profiles/Bright.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Bright.terminal -------------------------------------------------------------------------------- /profiles/Brogrammer.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Brogrammer.terminal -------------------------------------------------------------------------------- /profiles/Brush Trees Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Brush Trees Dark.terminal -------------------------------------------------------------------------------- /profiles/Brush Trees.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Brush Trees.terminal -------------------------------------------------------------------------------- /profiles/Chalk.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Chalk.terminal -------------------------------------------------------------------------------- /profiles/Circus.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Circus.terminal -------------------------------------------------------------------------------- /profiles/Classic Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Classic Dark.terminal -------------------------------------------------------------------------------- /profiles/Classic Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Classic Light.terminal -------------------------------------------------------------------------------- /profiles/Codeschool.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Codeschool.terminal -------------------------------------------------------------------------------- /profiles/Colors.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Colors.terminal -------------------------------------------------------------------------------- /profiles/Cupcake.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Cupcake.terminal -------------------------------------------------------------------------------- /profiles/Cupertino.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Cupertino.terminal -------------------------------------------------------------------------------- /profiles/Danqing Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Danqing Light.terminal -------------------------------------------------------------------------------- /profiles/Danqing.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Danqing.terminal -------------------------------------------------------------------------------- /profiles/Darcula.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Darcula.terminal -------------------------------------------------------------------------------- /profiles/Dark Violet.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Dark Violet.terminal -------------------------------------------------------------------------------- /profiles/Darkmoss.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Darkmoss.terminal -------------------------------------------------------------------------------- /profiles/Darktooth.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Darktooth.terminal -------------------------------------------------------------------------------- /profiles/Decaf.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Decaf.terminal -------------------------------------------------------------------------------- /profiles/Default Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Default Dark.terminal -------------------------------------------------------------------------------- /profiles/Default Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Default Light.terminal -------------------------------------------------------------------------------- /profiles/Dirtysea.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Dirtysea.terminal -------------------------------------------------------------------------------- /profiles/Dracula.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Dracula.terminal -------------------------------------------------------------------------------- /profiles/Edge Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Edge Dark.terminal -------------------------------------------------------------------------------- /profiles/Edge Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Edge Light.terminal -------------------------------------------------------------------------------- /profiles/Eighties.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Eighties.terminal -------------------------------------------------------------------------------- /profiles/Embers.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Embers.terminal -------------------------------------------------------------------------------- /profiles/Equilibrium Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Equilibrium Dark.terminal -------------------------------------------------------------------------------- /profiles/Equilibrium Gray Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Equilibrium Gray Dark.terminal -------------------------------------------------------------------------------- /profiles/Equilibrium Gray Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Equilibrium Gray Light.terminal -------------------------------------------------------------------------------- /profiles/Equilibrium Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Equilibrium Light.terminal -------------------------------------------------------------------------------- /profiles/Espresso.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Espresso.terminal -------------------------------------------------------------------------------- /profiles/Eva Darken.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Eva Darken.terminal -------------------------------------------------------------------------------- /profiles/Eva Dim.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Eva Dim.terminal -------------------------------------------------------------------------------- /profiles/Eva.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Eva.terminal -------------------------------------------------------------------------------- /profiles/Flat.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Flat.terminal -------------------------------------------------------------------------------- /profiles/Framer.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Framer.terminal -------------------------------------------------------------------------------- /profiles/Fruit Soda.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Fruit Soda.terminal -------------------------------------------------------------------------------- /profiles/Gigavolt.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Gigavolt.terminal -------------------------------------------------------------------------------- /profiles/Github.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Github.terminal -------------------------------------------------------------------------------- /profiles/Google Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Google Dark.terminal -------------------------------------------------------------------------------- /profiles/Google Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Google Light.terminal -------------------------------------------------------------------------------- /profiles/Grayscale Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Grayscale Dark.terminal -------------------------------------------------------------------------------- /profiles/Grayscale Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Grayscale Light.terminal -------------------------------------------------------------------------------- /profiles/Green Screen.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Green Screen.terminal -------------------------------------------------------------------------------- /profiles/Gruber.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Gruber.terminal -------------------------------------------------------------------------------- /profiles/Gruvbox Dark Hard.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Gruvbox Dark Hard.terminal -------------------------------------------------------------------------------- /profiles/Gruvbox Dark Medium.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Gruvbox Dark Medium.terminal -------------------------------------------------------------------------------- /profiles/Gruvbox Dark Pale.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Gruvbox Dark Pale.terminal -------------------------------------------------------------------------------- /profiles/Gruvbox Dark Soft.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Gruvbox Dark Soft.terminal -------------------------------------------------------------------------------- /profiles/Gruvbox Light Hard.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Gruvbox Light Hard.terminal -------------------------------------------------------------------------------- /profiles/Gruvbox Light Medium.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Gruvbox Light Medium.terminal -------------------------------------------------------------------------------- /profiles/Gruvbox Light Soft.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Gruvbox Light Soft.terminal -------------------------------------------------------------------------------- /profiles/Hardcore.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Hardcore.terminal -------------------------------------------------------------------------------- /profiles/Harmonic16 Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Harmonic16 Dark.terminal -------------------------------------------------------------------------------- /profiles/Harmonic16 Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Harmonic16 Light.terminal -------------------------------------------------------------------------------- /profiles/Heetch Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Heetch Dark.terminal -------------------------------------------------------------------------------- /profiles/Heetch Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Heetch Light.terminal -------------------------------------------------------------------------------- /profiles/Helios.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Helios.terminal -------------------------------------------------------------------------------- /profiles/Hopscotch.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Hopscotch.terminal -------------------------------------------------------------------------------- /profiles/Horizon Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Horizon Dark.terminal -------------------------------------------------------------------------------- /profiles/Horizon Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Horizon Light.terminal -------------------------------------------------------------------------------- /profiles/Humanoid Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Humanoid Dark.terminal -------------------------------------------------------------------------------- /profiles/Humanoid Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Humanoid Light.terminal -------------------------------------------------------------------------------- /profiles/Icy Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Icy Dark.terminal -------------------------------------------------------------------------------- /profiles/Ir Black.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Ir Black.terminal -------------------------------------------------------------------------------- /profiles/Isotope.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Isotope.terminal -------------------------------------------------------------------------------- /profiles/Kimber.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Kimber.terminal -------------------------------------------------------------------------------- /profiles/London Tube.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/London Tube.terminal -------------------------------------------------------------------------------- /profiles/Macintosh.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Macintosh.terminal -------------------------------------------------------------------------------- /profiles/Marrakesh.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Marrakesh.terminal -------------------------------------------------------------------------------- /profiles/Materia.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Materia.terminal -------------------------------------------------------------------------------- /profiles/Material Darker.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Material Darker.terminal -------------------------------------------------------------------------------- /profiles/Material Lighter.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Material Lighter.terminal -------------------------------------------------------------------------------- /profiles/Material Palenight.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Material Palenight.terminal -------------------------------------------------------------------------------- /profiles/Material Vivid.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Material Vivid.terminal -------------------------------------------------------------------------------- /profiles/Material.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Material.terminal -------------------------------------------------------------------------------- /profiles/Mellow Purple.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Mellow Purple.terminal -------------------------------------------------------------------------------- /profiles/Mexico Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Mexico Light.terminal -------------------------------------------------------------------------------- /profiles/Mocha.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Mocha.terminal -------------------------------------------------------------------------------- /profiles/Monokai.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Monokai.terminal -------------------------------------------------------------------------------- /profiles/Nebula.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Nebula.terminal -------------------------------------------------------------------------------- /profiles/Nord.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Nord.terminal -------------------------------------------------------------------------------- /profiles/Nova.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Nova.terminal -------------------------------------------------------------------------------- /profiles/Ocean.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Ocean.terminal -------------------------------------------------------------------------------- /profiles/Oceanicnext.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Oceanicnext.terminal -------------------------------------------------------------------------------- /profiles/One Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/One Light.terminal -------------------------------------------------------------------------------- /profiles/Onedark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Onedark.terminal -------------------------------------------------------------------------------- /profiles/Outrun Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Outrun Dark.terminal -------------------------------------------------------------------------------- /profiles/Papercolor Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Papercolor Dark.terminal -------------------------------------------------------------------------------- /profiles/Papercolor Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Papercolor Light.terminal -------------------------------------------------------------------------------- /profiles/Paraiso.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Paraiso.terminal -------------------------------------------------------------------------------- /profiles/Pasque.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Pasque.terminal -------------------------------------------------------------------------------- /profiles/Phd.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Phd.terminal -------------------------------------------------------------------------------- /profiles/Pico.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Pico.terminal -------------------------------------------------------------------------------- /profiles/Pinky.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Pinky.terminal -------------------------------------------------------------------------------- /profiles/Pop.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Pop.terminal -------------------------------------------------------------------------------- /profiles/Porple.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Porple.terminal -------------------------------------------------------------------------------- /profiles/Railscasts.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Railscasts.terminal -------------------------------------------------------------------------------- /profiles/Rebecca.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Rebecca.terminal -------------------------------------------------------------------------------- /profiles/Rose Pine Dawn.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Rose Pine Dawn.terminal -------------------------------------------------------------------------------- /profiles/Rose Pine Moon.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Rose Pine Moon.terminal -------------------------------------------------------------------------------- /profiles/Rose Pine.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Rose Pine.terminal -------------------------------------------------------------------------------- /profiles/Sagelight.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Sagelight.terminal -------------------------------------------------------------------------------- /profiles/Sakura.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Sakura.terminal -------------------------------------------------------------------------------- /profiles/Sandcastle.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Sandcastle.terminal -------------------------------------------------------------------------------- /profiles/Seti Ui.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Seti Ui.terminal -------------------------------------------------------------------------------- /profiles/Shades Of Purple.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Shades Of Purple.terminal -------------------------------------------------------------------------------- /profiles/Shapeshifter.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Shapeshifter.terminal -------------------------------------------------------------------------------- /profiles/Silk Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Silk Dark.terminal -------------------------------------------------------------------------------- /profiles/Silk Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Silk Light.terminal -------------------------------------------------------------------------------- /profiles/Snazzy.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Snazzy.terminal -------------------------------------------------------------------------------- /profiles/Solar Flare Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Solar Flare Light.terminal -------------------------------------------------------------------------------- /profiles/Solar Flare.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Solar Flare.terminal -------------------------------------------------------------------------------- /profiles/Solarized Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Solarized Dark.terminal -------------------------------------------------------------------------------- /profiles/Solarized Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Solarized Light.terminal -------------------------------------------------------------------------------- /profiles/Spacemacs.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Spacemacs.terminal -------------------------------------------------------------------------------- /profiles/Summercamp.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Summercamp.terminal -------------------------------------------------------------------------------- /profiles/Summerfruit Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Summerfruit Dark.terminal -------------------------------------------------------------------------------- /profiles/Summerfruit Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Summerfruit Light.terminal -------------------------------------------------------------------------------- /profiles/Synth Midnight Terminal Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Synth Midnight Terminal Dark.terminal -------------------------------------------------------------------------------- /profiles/Synth Midnight Terminal Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Synth Midnight Terminal Light.terminal -------------------------------------------------------------------------------- /profiles/Tango.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Tango.terminal -------------------------------------------------------------------------------- /profiles/Tender.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Tender.terminal -------------------------------------------------------------------------------- /profiles/Tomorrow Night.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Tomorrow Night.terminal -------------------------------------------------------------------------------- /profiles/Tomorrow.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Tomorrow.terminal -------------------------------------------------------------------------------- /profiles/Twilight.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Twilight.terminal -------------------------------------------------------------------------------- /profiles/Unikitty Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Unikitty Dark.terminal -------------------------------------------------------------------------------- /profiles/Unikitty Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Unikitty Light.terminal -------------------------------------------------------------------------------- /profiles/Vice Alt.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Vice Alt.terminal -------------------------------------------------------------------------------- /profiles/Vice Dark.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Vice Dark.terminal -------------------------------------------------------------------------------- /profiles/Vulcan.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Vulcan.terminal -------------------------------------------------------------------------------- /profiles/Windows 10 Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Windows 10 Light.terminal -------------------------------------------------------------------------------- /profiles/Windows 10.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Windows 10.terminal -------------------------------------------------------------------------------- /profiles/Windows 95 Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Windows 95 Light.terminal -------------------------------------------------------------------------------- /profiles/Windows 95.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Windows 95.terminal -------------------------------------------------------------------------------- /profiles/Windows High Contrast Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Windows High Contrast Light.terminal -------------------------------------------------------------------------------- /profiles/Windows High Contrast.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Windows High Contrast.terminal -------------------------------------------------------------------------------- /profiles/Windows Nt Light.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Windows Nt Light.terminal -------------------------------------------------------------------------------- /profiles/Windows Nt.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Windows Nt.terminal -------------------------------------------------------------------------------- /profiles/Woodland.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Woodland.terminal -------------------------------------------------------------------------------- /profiles/Xcode Dusk.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Xcode Dusk.terminal -------------------------------------------------------------------------------- /profiles/Zenburn.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/profiles/Zenburn.terminal -------------------------------------------------------------------------------- /templates/Basic.terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/templates/Basic.terminal -------------------------------------------------------------------------------- /templates/NSColor.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/templates/NSColor.plist -------------------------------------------------------------------------------- /templates/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/templates/config.yaml -------------------------------------------------------------------------------- /templates/default.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vbwx/base16-terminal-app/HEAD/templates/default.mustache --------------------------------------------------------------------------------