├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── workflows │ ├── auto-assign-issues.yml │ └── update.yml ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── USAGE.md ├── base16-shell.plugin.bash ├── base16-shell.plugin.zsh ├── base16-shell.png ├── colortest ├── hooks ├── base16-delta.sh ├── base16-fzf.fish ├── base16-fzf.sh ├── base16-hexchat.fish ├── base16-hexchat.sh ├── base16-sublime-merge.fish ├── base16-sublime-merge.sh ├── base16-tmux.fish ├── base16-tmux.sh ├── base16-vim.fish ├── base16-vim.sh └── tinted-jqp.sh ├── profile_helper.fish ├── profile_helper.sh ├── screenshots ├── setting-256-colourspace-not-supported.png └── tinted-shell.png ├── scripts ├── base16-0x96f.sh ├── base16-3024.sh ├── base16-apathy.sh ├── base16-apprentice.sh ├── base16-ascendancy.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-ayu-dark.sh ├── base16-ayu-light.sh ├── base16-ayu-mirage.sh ├── base16-aztec.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-blueforest.sh ├── base16-blueish.sh ├── base16-brewer.sh ├── base16-bright.sh ├── base16-brogrammer.sh ├── base16-brushtrees-dark.sh ├── base16-brushtrees.sh ├── base16-caroline.sh ├── base16-catppuccin-frappe.sh ├── base16-catppuccin-latte.sh ├── base16-catppuccin-macchiato.sh ├── base16-catppuccin-mocha.sh ├── base16-chalk.sh ├── base16-charcoal-dark.sh ├── base16-charcoal-light.sh ├── base16-chicago-day.sh ├── base16-chicago-night.sh ├── base16-chinoiserie-midnight.sh ├── base16-chinoiserie-morandi.sh ├── base16-chinoiserie-night.sh ├── base16-chinoiserie.sh ├── base16-circus.sh ├── base16-classic-dark.sh ├── base16-classic-light.sh ├── base16-codeschool.sh ├── base16-colors.sh ├── base16-cupcake.sh ├── base16-cupertino.sh ├── base16-da-one-black.sh ├── base16-da-one-gray.sh ├── base16-da-one-ocean.sh ├── base16-da-one-paper.sh ├── base16-da-one-sea.sh ├── base16-da-one-white.sh ├── base16-danqing-light.sh ├── base16-danqing.sh ├── base16-darcula.sh ├── base16-darkmoss.sh ├── base16-darktooth.sh ├── base16-darkviolet.sh ├── base16-decaf.sh ├── base16-deep-oceanic-next.sh ├── base16-default-dark.sh ├── base16-default-light.sh ├── base16-digital-rain.sh ├── base16-dirtysea.sh ├── base16-dracula.sh ├── base16-edge-dark.sh ├── base16-edge-light.sh ├── base16-eighties.sh ├── base16-embers-light.sh ├── base16-embers.sh ├── base16-emil.sh ├── base16-equilibrium-dark.sh ├── base16-equilibrium-gray-dark.sh ├── base16-equilibrium-gray-light.sh ├── base16-equilibrium-light.sh ├── base16-eris.sh ├── base16-espresso.sh ├── base16-eva-dim.sh ├── base16-eva.sh ├── base16-evenok-dark.sh ├── base16-everforest-dark-hard.sh ├── base16-everforest-dark-medium.sh ├── base16-everforest-dark-soft.sh ├── base16-everforest.sh ├── base16-flat.sh ├── base16-framer.sh ├── base16-fruit-soda.sh ├── base16-gigavolt.sh ├── base16-github-dark.sh ├── base16-github.sh ├── base16-google-dark.sh ├── base16-google-light.sh ├── base16-gotham.sh ├── base16-grayscale-dark.sh ├── base16-grayscale-light.sh ├── base16-greenscreen.sh ├── base16-gruber.sh ├── base16-gruvbox-dark-hard.sh ├── base16-gruvbox-dark-medium.sh ├── base16-gruvbox-dark-pale.sh ├── base16-gruvbox-dark-soft.sh ├── base16-gruvbox-dark.sh ├── base16-gruvbox-light-hard.sh ├── base16-gruvbox-light-medium.sh ├── base16-gruvbox-light-soft.sh ├── base16-gruvbox-light.sh ├── base16-gruvbox-material-dark-hard.sh ├── base16-gruvbox-material-dark-medium.sh ├── base16-gruvbox-material-dark-soft.sh ├── base16-gruvbox-material-light-hard.sh ├── base16-gruvbox-material-light-medium.sh ├── base16-gruvbox-material-light-soft.sh ├── base16-hardcore.sh ├── base16-hardhacker.sh ├── base16-harmonic16-dark.sh ├── base16-harmonic16-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-humanoid-dark.sh ├── base16-humanoid-light.sh ├── base16-ia-dark.sh ├── base16-ia-light.sh ├── base16-icy.sh ├── base16-irblack.sh ├── base16-isotope.sh ├── base16-jabuti.sh ├── base16-kanagawa-dragon.sh ├── base16-kanagawa.sh ├── base16-katy.sh ├── base16-kimber.sh ├── base16-lime.sh ├── base16-linux-vt.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-measured-dark.sh ├── base16-measured-light.sh ├── base16-mellow-purple.sh ├── base16-mexico-light.sh ├── base16-mocha.sh ├── base16-monokai.sh ├── base16-moonlight.sh ├── base16-mountain.sh ├── base16-nebula.sh ├── base16-nord-light.sh ├── base16-nord.sh ├── base16-nova.sh ├── base16-ocean.sh ├── base16-oceanicnext.sh ├── base16-one-light.sh ├── base16-onedark-dark.sh ├── base16-onedark.sh ├── base16-outrun-dark.sh ├── base16-oxocarbon-dark.sh ├── base16-oxocarbon-light.sh ├── base16-pandora.sh ├── base16-papercolor-dark.sh ├── base16-papercolor-light.sh ├── base16-paraiso.sh ├── base16-pasque.sh ├── base16-penumbra-dark-contrast-plus-plus.sh ├── base16-penumbra-dark-contrast-plus.sh ├── base16-penumbra-dark.sh ├── base16-penumbra-light-contrast-plus-plus.sh ├── base16-penumbra-light-contrast-plus.sh ├── base16-penumbra-light.sh ├── base16-phd.sh ├── base16-pico.sh ├── base16-pinky.sh ├── base16-pop.sh ├── base16-porple.sh ├── base16-precious-dark-eleven.sh ├── base16-precious-dark-fifteen.sh ├── base16-precious-light-warm.sh ├── base16-precious-light-white.sh ├── base16-primer-dark-dimmed.sh ├── base16-primer-dark.sh ├── base16-primer-light.sh ├── base16-purpledream.sh ├── base16-qualia.sh ├── base16-railscasts.sh ├── base16-rebecca.sh ├── base16-rose-pine-dawn.sh ├── base16-rose-pine-moon.sh ├── base16-rose-pine.sh ├── base16-saga.sh ├── base16-sagelight.sh ├── base16-sakura.sh ├── base16-sandcastle.sh ├── base16-selenized-black.sh ├── base16-selenized-dark.sh ├── base16-selenized-light.sh ├── base16-selenized-white.sh ├── base16-seti.sh ├── base16-shades-of-purple.sh ├── base16-shadesmear-dark.sh ├── base16-shadesmear-light.sh ├── base16-shapeshifter.sh ├── base16-silk-dark.sh ├── base16-silk-light.sh ├── base16-snazzy.sh ├── base16-soft-server.sh ├── base16-solarflare-light.sh ├── base16-solarflare.sh ├── base16-solarized-dark.sh ├── base16-solarized-light.sh ├── base16-spaceduck.sh ├── base16-spacemacs.sh ├── base16-sparky.sh ├── base16-standardized-dark.sh ├── base16-standardized-light.sh ├── base16-stella.sh ├── base16-still-alive.sh ├── base16-summercamp.sh ├── base16-summerfruit-dark.sh ├── base16-summerfruit-light.sh ├── base16-synth-midnight-dark.sh ├── base16-synth-midnight-light.sh ├── base16-tango.sh ├── base16-tarot.sh ├── base16-tender.sh ├── base16-terracotta-dark.sh ├── base16-terracotta.sh ├── base16-tokyo-city-dark.sh ├── base16-tokyo-city-light.sh ├── base16-tokyo-city-terminal-dark.sh ├── base16-tokyo-city-terminal-light.sh ├── base16-tokyo-night-dark.sh ├── base16-tokyo-night-light.sh ├── base16-tokyo-night-moon.sh ├── base16-tokyo-night-storm.sh ├── base16-tokyo-night-terminal-dark.sh ├── base16-tokyo-night-terminal-light.sh ├── base16-tokyo-night-terminal-storm.sh ├── base16-tokyodark-terminal.sh ├── base16-tokyodark.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-unikitty-reversible.sh ├── base16-uwunicorn.sh ├── base16-valua.sh ├── base16-vesper.sh ├── base16-vice.sh ├── base16-vulcan.sh ├── base16-windows-10-light.sh ├── base16-windows-10.sh ├── base16-windows-95-light.sh ├── base16-windows-95.sh ├── base16-windows-highcontrast-light.sh ├── base16-windows-highcontrast.sh ├── base16-windows-nt-light.sh ├── base16-windows-nt.sh ├── base16-woodland.sh ├── base16-xcode-dusk.sh ├── base16-zenbones.sh ├── base16-zenburn.sh ├── base24-0x96f.sh ├── base24-3024-day.sh ├── base24-3024-night.sh ├── base24-adventure-time.sh ├── base24-alien-blood.sh ├── base24-argonaut.sh ├── base24-arthur.sh ├── base24-atelier-sulphurpool.sh ├── base24-ayu-dark.sh ├── base24-ayu-light.sh ├── base24-ayu-mirage.sh ├── base24-ayu.sh ├── base24-banana-blueberry.sh ├── base24-batman.sh ├── base24-birds-of-paradise.sh ├── base24-blazer.sh ├── base24-blue-berry-pie.sh ├── base24-blue-matrix.sh ├── base24-bluloco-dark.sh ├── base24-bluloco-light.sh ├── base24-borland.sh ├── base24-breeze.sh ├── base24-broadcast.sh ├── base24-brogrammer.sh ├── base24-builtin-dark.sh ├── base24-builtin-light.sh ├── base24-builtin-pastel-dark.sh ├── base24-builtin-solarized-dark.sh ├── base24-builtin-solarized-light.sh ├── base24-builtin-tango-dark.sh ├── base24-builtin-tango-light.sh ├── base24-catppuccin-frappe.sh ├── base24-catppuccin-latte.sh ├── base24-catppuccin-macchiato.sh ├── base24-catppuccin-mocha.sh ├── base24-chalk.sh ├── base24-chalkboard.sh ├── base24-challenger-deep.sh ├── base24-ciapre.sh ├── base24-clrs.sh ├── base24-cobalt-neon.sh ├── base24-cobalt2.sh ├── base24-crayon-pony-fish.sh ├── base24-cyberdyne.sh ├── base24-dark-plus.sh ├── base24-deep-oceanic-next.sh ├── base24-deep.sh ├── base24-desert.sh ├── base24-dimmed-monokai.sh ├── base24-dracula.sh ├── base24-earthsong.sh ├── base24-elemental.sh ├── base24-elementary.sh ├── base24-embarcadero.sh ├── base24-encom.sh ├── base24-espresso-libre.sh ├── base24-espresso.sh ├── base24-fideloper.sh ├── base24-firefox-dev.sh ├── base24-fish-tank.sh ├── base24-flat.sh ├── base24-flatland.sh ├── base24-floraverse.sh ├── base24-forest-blue.sh ├── base24-framer.sh ├── base24-front-end-delight.sh ├── base24-fun-forrest.sh ├── base24-galaxy.sh ├── base24-github-dark.sh ├── base24-github-light.sh ├── base24-grape.sh ├── base24-gruvbox-dark.sh ├── base24-gruvbox-light.sh ├── base24-hacktober.sh ├── base24-hardcore.sh ├── base24-highway.sh ├── base24-hipster-green.sh ├── base24-hivacruz.sh ├── base24-homebrew.sh ├── base24-hopscotch.sh ├── base24-hurtado.sh ├── base24-hybrid.sh ├── base24-ic-green-ppl.sh ├── base24-ic-orange-ppl.sh ├── base24-idea.sh ├── base24-idle-toes.sh ├── base24-jackie-brown.sh ├── base24-japanesque.sh ├── base24-jellybeans.sh ├── base24-jet-brains-darcula.sh ├── base24-kibble.sh ├── base24-lab-fox.sh ├── base24-laser.sh ├── base24-later-this-evening.sh ├── base24-lavandula.sh ├── base24-lovelace.sh ├── base24-man-page.sh ├── base24-material-dark.sh ├── base24-material.sh ├── base24-mathias.sh ├── base24-medallion.sh ├── base24-mission-brogue.sh ├── base24-misterioso.sh ├── base24-molokai.sh ├── base24-mona-lisa.sh ├── base24-monokai-vivid.sh ├── base24-mountain.sh ├── base24-night-lion-v1.sh ├── base24-night-lion-v2.sh ├── base24-night-owlish-light.sh ├── base24-nocturnal-winter.sh ├── base24-obsidian.sh ├── base24-ocean.sh ├── base24-oceanic-material.sh ├── base24-ollie.sh ├── base24-one-black.sh ├── base24-one-dark.sh ├── base24-one-half-light.sh ├── base24-one-light.sh ├── base24-operator-mono-dark.sh ├── base24-pandora.sh ├── base24-paul-millr.sh ├── base24-pencil-dark.sh ├── base24-pencil-light.sh ├── base24-piatto-light.sh ├── base24-pnevma.sh ├── base24-pro-light.sh ├── base24-pro.sh ├── base24-purple-rain.sh ├── base24-purplepeter.sh ├── base24-rebecca.sh ├── base24-red-alert.sh ├── base24-red-planet.sh ├── base24-red-sands.sh ├── base24-rippedcasts.sh ├── base24-royal.sh ├── base24-scarlet-protocol.sh ├── base24-sea-shells.sh ├── base24-seafoam-pastel.sh ├── base24-shades-of-purple.sh ├── base24-shaman.sh ├── base24-slate.sh ├── base24-sleepy-hollow.sh ├── base24-smyck.sh ├── base24-soft-server.sh ├── base24-solarized-dark-higher-contrast.sh ├── base24-solarized-dark-patched.sh ├── base24-space-gray-eighties-dull.sh ├── base24-space-gray-eighties.sh ├── base24-spacedust.sh ├── base24-sparky.sh ├── base24-spiderman.sh ├── base24-square.sh ├── base24-sundried.sh ├── base24-tango-adapted.sh ├── base24-tango-half-adapted.sh ├── base24-terminal-basic.sh ├── base24-thayer-bright.sh ├── base24-the-hulk.sh ├── base24-tomorrow-night.sh ├── base24-toy-chest.sh ├── base24-treehouse.sh ├── base24-twilight.sh ├── base24-ubuntu.sh ├── base24-ultra-violet.sh ├── base24-under-the-sea.sh ├── base24-unikitty.sh ├── base24-vibrant-ink.sh ├── base24-violet-dark.sh ├── base24-violet-light.sh ├── base24-warm-neon.sh ├── base24-wez.sh ├── base24-wild-cherry.sh ├── base24-wombat.sh ├── base24-wryan.sh └── base24-zenburn.sh ├── setting-256-colourspace-not-supported.png └── templates ├── base16.mustache ├── base24.mustache └── config.yaml /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @tinted-theming/shell 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/workflows/auto-assign-issues.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/.github/workflows/auto-assign-issues.yml -------------------------------------------------------------------------------- /.github/workflows/update.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/.github/workflows/update.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | schemes 2 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/README.md -------------------------------------------------------------------------------- /USAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/USAGE.md -------------------------------------------------------------------------------- /base16-shell.plugin.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/base16-shell.plugin.bash -------------------------------------------------------------------------------- /base16-shell.plugin.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/base16-shell.plugin.zsh -------------------------------------------------------------------------------- /base16-shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/base16-shell.png -------------------------------------------------------------------------------- /colortest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/colortest -------------------------------------------------------------------------------- /hooks/base16-delta.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/hooks/base16-delta.sh -------------------------------------------------------------------------------- /hooks/base16-fzf.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/hooks/base16-fzf.fish -------------------------------------------------------------------------------- /hooks/base16-fzf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/hooks/base16-fzf.sh -------------------------------------------------------------------------------- /hooks/base16-hexchat.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/hooks/base16-hexchat.fish -------------------------------------------------------------------------------- /hooks/base16-hexchat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/hooks/base16-hexchat.sh -------------------------------------------------------------------------------- /hooks/base16-sublime-merge.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/hooks/base16-sublime-merge.fish -------------------------------------------------------------------------------- /hooks/base16-sublime-merge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/hooks/base16-sublime-merge.sh -------------------------------------------------------------------------------- /hooks/base16-tmux.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/hooks/base16-tmux.fish -------------------------------------------------------------------------------- /hooks/base16-tmux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/hooks/base16-tmux.sh -------------------------------------------------------------------------------- /hooks/base16-vim.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/hooks/base16-vim.fish -------------------------------------------------------------------------------- /hooks/base16-vim.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/hooks/base16-vim.sh -------------------------------------------------------------------------------- /hooks/tinted-jqp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/hooks/tinted-jqp.sh -------------------------------------------------------------------------------- /profile_helper.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/profile_helper.fish -------------------------------------------------------------------------------- /profile_helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/profile_helper.sh -------------------------------------------------------------------------------- /screenshots/setting-256-colourspace-not-supported.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/screenshots/setting-256-colourspace-not-supported.png -------------------------------------------------------------------------------- /screenshots/tinted-shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/screenshots/tinted-shell.png -------------------------------------------------------------------------------- /scripts/base16-0x96f.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-0x96f.sh -------------------------------------------------------------------------------- /scripts/base16-3024.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-3024.sh -------------------------------------------------------------------------------- /scripts/base16-apathy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-apathy.sh -------------------------------------------------------------------------------- /scripts/base16-apprentice.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-apprentice.sh -------------------------------------------------------------------------------- /scripts/base16-ascendancy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-ascendancy.sh -------------------------------------------------------------------------------- /scripts/base16-ashes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-ashes.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-cave-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-cave-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-cave.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-cave.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-dune-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-dune-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-dune.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-dune.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-estuary-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-estuary-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-estuary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-estuary.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-forest-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-forest-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-forest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-forest.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-heath-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-heath-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-heath.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-heath.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-lakeside-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-lakeside-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-lakeside.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-lakeside.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-plateau-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-plateau-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-plateau.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-plateau.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-savanna-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-savanna-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-savanna.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-savanna.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-seaside-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-seaside-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-seaside.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-seaside.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-sulphurpool-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-sulphurpool-light.sh -------------------------------------------------------------------------------- /scripts/base16-atelier-sulphurpool.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atelier-sulphurpool.sh -------------------------------------------------------------------------------- /scripts/base16-atlas.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-atlas.sh -------------------------------------------------------------------------------- /scripts/base16-ayu-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-ayu-dark.sh -------------------------------------------------------------------------------- /scripts/base16-ayu-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-ayu-light.sh -------------------------------------------------------------------------------- /scripts/base16-ayu-mirage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-ayu-mirage.sh -------------------------------------------------------------------------------- /scripts/base16-aztec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-aztec.sh -------------------------------------------------------------------------------- /scripts/base16-bespin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-bespin.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-bathory.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-black-metal-bathory.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-burzum.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-black-metal-burzum.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-dark-funeral.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-black-metal-dark-funeral.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-gorgoroth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-black-metal-gorgoroth.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-immortal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-black-metal-immortal.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-khold.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-black-metal-khold.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-marduk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-black-metal-marduk.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-mayhem.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-black-metal-mayhem.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-nile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-black-metal-nile.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal-venom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-black-metal-venom.sh -------------------------------------------------------------------------------- /scripts/base16-black-metal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-black-metal.sh -------------------------------------------------------------------------------- /scripts/base16-blueforest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-blueforest.sh -------------------------------------------------------------------------------- /scripts/base16-blueish.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-blueish.sh -------------------------------------------------------------------------------- /scripts/base16-brewer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-brewer.sh -------------------------------------------------------------------------------- /scripts/base16-bright.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-bright.sh -------------------------------------------------------------------------------- /scripts/base16-brogrammer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-brogrammer.sh -------------------------------------------------------------------------------- /scripts/base16-brushtrees-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-brushtrees-dark.sh -------------------------------------------------------------------------------- /scripts/base16-brushtrees.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-brushtrees.sh -------------------------------------------------------------------------------- /scripts/base16-caroline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-caroline.sh -------------------------------------------------------------------------------- /scripts/base16-catppuccin-frappe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-catppuccin-frappe.sh -------------------------------------------------------------------------------- /scripts/base16-catppuccin-latte.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-catppuccin-latte.sh -------------------------------------------------------------------------------- /scripts/base16-catppuccin-macchiato.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-catppuccin-macchiato.sh -------------------------------------------------------------------------------- /scripts/base16-catppuccin-mocha.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-catppuccin-mocha.sh -------------------------------------------------------------------------------- /scripts/base16-chalk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-chalk.sh -------------------------------------------------------------------------------- /scripts/base16-charcoal-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-charcoal-dark.sh -------------------------------------------------------------------------------- /scripts/base16-charcoal-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-charcoal-light.sh -------------------------------------------------------------------------------- /scripts/base16-chicago-day.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-chicago-day.sh -------------------------------------------------------------------------------- /scripts/base16-chicago-night.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-chicago-night.sh -------------------------------------------------------------------------------- /scripts/base16-chinoiserie-midnight.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-chinoiserie-midnight.sh -------------------------------------------------------------------------------- /scripts/base16-chinoiserie-morandi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-chinoiserie-morandi.sh -------------------------------------------------------------------------------- /scripts/base16-chinoiserie-night.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-chinoiserie-night.sh -------------------------------------------------------------------------------- /scripts/base16-chinoiserie.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-chinoiserie.sh -------------------------------------------------------------------------------- /scripts/base16-circus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-circus.sh -------------------------------------------------------------------------------- /scripts/base16-classic-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-classic-dark.sh -------------------------------------------------------------------------------- /scripts/base16-classic-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-classic-light.sh -------------------------------------------------------------------------------- /scripts/base16-codeschool.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-codeschool.sh -------------------------------------------------------------------------------- /scripts/base16-colors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-colors.sh -------------------------------------------------------------------------------- /scripts/base16-cupcake.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-cupcake.sh -------------------------------------------------------------------------------- /scripts/base16-cupertino.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-cupertino.sh -------------------------------------------------------------------------------- /scripts/base16-da-one-black.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-da-one-black.sh -------------------------------------------------------------------------------- /scripts/base16-da-one-gray.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-da-one-gray.sh -------------------------------------------------------------------------------- /scripts/base16-da-one-ocean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-da-one-ocean.sh -------------------------------------------------------------------------------- /scripts/base16-da-one-paper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-da-one-paper.sh -------------------------------------------------------------------------------- /scripts/base16-da-one-sea.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-da-one-sea.sh -------------------------------------------------------------------------------- /scripts/base16-da-one-white.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-da-one-white.sh -------------------------------------------------------------------------------- /scripts/base16-danqing-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-danqing-light.sh -------------------------------------------------------------------------------- /scripts/base16-danqing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-danqing.sh -------------------------------------------------------------------------------- /scripts/base16-darcula.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-darcula.sh -------------------------------------------------------------------------------- /scripts/base16-darkmoss.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-darkmoss.sh -------------------------------------------------------------------------------- /scripts/base16-darktooth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-darktooth.sh -------------------------------------------------------------------------------- /scripts/base16-darkviolet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-darkviolet.sh -------------------------------------------------------------------------------- /scripts/base16-decaf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-decaf.sh -------------------------------------------------------------------------------- /scripts/base16-deep-oceanic-next.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-deep-oceanic-next.sh -------------------------------------------------------------------------------- /scripts/base16-default-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-default-dark.sh -------------------------------------------------------------------------------- /scripts/base16-default-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-default-light.sh -------------------------------------------------------------------------------- /scripts/base16-digital-rain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-digital-rain.sh -------------------------------------------------------------------------------- /scripts/base16-dirtysea.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-dirtysea.sh -------------------------------------------------------------------------------- /scripts/base16-dracula.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-dracula.sh -------------------------------------------------------------------------------- /scripts/base16-edge-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-edge-dark.sh -------------------------------------------------------------------------------- /scripts/base16-edge-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-edge-light.sh -------------------------------------------------------------------------------- /scripts/base16-eighties.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-eighties.sh -------------------------------------------------------------------------------- /scripts/base16-embers-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-embers-light.sh -------------------------------------------------------------------------------- /scripts/base16-embers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-embers.sh -------------------------------------------------------------------------------- /scripts/base16-emil.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-emil.sh -------------------------------------------------------------------------------- /scripts/base16-equilibrium-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-equilibrium-dark.sh -------------------------------------------------------------------------------- /scripts/base16-equilibrium-gray-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-equilibrium-gray-dark.sh -------------------------------------------------------------------------------- /scripts/base16-equilibrium-gray-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-equilibrium-gray-light.sh -------------------------------------------------------------------------------- /scripts/base16-equilibrium-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-equilibrium-light.sh -------------------------------------------------------------------------------- /scripts/base16-eris.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-eris.sh -------------------------------------------------------------------------------- /scripts/base16-espresso.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-espresso.sh -------------------------------------------------------------------------------- /scripts/base16-eva-dim.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-eva-dim.sh -------------------------------------------------------------------------------- /scripts/base16-eva.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-eva.sh -------------------------------------------------------------------------------- /scripts/base16-evenok-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-evenok-dark.sh -------------------------------------------------------------------------------- /scripts/base16-everforest-dark-hard.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-everforest-dark-hard.sh -------------------------------------------------------------------------------- /scripts/base16-everforest-dark-medium.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-everforest-dark-medium.sh -------------------------------------------------------------------------------- /scripts/base16-everforest-dark-soft.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-everforest-dark-soft.sh -------------------------------------------------------------------------------- /scripts/base16-everforest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-everforest.sh -------------------------------------------------------------------------------- /scripts/base16-flat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-flat.sh -------------------------------------------------------------------------------- /scripts/base16-framer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-framer.sh -------------------------------------------------------------------------------- /scripts/base16-fruit-soda.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-fruit-soda.sh -------------------------------------------------------------------------------- /scripts/base16-gigavolt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gigavolt.sh -------------------------------------------------------------------------------- /scripts/base16-github-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-github-dark.sh -------------------------------------------------------------------------------- /scripts/base16-github.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-github.sh -------------------------------------------------------------------------------- /scripts/base16-google-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-google-dark.sh -------------------------------------------------------------------------------- /scripts/base16-google-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-google-light.sh -------------------------------------------------------------------------------- /scripts/base16-gotham.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gotham.sh -------------------------------------------------------------------------------- /scripts/base16-grayscale-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-grayscale-dark.sh -------------------------------------------------------------------------------- /scripts/base16-grayscale-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-grayscale-light.sh -------------------------------------------------------------------------------- /scripts/base16-greenscreen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-greenscreen.sh -------------------------------------------------------------------------------- /scripts/base16-gruber.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruber.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-dark-hard.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-dark-hard.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-dark-medium.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-dark-medium.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-dark-pale.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-dark-pale.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-dark-soft.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-dark-soft.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-dark.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-light-hard.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-light-hard.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-light-medium.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-light-medium.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-light-soft.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-light-soft.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-light.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-material-dark-hard.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-material-dark-hard.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-material-dark-medium.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-material-dark-medium.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-material-dark-soft.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-material-dark-soft.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-material-light-hard.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-material-light-hard.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-material-light-medium.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-material-light-medium.sh -------------------------------------------------------------------------------- /scripts/base16-gruvbox-material-light-soft.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-gruvbox-material-light-soft.sh -------------------------------------------------------------------------------- /scripts/base16-hardcore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-hardcore.sh -------------------------------------------------------------------------------- /scripts/base16-hardhacker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-hardhacker.sh -------------------------------------------------------------------------------- /scripts/base16-harmonic16-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-harmonic16-dark.sh -------------------------------------------------------------------------------- /scripts/base16-harmonic16-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-harmonic16-light.sh -------------------------------------------------------------------------------- /scripts/base16-heetch-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-heetch-light.sh -------------------------------------------------------------------------------- /scripts/base16-heetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-heetch.sh -------------------------------------------------------------------------------- /scripts/base16-helios.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-helios.sh -------------------------------------------------------------------------------- /scripts/base16-hopscotch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-hopscotch.sh -------------------------------------------------------------------------------- /scripts/base16-horizon-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-horizon-dark.sh -------------------------------------------------------------------------------- /scripts/base16-horizon-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-horizon-light.sh -------------------------------------------------------------------------------- /scripts/base16-horizon-terminal-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-horizon-terminal-dark.sh -------------------------------------------------------------------------------- /scripts/base16-horizon-terminal-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-horizon-terminal-light.sh -------------------------------------------------------------------------------- /scripts/base16-humanoid-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-humanoid-dark.sh -------------------------------------------------------------------------------- /scripts/base16-humanoid-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-humanoid-light.sh -------------------------------------------------------------------------------- /scripts/base16-ia-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-ia-dark.sh -------------------------------------------------------------------------------- /scripts/base16-ia-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-ia-light.sh -------------------------------------------------------------------------------- /scripts/base16-icy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-icy.sh -------------------------------------------------------------------------------- /scripts/base16-irblack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-irblack.sh -------------------------------------------------------------------------------- /scripts/base16-isotope.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-isotope.sh -------------------------------------------------------------------------------- /scripts/base16-jabuti.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-jabuti.sh -------------------------------------------------------------------------------- /scripts/base16-kanagawa-dragon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-kanagawa-dragon.sh -------------------------------------------------------------------------------- /scripts/base16-kanagawa.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-kanagawa.sh -------------------------------------------------------------------------------- /scripts/base16-katy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-katy.sh -------------------------------------------------------------------------------- /scripts/base16-kimber.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-kimber.sh -------------------------------------------------------------------------------- /scripts/base16-lime.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-lime.sh -------------------------------------------------------------------------------- /scripts/base16-linux-vt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-linux-vt.sh -------------------------------------------------------------------------------- /scripts/base16-macintosh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-macintosh.sh -------------------------------------------------------------------------------- /scripts/base16-marrakesh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-marrakesh.sh -------------------------------------------------------------------------------- /scripts/base16-materia.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-materia.sh -------------------------------------------------------------------------------- /scripts/base16-material-darker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-material-darker.sh -------------------------------------------------------------------------------- /scripts/base16-material-lighter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-material-lighter.sh -------------------------------------------------------------------------------- /scripts/base16-material-palenight.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-material-palenight.sh -------------------------------------------------------------------------------- /scripts/base16-material-vivid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-material-vivid.sh -------------------------------------------------------------------------------- /scripts/base16-material.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-material.sh -------------------------------------------------------------------------------- /scripts/base16-measured-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-measured-dark.sh -------------------------------------------------------------------------------- /scripts/base16-measured-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-measured-light.sh -------------------------------------------------------------------------------- /scripts/base16-mellow-purple.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-mellow-purple.sh -------------------------------------------------------------------------------- /scripts/base16-mexico-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-mexico-light.sh -------------------------------------------------------------------------------- /scripts/base16-mocha.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-mocha.sh -------------------------------------------------------------------------------- /scripts/base16-monokai.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-monokai.sh -------------------------------------------------------------------------------- /scripts/base16-moonlight.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-moonlight.sh -------------------------------------------------------------------------------- /scripts/base16-mountain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-mountain.sh -------------------------------------------------------------------------------- /scripts/base16-nebula.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-nebula.sh -------------------------------------------------------------------------------- /scripts/base16-nord-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-nord-light.sh -------------------------------------------------------------------------------- /scripts/base16-nord.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-nord.sh -------------------------------------------------------------------------------- /scripts/base16-nova.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-nova.sh -------------------------------------------------------------------------------- /scripts/base16-ocean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-ocean.sh -------------------------------------------------------------------------------- /scripts/base16-oceanicnext.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-oceanicnext.sh -------------------------------------------------------------------------------- /scripts/base16-one-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-one-light.sh -------------------------------------------------------------------------------- /scripts/base16-onedark-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-onedark-dark.sh -------------------------------------------------------------------------------- /scripts/base16-onedark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-onedark.sh -------------------------------------------------------------------------------- /scripts/base16-outrun-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-outrun-dark.sh -------------------------------------------------------------------------------- /scripts/base16-oxocarbon-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-oxocarbon-dark.sh -------------------------------------------------------------------------------- /scripts/base16-oxocarbon-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-oxocarbon-light.sh -------------------------------------------------------------------------------- /scripts/base16-pandora.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-pandora.sh -------------------------------------------------------------------------------- /scripts/base16-papercolor-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-papercolor-dark.sh -------------------------------------------------------------------------------- /scripts/base16-papercolor-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-papercolor-light.sh -------------------------------------------------------------------------------- /scripts/base16-paraiso.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-paraiso.sh -------------------------------------------------------------------------------- /scripts/base16-pasque.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-pasque.sh -------------------------------------------------------------------------------- /scripts/base16-penumbra-dark-contrast-plus-plus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-penumbra-dark-contrast-plus-plus.sh -------------------------------------------------------------------------------- /scripts/base16-penumbra-dark-contrast-plus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-penumbra-dark-contrast-plus.sh -------------------------------------------------------------------------------- /scripts/base16-penumbra-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-penumbra-dark.sh -------------------------------------------------------------------------------- /scripts/base16-penumbra-light-contrast-plus-plus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-penumbra-light-contrast-plus-plus.sh -------------------------------------------------------------------------------- /scripts/base16-penumbra-light-contrast-plus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-penumbra-light-contrast-plus.sh -------------------------------------------------------------------------------- /scripts/base16-penumbra-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-penumbra-light.sh -------------------------------------------------------------------------------- /scripts/base16-phd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-phd.sh -------------------------------------------------------------------------------- /scripts/base16-pico.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-pico.sh -------------------------------------------------------------------------------- /scripts/base16-pinky.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-pinky.sh -------------------------------------------------------------------------------- /scripts/base16-pop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-pop.sh -------------------------------------------------------------------------------- /scripts/base16-porple.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-porple.sh -------------------------------------------------------------------------------- /scripts/base16-precious-dark-eleven.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-precious-dark-eleven.sh -------------------------------------------------------------------------------- /scripts/base16-precious-dark-fifteen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-precious-dark-fifteen.sh -------------------------------------------------------------------------------- /scripts/base16-precious-light-warm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-precious-light-warm.sh -------------------------------------------------------------------------------- /scripts/base16-precious-light-white.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-precious-light-white.sh -------------------------------------------------------------------------------- /scripts/base16-primer-dark-dimmed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-primer-dark-dimmed.sh -------------------------------------------------------------------------------- /scripts/base16-primer-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-primer-dark.sh -------------------------------------------------------------------------------- /scripts/base16-primer-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-primer-light.sh -------------------------------------------------------------------------------- /scripts/base16-purpledream.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-purpledream.sh -------------------------------------------------------------------------------- /scripts/base16-qualia.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-qualia.sh -------------------------------------------------------------------------------- /scripts/base16-railscasts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-railscasts.sh -------------------------------------------------------------------------------- /scripts/base16-rebecca.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-rebecca.sh -------------------------------------------------------------------------------- /scripts/base16-rose-pine-dawn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-rose-pine-dawn.sh -------------------------------------------------------------------------------- /scripts/base16-rose-pine-moon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-rose-pine-moon.sh -------------------------------------------------------------------------------- /scripts/base16-rose-pine.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-rose-pine.sh -------------------------------------------------------------------------------- /scripts/base16-saga.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-saga.sh -------------------------------------------------------------------------------- /scripts/base16-sagelight.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-sagelight.sh -------------------------------------------------------------------------------- /scripts/base16-sakura.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-sakura.sh -------------------------------------------------------------------------------- /scripts/base16-sandcastle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-sandcastle.sh -------------------------------------------------------------------------------- /scripts/base16-selenized-black.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-selenized-black.sh -------------------------------------------------------------------------------- /scripts/base16-selenized-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-selenized-dark.sh -------------------------------------------------------------------------------- /scripts/base16-selenized-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-selenized-light.sh -------------------------------------------------------------------------------- /scripts/base16-selenized-white.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-selenized-white.sh -------------------------------------------------------------------------------- /scripts/base16-seti.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-seti.sh -------------------------------------------------------------------------------- /scripts/base16-shades-of-purple.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-shades-of-purple.sh -------------------------------------------------------------------------------- /scripts/base16-shadesmear-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-shadesmear-dark.sh -------------------------------------------------------------------------------- /scripts/base16-shadesmear-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-shadesmear-light.sh -------------------------------------------------------------------------------- /scripts/base16-shapeshifter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-shapeshifter.sh -------------------------------------------------------------------------------- /scripts/base16-silk-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-silk-dark.sh -------------------------------------------------------------------------------- /scripts/base16-silk-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-silk-light.sh -------------------------------------------------------------------------------- /scripts/base16-snazzy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-snazzy.sh -------------------------------------------------------------------------------- /scripts/base16-soft-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-soft-server.sh -------------------------------------------------------------------------------- /scripts/base16-solarflare-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-solarflare-light.sh -------------------------------------------------------------------------------- /scripts/base16-solarflare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-solarflare.sh -------------------------------------------------------------------------------- /scripts/base16-solarized-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-solarized-dark.sh -------------------------------------------------------------------------------- /scripts/base16-solarized-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-solarized-light.sh -------------------------------------------------------------------------------- /scripts/base16-spaceduck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-spaceduck.sh -------------------------------------------------------------------------------- /scripts/base16-spacemacs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-spacemacs.sh -------------------------------------------------------------------------------- /scripts/base16-sparky.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-sparky.sh -------------------------------------------------------------------------------- /scripts/base16-standardized-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-standardized-dark.sh -------------------------------------------------------------------------------- /scripts/base16-standardized-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-standardized-light.sh -------------------------------------------------------------------------------- /scripts/base16-stella.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-stella.sh -------------------------------------------------------------------------------- /scripts/base16-still-alive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-still-alive.sh -------------------------------------------------------------------------------- /scripts/base16-summercamp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-summercamp.sh -------------------------------------------------------------------------------- /scripts/base16-summerfruit-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-summerfruit-dark.sh -------------------------------------------------------------------------------- /scripts/base16-summerfruit-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-summerfruit-light.sh -------------------------------------------------------------------------------- /scripts/base16-synth-midnight-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-synth-midnight-dark.sh -------------------------------------------------------------------------------- /scripts/base16-synth-midnight-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-synth-midnight-light.sh -------------------------------------------------------------------------------- /scripts/base16-tango.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tango.sh -------------------------------------------------------------------------------- /scripts/base16-tarot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tarot.sh -------------------------------------------------------------------------------- /scripts/base16-tender.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tender.sh -------------------------------------------------------------------------------- /scripts/base16-terracotta-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-terracotta-dark.sh -------------------------------------------------------------------------------- /scripts/base16-terracotta.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-terracotta.sh -------------------------------------------------------------------------------- /scripts/base16-tokyo-city-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tokyo-city-dark.sh -------------------------------------------------------------------------------- /scripts/base16-tokyo-city-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tokyo-city-light.sh -------------------------------------------------------------------------------- /scripts/base16-tokyo-city-terminal-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tokyo-city-terminal-dark.sh -------------------------------------------------------------------------------- /scripts/base16-tokyo-city-terminal-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tokyo-city-terminal-light.sh -------------------------------------------------------------------------------- /scripts/base16-tokyo-night-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tokyo-night-dark.sh -------------------------------------------------------------------------------- /scripts/base16-tokyo-night-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tokyo-night-light.sh -------------------------------------------------------------------------------- /scripts/base16-tokyo-night-moon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tokyo-night-moon.sh -------------------------------------------------------------------------------- /scripts/base16-tokyo-night-storm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tokyo-night-storm.sh -------------------------------------------------------------------------------- /scripts/base16-tokyo-night-terminal-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tokyo-night-terminal-dark.sh -------------------------------------------------------------------------------- /scripts/base16-tokyo-night-terminal-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tokyo-night-terminal-light.sh -------------------------------------------------------------------------------- /scripts/base16-tokyo-night-terminal-storm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tokyo-night-terminal-storm.sh -------------------------------------------------------------------------------- /scripts/base16-tokyodark-terminal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tokyodark-terminal.sh -------------------------------------------------------------------------------- /scripts/base16-tokyodark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tokyodark.sh -------------------------------------------------------------------------------- /scripts/base16-tomorrow-night-eighties.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tomorrow-night-eighties.sh -------------------------------------------------------------------------------- /scripts/base16-tomorrow-night.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tomorrow-night.sh -------------------------------------------------------------------------------- /scripts/base16-tomorrow.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tomorrow.sh -------------------------------------------------------------------------------- /scripts/base16-tube.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-tube.sh -------------------------------------------------------------------------------- /scripts/base16-twilight.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-twilight.sh -------------------------------------------------------------------------------- /scripts/base16-unikitty-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-unikitty-dark.sh -------------------------------------------------------------------------------- /scripts/base16-unikitty-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-unikitty-light.sh -------------------------------------------------------------------------------- /scripts/base16-unikitty-reversible.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-unikitty-reversible.sh -------------------------------------------------------------------------------- /scripts/base16-uwunicorn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-uwunicorn.sh -------------------------------------------------------------------------------- /scripts/base16-valua.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-valua.sh -------------------------------------------------------------------------------- /scripts/base16-vesper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-vesper.sh -------------------------------------------------------------------------------- /scripts/base16-vice.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-vice.sh -------------------------------------------------------------------------------- /scripts/base16-vulcan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-vulcan.sh -------------------------------------------------------------------------------- /scripts/base16-windows-10-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-windows-10-light.sh -------------------------------------------------------------------------------- /scripts/base16-windows-10.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-windows-10.sh -------------------------------------------------------------------------------- /scripts/base16-windows-95-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-windows-95-light.sh -------------------------------------------------------------------------------- /scripts/base16-windows-95.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-windows-95.sh -------------------------------------------------------------------------------- /scripts/base16-windows-highcontrast-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-windows-highcontrast-light.sh -------------------------------------------------------------------------------- /scripts/base16-windows-highcontrast.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-windows-highcontrast.sh -------------------------------------------------------------------------------- /scripts/base16-windows-nt-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-windows-nt-light.sh -------------------------------------------------------------------------------- /scripts/base16-windows-nt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-windows-nt.sh -------------------------------------------------------------------------------- /scripts/base16-woodland.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-woodland.sh -------------------------------------------------------------------------------- /scripts/base16-xcode-dusk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-xcode-dusk.sh -------------------------------------------------------------------------------- /scripts/base16-zenbones.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-zenbones.sh -------------------------------------------------------------------------------- /scripts/base16-zenburn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base16-zenburn.sh -------------------------------------------------------------------------------- /scripts/base24-0x96f.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-0x96f.sh -------------------------------------------------------------------------------- /scripts/base24-3024-day.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-3024-day.sh -------------------------------------------------------------------------------- /scripts/base24-3024-night.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-3024-night.sh -------------------------------------------------------------------------------- /scripts/base24-adventure-time.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-adventure-time.sh -------------------------------------------------------------------------------- /scripts/base24-alien-blood.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-alien-blood.sh -------------------------------------------------------------------------------- /scripts/base24-argonaut.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-argonaut.sh -------------------------------------------------------------------------------- /scripts/base24-arthur.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-arthur.sh -------------------------------------------------------------------------------- /scripts/base24-atelier-sulphurpool.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-atelier-sulphurpool.sh -------------------------------------------------------------------------------- /scripts/base24-ayu-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-ayu-dark.sh -------------------------------------------------------------------------------- /scripts/base24-ayu-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-ayu-light.sh -------------------------------------------------------------------------------- /scripts/base24-ayu-mirage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-ayu-mirage.sh -------------------------------------------------------------------------------- /scripts/base24-ayu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-ayu.sh -------------------------------------------------------------------------------- /scripts/base24-banana-blueberry.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-banana-blueberry.sh -------------------------------------------------------------------------------- /scripts/base24-batman.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-batman.sh -------------------------------------------------------------------------------- /scripts/base24-birds-of-paradise.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-birds-of-paradise.sh -------------------------------------------------------------------------------- /scripts/base24-blazer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-blazer.sh -------------------------------------------------------------------------------- /scripts/base24-blue-berry-pie.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-blue-berry-pie.sh -------------------------------------------------------------------------------- /scripts/base24-blue-matrix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-blue-matrix.sh -------------------------------------------------------------------------------- /scripts/base24-bluloco-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-bluloco-dark.sh -------------------------------------------------------------------------------- /scripts/base24-bluloco-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-bluloco-light.sh -------------------------------------------------------------------------------- /scripts/base24-borland.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-borland.sh -------------------------------------------------------------------------------- /scripts/base24-breeze.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-breeze.sh -------------------------------------------------------------------------------- /scripts/base24-broadcast.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-broadcast.sh -------------------------------------------------------------------------------- /scripts/base24-brogrammer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-brogrammer.sh -------------------------------------------------------------------------------- /scripts/base24-builtin-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-builtin-dark.sh -------------------------------------------------------------------------------- /scripts/base24-builtin-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-builtin-light.sh -------------------------------------------------------------------------------- /scripts/base24-builtin-pastel-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-builtin-pastel-dark.sh -------------------------------------------------------------------------------- /scripts/base24-builtin-solarized-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-builtin-solarized-dark.sh -------------------------------------------------------------------------------- /scripts/base24-builtin-solarized-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-builtin-solarized-light.sh -------------------------------------------------------------------------------- /scripts/base24-builtin-tango-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-builtin-tango-dark.sh -------------------------------------------------------------------------------- /scripts/base24-builtin-tango-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-builtin-tango-light.sh -------------------------------------------------------------------------------- /scripts/base24-catppuccin-frappe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-catppuccin-frappe.sh -------------------------------------------------------------------------------- /scripts/base24-catppuccin-latte.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-catppuccin-latte.sh -------------------------------------------------------------------------------- /scripts/base24-catppuccin-macchiato.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-catppuccin-macchiato.sh -------------------------------------------------------------------------------- /scripts/base24-catppuccin-mocha.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-catppuccin-mocha.sh -------------------------------------------------------------------------------- /scripts/base24-chalk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-chalk.sh -------------------------------------------------------------------------------- /scripts/base24-chalkboard.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-chalkboard.sh -------------------------------------------------------------------------------- /scripts/base24-challenger-deep.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-challenger-deep.sh -------------------------------------------------------------------------------- /scripts/base24-ciapre.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-ciapre.sh -------------------------------------------------------------------------------- /scripts/base24-clrs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-clrs.sh -------------------------------------------------------------------------------- /scripts/base24-cobalt-neon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-cobalt-neon.sh -------------------------------------------------------------------------------- /scripts/base24-cobalt2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-cobalt2.sh -------------------------------------------------------------------------------- /scripts/base24-crayon-pony-fish.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-crayon-pony-fish.sh -------------------------------------------------------------------------------- /scripts/base24-cyberdyne.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-cyberdyne.sh -------------------------------------------------------------------------------- /scripts/base24-dark-plus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-dark-plus.sh -------------------------------------------------------------------------------- /scripts/base24-deep-oceanic-next.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-deep-oceanic-next.sh -------------------------------------------------------------------------------- /scripts/base24-deep.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-deep.sh -------------------------------------------------------------------------------- /scripts/base24-desert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-desert.sh -------------------------------------------------------------------------------- /scripts/base24-dimmed-monokai.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-dimmed-monokai.sh -------------------------------------------------------------------------------- /scripts/base24-dracula.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-dracula.sh -------------------------------------------------------------------------------- /scripts/base24-earthsong.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-earthsong.sh -------------------------------------------------------------------------------- /scripts/base24-elemental.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-elemental.sh -------------------------------------------------------------------------------- /scripts/base24-elementary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-elementary.sh -------------------------------------------------------------------------------- /scripts/base24-embarcadero.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-embarcadero.sh -------------------------------------------------------------------------------- /scripts/base24-encom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-encom.sh -------------------------------------------------------------------------------- /scripts/base24-espresso-libre.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-espresso-libre.sh -------------------------------------------------------------------------------- /scripts/base24-espresso.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-espresso.sh -------------------------------------------------------------------------------- /scripts/base24-fideloper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-fideloper.sh -------------------------------------------------------------------------------- /scripts/base24-firefox-dev.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-firefox-dev.sh -------------------------------------------------------------------------------- /scripts/base24-fish-tank.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-fish-tank.sh -------------------------------------------------------------------------------- /scripts/base24-flat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-flat.sh -------------------------------------------------------------------------------- /scripts/base24-flatland.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-flatland.sh -------------------------------------------------------------------------------- /scripts/base24-floraverse.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-floraverse.sh -------------------------------------------------------------------------------- /scripts/base24-forest-blue.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-forest-blue.sh -------------------------------------------------------------------------------- /scripts/base24-framer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-framer.sh -------------------------------------------------------------------------------- /scripts/base24-front-end-delight.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-front-end-delight.sh -------------------------------------------------------------------------------- /scripts/base24-fun-forrest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-fun-forrest.sh -------------------------------------------------------------------------------- /scripts/base24-galaxy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-galaxy.sh -------------------------------------------------------------------------------- /scripts/base24-github-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-github-dark.sh -------------------------------------------------------------------------------- /scripts/base24-github-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-github-light.sh -------------------------------------------------------------------------------- /scripts/base24-grape.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-grape.sh -------------------------------------------------------------------------------- /scripts/base24-gruvbox-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-gruvbox-dark.sh -------------------------------------------------------------------------------- /scripts/base24-gruvbox-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-gruvbox-light.sh -------------------------------------------------------------------------------- /scripts/base24-hacktober.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-hacktober.sh -------------------------------------------------------------------------------- /scripts/base24-hardcore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-hardcore.sh -------------------------------------------------------------------------------- /scripts/base24-highway.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-highway.sh -------------------------------------------------------------------------------- /scripts/base24-hipster-green.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-hipster-green.sh -------------------------------------------------------------------------------- /scripts/base24-hivacruz.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-hivacruz.sh -------------------------------------------------------------------------------- /scripts/base24-homebrew.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-homebrew.sh -------------------------------------------------------------------------------- /scripts/base24-hopscotch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-hopscotch.sh -------------------------------------------------------------------------------- /scripts/base24-hurtado.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-hurtado.sh -------------------------------------------------------------------------------- /scripts/base24-hybrid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-hybrid.sh -------------------------------------------------------------------------------- /scripts/base24-ic-green-ppl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-ic-green-ppl.sh -------------------------------------------------------------------------------- /scripts/base24-ic-orange-ppl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-ic-orange-ppl.sh -------------------------------------------------------------------------------- /scripts/base24-idea.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-idea.sh -------------------------------------------------------------------------------- /scripts/base24-idle-toes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-idle-toes.sh -------------------------------------------------------------------------------- /scripts/base24-jackie-brown.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-jackie-brown.sh -------------------------------------------------------------------------------- /scripts/base24-japanesque.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-japanesque.sh -------------------------------------------------------------------------------- /scripts/base24-jellybeans.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-jellybeans.sh -------------------------------------------------------------------------------- /scripts/base24-jet-brains-darcula.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-jet-brains-darcula.sh -------------------------------------------------------------------------------- /scripts/base24-kibble.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-kibble.sh -------------------------------------------------------------------------------- /scripts/base24-lab-fox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-lab-fox.sh -------------------------------------------------------------------------------- /scripts/base24-laser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-laser.sh -------------------------------------------------------------------------------- /scripts/base24-later-this-evening.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-later-this-evening.sh -------------------------------------------------------------------------------- /scripts/base24-lavandula.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-lavandula.sh -------------------------------------------------------------------------------- /scripts/base24-lovelace.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-lovelace.sh -------------------------------------------------------------------------------- /scripts/base24-man-page.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-man-page.sh -------------------------------------------------------------------------------- /scripts/base24-material-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-material-dark.sh -------------------------------------------------------------------------------- /scripts/base24-material.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-material.sh -------------------------------------------------------------------------------- /scripts/base24-mathias.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-mathias.sh -------------------------------------------------------------------------------- /scripts/base24-medallion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-medallion.sh -------------------------------------------------------------------------------- /scripts/base24-mission-brogue.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-mission-brogue.sh -------------------------------------------------------------------------------- /scripts/base24-misterioso.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-misterioso.sh -------------------------------------------------------------------------------- /scripts/base24-molokai.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-molokai.sh -------------------------------------------------------------------------------- /scripts/base24-mona-lisa.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-mona-lisa.sh -------------------------------------------------------------------------------- /scripts/base24-monokai-vivid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-monokai-vivid.sh -------------------------------------------------------------------------------- /scripts/base24-mountain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-mountain.sh -------------------------------------------------------------------------------- /scripts/base24-night-lion-v1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-night-lion-v1.sh -------------------------------------------------------------------------------- /scripts/base24-night-lion-v2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-night-lion-v2.sh -------------------------------------------------------------------------------- /scripts/base24-night-owlish-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-night-owlish-light.sh -------------------------------------------------------------------------------- /scripts/base24-nocturnal-winter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-nocturnal-winter.sh -------------------------------------------------------------------------------- /scripts/base24-obsidian.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-obsidian.sh -------------------------------------------------------------------------------- /scripts/base24-ocean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-ocean.sh -------------------------------------------------------------------------------- /scripts/base24-oceanic-material.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-oceanic-material.sh -------------------------------------------------------------------------------- /scripts/base24-ollie.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-ollie.sh -------------------------------------------------------------------------------- /scripts/base24-one-black.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-one-black.sh -------------------------------------------------------------------------------- /scripts/base24-one-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-one-dark.sh -------------------------------------------------------------------------------- /scripts/base24-one-half-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-one-half-light.sh -------------------------------------------------------------------------------- /scripts/base24-one-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-one-light.sh -------------------------------------------------------------------------------- /scripts/base24-operator-mono-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-operator-mono-dark.sh -------------------------------------------------------------------------------- /scripts/base24-pandora.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-pandora.sh -------------------------------------------------------------------------------- /scripts/base24-paul-millr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-paul-millr.sh -------------------------------------------------------------------------------- /scripts/base24-pencil-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-pencil-dark.sh -------------------------------------------------------------------------------- /scripts/base24-pencil-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-pencil-light.sh -------------------------------------------------------------------------------- /scripts/base24-piatto-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-piatto-light.sh -------------------------------------------------------------------------------- /scripts/base24-pnevma.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-pnevma.sh -------------------------------------------------------------------------------- /scripts/base24-pro-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-pro-light.sh -------------------------------------------------------------------------------- /scripts/base24-pro.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-pro.sh -------------------------------------------------------------------------------- /scripts/base24-purple-rain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-purple-rain.sh -------------------------------------------------------------------------------- /scripts/base24-purplepeter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-purplepeter.sh -------------------------------------------------------------------------------- /scripts/base24-rebecca.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-rebecca.sh -------------------------------------------------------------------------------- /scripts/base24-red-alert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-red-alert.sh -------------------------------------------------------------------------------- /scripts/base24-red-planet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-red-planet.sh -------------------------------------------------------------------------------- /scripts/base24-red-sands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-red-sands.sh -------------------------------------------------------------------------------- /scripts/base24-rippedcasts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-rippedcasts.sh -------------------------------------------------------------------------------- /scripts/base24-royal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-royal.sh -------------------------------------------------------------------------------- /scripts/base24-scarlet-protocol.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-scarlet-protocol.sh -------------------------------------------------------------------------------- /scripts/base24-sea-shells.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-sea-shells.sh -------------------------------------------------------------------------------- /scripts/base24-seafoam-pastel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-seafoam-pastel.sh -------------------------------------------------------------------------------- /scripts/base24-shades-of-purple.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-shades-of-purple.sh -------------------------------------------------------------------------------- /scripts/base24-shaman.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-shaman.sh -------------------------------------------------------------------------------- /scripts/base24-slate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-slate.sh -------------------------------------------------------------------------------- /scripts/base24-sleepy-hollow.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-sleepy-hollow.sh -------------------------------------------------------------------------------- /scripts/base24-smyck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-smyck.sh -------------------------------------------------------------------------------- /scripts/base24-soft-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-soft-server.sh -------------------------------------------------------------------------------- /scripts/base24-solarized-dark-higher-contrast.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-solarized-dark-higher-contrast.sh -------------------------------------------------------------------------------- /scripts/base24-solarized-dark-patched.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-solarized-dark-patched.sh -------------------------------------------------------------------------------- /scripts/base24-space-gray-eighties-dull.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-space-gray-eighties-dull.sh -------------------------------------------------------------------------------- /scripts/base24-space-gray-eighties.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-space-gray-eighties.sh -------------------------------------------------------------------------------- /scripts/base24-spacedust.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-spacedust.sh -------------------------------------------------------------------------------- /scripts/base24-sparky.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-sparky.sh -------------------------------------------------------------------------------- /scripts/base24-spiderman.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-spiderman.sh -------------------------------------------------------------------------------- /scripts/base24-square.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-square.sh -------------------------------------------------------------------------------- /scripts/base24-sundried.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-sundried.sh -------------------------------------------------------------------------------- /scripts/base24-tango-adapted.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-tango-adapted.sh -------------------------------------------------------------------------------- /scripts/base24-tango-half-adapted.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-tango-half-adapted.sh -------------------------------------------------------------------------------- /scripts/base24-terminal-basic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-terminal-basic.sh -------------------------------------------------------------------------------- /scripts/base24-thayer-bright.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-thayer-bright.sh -------------------------------------------------------------------------------- /scripts/base24-the-hulk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-the-hulk.sh -------------------------------------------------------------------------------- /scripts/base24-tomorrow-night.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-tomorrow-night.sh -------------------------------------------------------------------------------- /scripts/base24-toy-chest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-toy-chest.sh -------------------------------------------------------------------------------- /scripts/base24-treehouse.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-treehouse.sh -------------------------------------------------------------------------------- /scripts/base24-twilight.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-twilight.sh -------------------------------------------------------------------------------- /scripts/base24-ubuntu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-ubuntu.sh -------------------------------------------------------------------------------- /scripts/base24-ultra-violet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-ultra-violet.sh -------------------------------------------------------------------------------- /scripts/base24-under-the-sea.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-under-the-sea.sh -------------------------------------------------------------------------------- /scripts/base24-unikitty.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-unikitty.sh -------------------------------------------------------------------------------- /scripts/base24-vibrant-ink.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-vibrant-ink.sh -------------------------------------------------------------------------------- /scripts/base24-violet-dark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-violet-dark.sh -------------------------------------------------------------------------------- /scripts/base24-violet-light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-violet-light.sh -------------------------------------------------------------------------------- /scripts/base24-warm-neon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-warm-neon.sh -------------------------------------------------------------------------------- /scripts/base24-wez.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-wez.sh -------------------------------------------------------------------------------- /scripts/base24-wild-cherry.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-wild-cherry.sh -------------------------------------------------------------------------------- /scripts/base24-wombat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-wombat.sh -------------------------------------------------------------------------------- /scripts/base24-wryan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-wryan.sh -------------------------------------------------------------------------------- /scripts/base24-zenburn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/scripts/base24-zenburn.sh -------------------------------------------------------------------------------- /setting-256-colourspace-not-supported.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/setting-256-colourspace-not-supported.png -------------------------------------------------------------------------------- /templates/base16.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/templates/base16.mustache -------------------------------------------------------------------------------- /templates/base24.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/templates/base24.mustache -------------------------------------------------------------------------------- /templates/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-shell/HEAD/templates/config.yaml --------------------------------------------------------------------------------