diff --git a/gogh.sh b/gogh.sh index 1636728..268a2dc 100755 --- a/gogh.sh +++ b/gogh.sh @@ -284,14 +284,14 @@ set_gogh() { string_r="${string%???}" string_s=${string_r//\./_} result=$(capitalize "${string_s}") - url="${BASE_URL}/themes/$1" + url="${BASE_URL}/installs/$1" export {PROFILE_NAME,PROFILE_SLUG}="$result" # Evaluate if Gogh was called from local source - i.e cloned repo SCRIPT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" - if [[ -e "${SCRIPT_PATH}/themes/$1" ]]; then - bash "${SCRIPT_PATH}/themes/$1" + if [[ -e "${SCRIPT_PATH}/installs/$1" ]]; then + bash "${SCRIPT_PATH}/installs/$1" else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl diff --git a/themes/3024-day.sh b/installs/3024-day.sh similarity index 100% rename from themes/3024-day.sh rename to installs/3024-day.sh diff --git a/themes/3024-night.sh b/installs/3024-night.sh similarity index 100% rename from themes/3024-night.sh rename to installs/3024-night.sh diff --git a/themes/aci.sh b/installs/aci.sh similarity index 100% rename from themes/aci.sh rename to installs/aci.sh diff --git a/themes/aco.sh b/installs/aco.sh similarity index 100% rename from themes/aco.sh rename to installs/aco.sh diff --git a/themes/adventure-time.sh b/installs/adventure-time.sh similarity index 100% rename from themes/adventure-time.sh rename to installs/adventure-time.sh diff --git a/themes/afterglow.sh b/installs/afterglow.sh similarity index 100% rename from themes/afterglow.sh rename to installs/afterglow.sh diff --git a/themes/alien-blood.sh b/installs/alien-blood.sh similarity index 100% rename from themes/alien-blood.sh rename to installs/alien-blood.sh diff --git a/themes/argonaut.sh b/installs/argonaut.sh similarity index 100% rename from themes/argonaut.sh rename to installs/argonaut.sh diff --git a/themes/arthur.sh b/installs/arthur.sh similarity index 100% rename from themes/arthur.sh rename to installs/arthur.sh diff --git a/themes/atom.sh b/installs/atom.sh similarity index 100% rename from themes/atom.sh rename to installs/atom.sh diff --git a/themes/aura.sh b/installs/aura.sh similarity index 100% rename from themes/aura.sh rename to installs/aura.sh diff --git a/themes/ayu-dark.sh b/installs/ayu-dark.sh similarity index 100% rename from themes/ayu-dark.sh rename to installs/ayu-dark.sh diff --git a/themes/ayu-light.sh b/installs/ayu-light.sh similarity index 100% rename from themes/ayu-light.sh rename to installs/ayu-light.sh diff --git a/themes/ayu-mirage.sh b/installs/ayu-mirage.sh similarity index 100% rename from themes/ayu-mirage.sh rename to installs/ayu-mirage.sh diff --git a/themes/azu.sh b/installs/azu.sh similarity index 100% rename from themes/azu.sh rename to installs/azu.sh diff --git a/themes/belafonte-day.sh b/installs/belafonte-day.sh similarity index 100% rename from themes/belafonte-day.sh rename to installs/belafonte-day.sh diff --git a/themes/belafonte-night.sh b/installs/belafonte-night.sh similarity index 100% rename from themes/belafonte-night.sh rename to installs/belafonte-night.sh diff --git a/themes/bim.sh b/installs/bim.sh similarity index 100% rename from themes/bim.sh rename to installs/bim.sh diff --git a/themes/birds-of-paradise.sh b/installs/birds-of-paradise.sh similarity index 100% rename from themes/birds-of-paradise.sh rename to installs/birds-of-paradise.sh diff --git a/themes/blazer.sh b/installs/blazer.sh similarity index 100% rename from themes/blazer.sh rename to installs/blazer.sh diff --git a/themes/bluloco-light.sh b/installs/bluloco-light.sh similarity index 100% rename from themes/bluloco-light.sh rename to installs/bluloco-light.sh diff --git a/themes/bluloco-zsh-light.sh b/installs/bluloco-zsh-light.sh similarity index 100% rename from themes/bluloco-zsh-light.sh rename to installs/bluloco-zsh-light.sh diff --git a/themes/borland.sh b/installs/borland.sh similarity index 100% rename from themes/borland.sh rename to installs/borland.sh diff --git a/themes/breath-darker.sh b/installs/breath-darker.sh similarity index 100% rename from themes/breath-darker.sh rename to installs/breath-darker.sh diff --git a/themes/breath-light.sh b/installs/breath-light.sh similarity index 100% rename from themes/breath-light.sh rename to installs/breath-light.sh diff --git a/themes/breath-silverfox.sh b/installs/breath-silverfox.sh similarity index 100% rename from themes/breath-silverfox.sh rename to installs/breath-silverfox.sh diff --git a/themes/breath.sh b/installs/breath.sh similarity index 100% rename from themes/breath.sh rename to installs/breath.sh diff --git a/themes/breeze.sh b/installs/breeze.sh similarity index 100% rename from themes/breeze.sh rename to installs/breeze.sh diff --git a/themes/broadcast.sh b/installs/broadcast.sh similarity index 100% rename from themes/broadcast.sh rename to installs/broadcast.sh diff --git a/themes/brogrammer.sh b/installs/brogrammer.sh similarity index 100% rename from themes/brogrammer.sh rename to installs/brogrammer.sh diff --git a/themes/c64.sh b/installs/c64.sh similarity index 100% rename from themes/c64.sh rename to installs/c64.sh diff --git a/themes/cai.sh b/installs/cai.sh similarity index 100% rename from themes/cai.sh rename to installs/cai.sh diff --git a/themes/catppuccin-frappe.sh b/installs/catppuccin-frappe.sh similarity index 100% rename from themes/catppuccin-frappe.sh rename to installs/catppuccin-frappe.sh diff --git a/themes/catppuccin-latte.sh b/installs/catppuccin-latte.sh similarity index 100% rename from themes/catppuccin-latte.sh rename to installs/catppuccin-latte.sh diff --git a/themes/catppuccin-macchiato.sh b/installs/catppuccin-macchiato.sh similarity index 100% rename from themes/catppuccin-macchiato.sh rename to installs/catppuccin-macchiato.sh diff --git a/themes/catppuccin-mocha.sh b/installs/catppuccin-mocha.sh similarity index 100% rename from themes/catppuccin-mocha.sh rename to installs/catppuccin-mocha.sh diff --git a/themes/chalk.sh b/installs/chalk.sh similarity index 100% rename from themes/chalk.sh rename to installs/chalk.sh diff --git a/themes/chalkboard.sh b/installs/chalkboard.sh similarity index 100% rename from themes/chalkboard.sh rename to installs/chalkboard.sh diff --git a/themes/chameleon.sh b/installs/chameleon.sh similarity index 100% rename from themes/chameleon.sh rename to installs/chameleon.sh diff --git a/themes/ciapre.sh b/installs/ciapre.sh similarity index 100% rename from themes/ciapre.sh rename to installs/ciapre.sh diff --git a/themes/clone-of-ubuntu.sh b/installs/clone-of-ubuntu.sh similarity index 100% rename from themes/clone-of-ubuntu.sh rename to installs/clone-of-ubuntu.sh diff --git a/themes/clrs.sh b/installs/clrs.sh similarity index 100% rename from themes/clrs.sh rename to installs/clrs.sh diff --git a/themes/cobalt-2.sh b/installs/cobalt-2.sh similarity index 100% rename from themes/cobalt-2.sh rename to installs/cobalt-2.sh diff --git a/themes/cobalt-neon.sh b/installs/cobalt-neon.sh similarity index 100% rename from themes/cobalt-neon.sh rename to installs/cobalt-neon.sh diff --git a/themes/colorcli.sh b/installs/colorcli.sh similarity index 100% rename from themes/colorcli.sh rename to installs/colorcli.sh diff --git a/themes/crayon-pony-fish.sh b/installs/crayon-pony-fish.sh similarity index 100% rename from themes/crayon-pony-fish.sh rename to installs/crayon-pony-fish.sh diff --git a/themes/dark-pastel.sh b/installs/dark-pastel.sh similarity index 100% rename from themes/dark-pastel.sh rename to installs/dark-pastel.sh diff --git a/themes/darkside.sh b/installs/darkside.sh similarity index 100% rename from themes/darkside.sh rename to installs/darkside.sh diff --git a/themes/dehydration.sh b/installs/dehydration.sh similarity index 100% rename from themes/dehydration.sh rename to installs/dehydration.sh diff --git a/themes/desert.sh b/installs/desert.sh similarity index 100% rename from themes/desert.sh rename to installs/desert.sh diff --git a/themes/dimmed-monokai.sh b/installs/dimmed-monokai.sh similarity index 100% rename from themes/dimmed-monokai.sh rename to installs/dimmed-monokai.sh diff --git a/themes/dissonance.sh b/installs/dissonance.sh similarity index 100% rename from themes/dissonance.sh rename to installs/dissonance.sh diff --git a/themes/dracula.sh b/installs/dracula.sh similarity index 100% rename from themes/dracula.sh rename to installs/dracula.sh diff --git a/themes/earthsong.sh b/installs/earthsong.sh similarity index 100% rename from themes/earthsong.sh rename to installs/earthsong.sh diff --git a/themes/elemental.sh b/installs/elemental.sh similarity index 100% rename from themes/elemental.sh rename to installs/elemental.sh diff --git a/themes/elementary.sh b/installs/elementary.sh similarity index 100% rename from themes/elementary.sh rename to installs/elementary.sh diff --git a/themes/elic.sh b/installs/elic.sh similarity index 100% rename from themes/elic.sh rename to installs/elic.sh diff --git a/themes/elio.sh b/installs/elio.sh similarity index 100% rename from themes/elio.sh rename to installs/elio.sh diff --git a/themes/espresso-libre.sh b/installs/espresso-libre.sh similarity index 100% rename from themes/espresso-libre.sh rename to installs/espresso-libre.sh diff --git a/themes/espresso.sh b/installs/espresso.sh similarity index 100% rename from themes/espresso.sh rename to installs/espresso.sh diff --git a/themes/everblush.sh b/installs/everblush.sh similarity index 100% rename from themes/everblush.sh rename to installs/everblush.sh diff --git a/themes/everforest-dark.sh b/installs/everforest-dark.sh similarity index 100% rename from themes/everforest-dark.sh rename to installs/everforest-dark.sh diff --git a/themes/everforest-light.sh b/installs/everforest-light.sh similarity index 100% rename from themes/everforest-light.sh rename to installs/everforest-light.sh diff --git a/themes/fairy-floss-dark.sh b/installs/fairy-floss-dark.sh similarity index 100% rename from themes/fairy-floss-dark.sh rename to installs/fairy-floss-dark.sh diff --git a/themes/fairy-floss.sh b/installs/fairy-floss.sh similarity index 100% rename from themes/fairy-floss.sh rename to installs/fairy-floss.sh diff --git a/themes/fishtank.sh b/installs/fishtank.sh similarity index 100% rename from themes/fishtank.sh rename to installs/fishtank.sh diff --git a/themes/flat-remix.sh b/installs/flat-remix.sh similarity index 100% rename from themes/flat-remix.sh rename to installs/flat-remix.sh diff --git a/themes/flat.sh b/installs/flat.sh similarity index 100% rename from themes/flat.sh rename to installs/flat.sh diff --git a/themes/flatland.sh b/installs/flatland.sh similarity index 100% rename from themes/flatland.sh rename to installs/flatland.sh diff --git a/themes/foxnightly.sh b/installs/foxnightly.sh similarity index 100% rename from themes/foxnightly.sh rename to installs/foxnightly.sh diff --git a/themes/freya.sh b/installs/freya.sh similarity index 100% rename from themes/freya.sh rename to installs/freya.sh diff --git a/themes/frontend-delight.sh b/installs/frontend-delight.sh similarity index 100% rename from themes/frontend-delight.sh rename to installs/frontend-delight.sh diff --git a/themes/frontend-fun-forrest.sh b/installs/frontend-fun-forrest.sh similarity index 100% rename from themes/frontend-fun-forrest.sh rename to installs/frontend-fun-forrest.sh diff --git a/themes/frontend-galaxy.sh b/installs/frontend-galaxy.sh similarity index 100% rename from themes/frontend-galaxy.sh rename to installs/frontend-galaxy.sh diff --git a/themes/geohot.sh b/installs/geohot.sh similarity index 100% rename from themes/geohot.sh rename to installs/geohot.sh diff --git a/themes/github.sh b/installs/github.sh similarity index 100% rename from themes/github.sh rename to installs/github.sh diff --git a/themes/gogh.sh b/installs/gogh.sh similarity index 100% rename from themes/gogh.sh rename to installs/gogh.sh diff --git a/themes/gooey.sh b/installs/gooey.sh similarity index 100% rename from themes/gooey.sh rename to installs/gooey.sh diff --git a/themes/google-dark.sh b/installs/google-dark.sh similarity index 100% rename from themes/google-dark.sh rename to installs/google-dark.sh diff --git a/themes/google-light.sh b/installs/google-light.sh similarity index 100% rename from themes/google-light.sh rename to installs/google-light.sh diff --git a/themes/gotham.sh b/installs/gotham.sh similarity index 100% rename from themes/gotham.sh rename to installs/gotham.sh diff --git a/themes/grape.sh b/installs/grape.sh similarity index 100% rename from themes/grape.sh rename to installs/grape.sh diff --git a/themes/grass.sh b/installs/grass.sh similarity index 100% rename from themes/grass.sh rename to installs/grass.sh diff --git a/themes/gruvbox-dark.sh b/installs/gruvbox-dark.sh similarity index 100% rename from themes/gruvbox-dark.sh rename to installs/gruvbox-dark.sh diff --git a/themes/gruvbox.sh b/installs/gruvbox.sh similarity index 100% rename from themes/gruvbox.sh rename to installs/gruvbox.sh diff --git a/themes/hardcore.sh b/installs/hardcore.sh similarity index 100% rename from themes/hardcore.sh rename to installs/hardcore.sh diff --git a/themes/harper.sh b/installs/harper.sh similarity index 100% rename from themes/harper.sh rename to installs/harper.sh diff --git a/themes/hemisu-dark.sh b/installs/hemisu-dark.sh similarity index 100% rename from themes/hemisu-dark.sh rename to installs/hemisu-dark.sh diff --git a/themes/hemisu-light.sh b/installs/hemisu-light.sh similarity index 100% rename from themes/hemisu-light.sh rename to installs/hemisu-light.sh diff --git a/themes/highway.sh b/installs/highway.sh similarity index 100% rename from themes/highway.sh rename to installs/highway.sh diff --git a/themes/hipster-green.sh b/installs/hipster-green.sh similarity index 100% rename from themes/hipster-green.sh rename to installs/hipster-green.sh diff --git a/themes/homebrew.sh b/installs/homebrew.sh similarity index 100% rename from themes/homebrew.sh rename to installs/homebrew.sh diff --git a/themes/horizon-bright.sh b/installs/horizon-bright.sh similarity index 100% rename from themes/horizon-bright.sh rename to installs/horizon-bright.sh diff --git a/themes/horizon-dark.sh b/installs/horizon-dark.sh similarity index 100% rename from themes/horizon-dark.sh rename to installs/horizon-dark.sh diff --git a/themes/hurtado.sh b/installs/hurtado.sh similarity index 100% rename from themes/hurtado.sh rename to installs/hurtado.sh diff --git a/themes/hybrid.sh b/installs/hybrid.sh similarity index 100% rename from themes/hybrid.sh rename to installs/hybrid.sh diff --git a/themes/ibm-3270-high-contrast.sh b/installs/ibm-3270-high-contrast.sh similarity index 100% rename from themes/ibm-3270-high-contrast.sh rename to installs/ibm-3270-high-contrast.sh diff --git a/themes/ibm3270.sh b/installs/ibm3270.sh similarity index 100% rename from themes/ibm3270.sh rename to installs/ibm3270.sh diff --git a/themes/ic-green-ppl.sh b/installs/ic-green-ppl.sh similarity index 100% rename from themes/ic-green-ppl.sh rename to installs/ic-green-ppl.sh diff --git a/themes/ic-orange-ppl.sh b/installs/ic-orange-ppl.sh similarity index 100% rename from themes/ic-orange-ppl.sh rename to installs/ic-orange-ppl.sh diff --git a/themes/idle-toes.sh b/installs/idle-toes.sh similarity index 100% rename from themes/idle-toes.sh rename to installs/idle-toes.sh diff --git a/themes/ir-black.sh b/installs/ir-black.sh similarity index 100% rename from themes/ir-black.sh rename to installs/ir-black.sh diff --git a/themes/jackie-brown.sh b/installs/jackie-brown.sh similarity index 100% rename from themes/jackie-brown.sh rename to installs/jackie-brown.sh diff --git a/themes/japanesque.sh b/installs/japanesque.sh similarity index 100% rename from themes/japanesque.sh rename to installs/japanesque.sh diff --git a/themes/jellybeans.sh b/installs/jellybeans.sh similarity index 100% rename from themes/jellybeans.sh rename to installs/jellybeans.sh diff --git a/themes/jup.sh b/installs/jup.sh similarity index 100% rename from themes/jup.sh rename to installs/jup.sh diff --git a/themes/kanagawa.sh b/installs/kanagawa.sh similarity index 100% rename from themes/kanagawa.sh rename to installs/kanagawa.sh diff --git a/themes/kibble.sh b/installs/kibble.sh similarity index 100% rename from themes/kibble.sh rename to installs/kibble.sh diff --git a/themes/kokuban.sh b/installs/kokuban.sh similarity index 100% rename from themes/kokuban.sh rename to installs/kokuban.sh diff --git a/themes/laserwave.sh b/installs/laserwave.sh similarity index 100% rename from themes/laserwave.sh rename to installs/laserwave.sh diff --git a/themes/later-this-evening.sh b/installs/later-this-evening.sh similarity index 100% rename from themes/later-this-evening.sh rename to installs/later-this-evening.sh diff --git a/themes/lavandula.sh b/installs/lavandula.sh similarity index 100% rename from themes/lavandula.sh rename to installs/lavandula.sh diff --git a/themes/liquid-carbon-transparent.sh b/installs/liquid-carbon-transparent.sh similarity index 100% rename from themes/liquid-carbon-transparent.sh rename to installs/liquid-carbon-transparent.sh diff --git a/themes/liquid-carbon.sh b/installs/liquid-carbon.sh similarity index 100% rename from themes/liquid-carbon.sh rename to installs/liquid-carbon.sh diff --git a/themes/lunaria-dark.sh b/installs/lunaria-dark.sh similarity index 100% rename from themes/lunaria-dark.sh rename to installs/lunaria-dark.sh diff --git a/themes/lunaria-eclipse.sh b/installs/lunaria-eclipse.sh similarity index 100% rename from themes/lunaria-eclipse.sh rename to installs/lunaria-eclipse.sh diff --git a/themes/lunaria-light.sh b/installs/lunaria-light.sh similarity index 100% rename from themes/lunaria-light.sh rename to installs/lunaria-light.sh diff --git a/themes/maia.sh b/installs/maia.sh similarity index 100% rename from themes/maia.sh rename to installs/maia.sh diff --git a/themes/man-page.sh b/installs/man-page.sh similarity index 100% rename from themes/man-page.sh rename to installs/man-page.sh diff --git a/themes/mar.sh b/installs/mar.sh similarity index 100% rename from themes/mar.sh rename to installs/mar.sh diff --git a/themes/material.sh b/installs/material.sh similarity index 100% rename from themes/material.sh rename to installs/material.sh diff --git a/themes/mathias.sh b/installs/mathias.sh similarity index 100% rename from themes/mathias.sh rename to installs/mathias.sh diff --git a/themes/medallion.sh b/installs/medallion.sh similarity index 100% rename from themes/medallion.sh rename to installs/medallion.sh diff --git a/themes/misterioso.sh b/installs/misterioso.sh similarity index 100% rename from themes/misterioso.sh rename to installs/misterioso.sh diff --git a/themes/miu.sh b/installs/miu.sh similarity index 100% rename from themes/miu.sh rename to installs/miu.sh diff --git a/themes/molokai.sh b/installs/molokai.sh similarity index 100% rename from themes/molokai.sh rename to installs/molokai.sh diff --git a/themes/mona-lisa.sh b/installs/mona-lisa.sh similarity index 100% rename from themes/mona-lisa.sh rename to installs/mona-lisa.sh diff --git a/themes/mono-amber.sh b/installs/mono-amber.sh similarity index 100% rename from themes/mono-amber.sh rename to installs/mono-amber.sh diff --git a/themes/mono-cyan.sh b/installs/mono-cyan.sh similarity index 100% rename from themes/mono-cyan.sh rename to installs/mono-cyan.sh diff --git a/themes/mono-green.sh b/installs/mono-green.sh similarity index 100% rename from themes/mono-green.sh rename to installs/mono-green.sh diff --git a/themes/mono-red.sh b/installs/mono-red.sh similarity index 100% rename from themes/mono-red.sh rename to installs/mono-red.sh diff --git a/themes/mono-white.sh b/installs/mono-white.sh similarity index 100% rename from themes/mono-white.sh rename to installs/mono-white.sh diff --git a/themes/mono-yellow.sh b/installs/mono-yellow.sh similarity index 100% rename from themes/mono-yellow.sh rename to installs/mono-yellow.sh diff --git a/themes/monokai-dark.sh b/installs/monokai-dark.sh similarity index 100% rename from themes/monokai-dark.sh rename to installs/monokai-dark.sh diff --git a/themes/monokai-pro-ristretto.sh b/installs/monokai-pro-ristretto.sh similarity index 100% rename from themes/monokai-pro-ristretto.sh rename to installs/monokai-pro-ristretto.sh diff --git a/themes/monokai-pro.sh b/installs/monokai-pro.sh similarity index 100% rename from themes/monokai-pro.sh rename to installs/monokai-pro.sh diff --git a/themes/monokai-soda.sh b/installs/monokai-soda.sh similarity index 100% rename from themes/monokai-soda.sh rename to installs/monokai-soda.sh diff --git a/themes/morada.sh b/installs/morada.sh similarity index 100% rename from themes/morada.sh rename to installs/morada.sh diff --git a/themes/n0tch2k.sh b/installs/n0tch2k.sh similarity index 100% rename from themes/n0tch2k.sh rename to installs/n0tch2k.sh diff --git a/themes/neon-night.sh b/installs/neon-night.sh similarity index 100% rename from themes/neon-night.sh rename to installs/neon-night.sh diff --git a/themes/neopolitan.sh b/installs/neopolitan.sh similarity index 100% rename from themes/neopolitan.sh rename to installs/neopolitan.sh diff --git a/themes/nep.sh b/installs/nep.sh similarity index 100% rename from themes/nep.sh rename to installs/nep.sh diff --git a/themes/neutron.sh b/installs/neutron.sh similarity index 100% rename from themes/neutron.sh rename to installs/neutron.sh diff --git a/themes/night-owl.sh b/installs/night-owl.sh similarity index 100% rename from themes/night-owl.sh rename to installs/night-owl.sh diff --git a/themes/nightlion-v1.sh b/installs/nightlion-v1.sh similarity index 100% rename from themes/nightlion-v1.sh rename to installs/nightlion-v1.sh diff --git a/themes/nightlion-v2.sh b/installs/nightlion-v2.sh similarity index 100% rename from themes/nightlion-v2.sh rename to installs/nightlion-v2.sh diff --git a/themes/nighty.sh b/installs/nighty.sh similarity index 100% rename from themes/nighty.sh rename to installs/nighty.sh diff --git a/themes/nord-light.sh b/installs/nord-light.sh similarity index 100% rename from themes/nord-light.sh rename to installs/nord-light.sh diff --git a/themes/nord.sh b/installs/nord.sh similarity index 100% rename from themes/nord.sh rename to installs/nord.sh diff --git a/themes/novel.sh b/installs/novel.sh similarity index 100% rename from themes/novel.sh rename to installs/novel.sh diff --git a/themes/obsidian.sh b/installs/obsidian.sh similarity index 100% rename from themes/obsidian.sh rename to installs/obsidian.sh diff --git a/themes/ocean-dark.sh b/installs/ocean-dark.sh similarity index 100% rename from themes/ocean-dark.sh rename to installs/ocean-dark.sh diff --git a/themes/ocean.sh b/installs/ocean.sh similarity index 100% rename from themes/ocean.sh rename to installs/ocean.sh diff --git a/themes/oceanic-next.sh b/installs/oceanic-next.sh similarity index 100% rename from themes/oceanic-next.sh rename to installs/oceanic-next.sh diff --git a/themes/ollie.sh b/installs/ollie.sh similarity index 100% rename from themes/ollie.sh rename to installs/ollie.sh diff --git a/themes/omni.sh b/installs/omni.sh similarity index 100% rename from themes/omni.sh rename to installs/omni.sh diff --git a/themes/one-dark.sh b/installs/one-dark.sh similarity index 100% rename from themes/one-dark.sh rename to installs/one-dark.sh diff --git a/themes/one-half-black.sh b/installs/one-half-black.sh similarity index 100% rename from themes/one-half-black.sh rename to installs/one-half-black.sh diff --git a/themes/one-light.sh b/installs/one-light.sh similarity index 100% rename from themes/one-light.sh rename to installs/one-light.sh diff --git a/themes/palenight.sh b/installs/palenight.sh similarity index 100% rename from themes/palenight.sh rename to installs/palenight.sh diff --git a/themes/pali.sh b/installs/pali.sh similarity index 100% rename from themes/pali.sh rename to installs/pali.sh diff --git a/themes/panda.sh b/installs/panda.sh similarity index 100% rename from themes/panda.sh rename to installs/panda.sh diff --git a/themes/papercolor-dark.sh b/installs/papercolor-dark.sh similarity index 100% rename from themes/papercolor-dark.sh rename to installs/papercolor-dark.sh diff --git a/themes/papercolor-light.sh b/installs/papercolor-light.sh similarity index 100% rename from themes/papercolor-light.sh rename to installs/papercolor-light.sh diff --git a/themes/paraiso-dark.sh b/installs/paraiso-dark.sh similarity index 100% rename from themes/paraiso-dark.sh rename to installs/paraiso-dark.sh diff --git a/themes/paul-millr.sh b/installs/paul-millr.sh similarity index 100% rename from themes/paul-millr.sh rename to installs/paul-millr.sh diff --git a/themes/pencil-dark.sh b/installs/pencil-dark.sh similarity index 100% rename from themes/pencil-dark.sh rename to installs/pencil-dark.sh diff --git a/themes/pencil-light.sh b/installs/pencil-light.sh similarity index 100% rename from themes/pencil-light.sh rename to installs/pencil-light.sh diff --git a/themes/peppermint.sh b/installs/peppermint.sh similarity index 100% rename from themes/peppermint.sh rename to installs/peppermint.sh diff --git a/themes/pixiefloss.sh b/installs/pixiefloss.sh similarity index 100% rename from themes/pixiefloss.sh rename to installs/pixiefloss.sh diff --git a/themes/pnevma.sh b/installs/pnevma.sh similarity index 100% rename from themes/pnevma.sh rename to installs/pnevma.sh diff --git a/themes/powershell.sh b/installs/powershell.sh similarity index 100% rename from themes/powershell.sh rename to installs/powershell.sh diff --git a/themes/predawn.sh b/installs/predawn.sh similarity index 100% rename from themes/predawn.sh rename to installs/predawn.sh diff --git a/themes/pro.sh b/installs/pro.sh similarity index 100% rename from themes/pro.sh rename to installs/pro.sh diff --git a/themes/purple-people-eater.sh b/installs/purple-people-eater.sh similarity index 100% rename from themes/purple-people-eater.sh rename to installs/purple-people-eater.sh diff --git a/themes/red-alert.sh b/installs/red-alert.sh similarity index 100% rename from themes/red-alert.sh rename to installs/red-alert.sh diff --git a/themes/red-sands.sh b/installs/red-sands.sh similarity index 100% rename from themes/red-sands.sh rename to installs/red-sands.sh diff --git a/themes/relaxed.sh b/installs/relaxed.sh similarity index 100% rename from themes/relaxed.sh rename to installs/relaxed.sh diff --git a/themes/rippedcasts.sh b/installs/rippedcasts.sh similarity index 100% rename from themes/rippedcasts.sh rename to installs/rippedcasts.sh diff --git a/themes/rose-pine-dawn.sh b/installs/rose-pine-dawn.sh similarity index 100% rename from themes/rose-pine-dawn.sh rename to installs/rose-pine-dawn.sh diff --git a/themes/rose-pine-moon.sh b/installs/rose-pine-moon.sh similarity index 100% rename from themes/rose-pine-moon.sh rename to installs/rose-pine-moon.sh diff --git a/themes/rose-pine.sh b/installs/rose-pine.sh similarity index 100% rename from themes/rose-pine.sh rename to installs/rose-pine.sh diff --git a/themes/royal.sh b/installs/royal.sh similarity index 100% rename from themes/royal.sh rename to installs/royal.sh diff --git a/themes/sat.sh b/installs/sat.sh similarity index 100% rename from themes/sat.sh rename to installs/sat.sh diff --git a/themes/sea-shells.sh b/installs/sea-shells.sh similarity index 100% rename from themes/sea-shells.sh rename to installs/sea-shells.sh diff --git a/themes/seafoam-pastel.sh b/installs/seafoam-pastel.sh similarity index 100% rename from themes/seafoam-pastel.sh rename to installs/seafoam-pastel.sh diff --git a/themes/seti.sh b/installs/seti.sh similarity index 100% rename from themes/seti.sh rename to installs/seti.sh diff --git a/themes/shaman.sh b/installs/shaman.sh similarity index 100% rename from themes/shaman.sh rename to installs/shaman.sh diff --git a/themes/shel.sh b/installs/shel.sh similarity index 100% rename from themes/shel.sh rename to installs/shel.sh diff --git a/themes/slate.sh b/installs/slate.sh similarity index 100% rename from themes/slate.sh rename to installs/slate.sh diff --git a/themes/smyck.sh b/installs/smyck.sh similarity index 100% rename from themes/smyck.sh rename to installs/smyck.sh diff --git a/themes/snazzy.sh b/installs/snazzy.sh similarity index 100% rename from themes/snazzy.sh rename to installs/snazzy.sh diff --git a/themes/soft-server.sh b/installs/soft-server.sh similarity index 100% rename from themes/soft-server.sh rename to installs/soft-server.sh diff --git a/themes/solarized-darcula.sh b/installs/solarized-darcula.sh similarity index 100% rename from themes/solarized-darcula.sh rename to installs/solarized-darcula.sh diff --git a/themes/solarized-dark-higher-contrast.sh b/installs/solarized-dark-higher-contrast.sh similarity index 100% rename from themes/solarized-dark-higher-contrast.sh rename to installs/solarized-dark-higher-contrast.sh diff --git a/themes/solarized-dark.sh b/installs/solarized-dark.sh similarity index 100% rename from themes/solarized-dark.sh rename to installs/solarized-dark.sh diff --git a/themes/solarized-light.sh b/installs/solarized-light.sh similarity index 100% rename from themes/solarized-light.sh rename to installs/solarized-light.sh diff --git a/themes/sonokai.sh b/installs/sonokai.sh similarity index 100% rename from themes/sonokai.sh rename to installs/sonokai.sh diff --git a/themes/spacedust.sh b/installs/spacedust.sh similarity index 100% rename from themes/spacedust.sh rename to installs/spacedust.sh diff --git a/themes/spacegray-eighties-dull.sh b/installs/spacegray-eighties-dull.sh similarity index 100% rename from themes/spacegray-eighties-dull.sh rename to installs/spacegray-eighties-dull.sh diff --git a/themes/spacegray-eighties.sh b/installs/spacegray-eighties.sh similarity index 100% rename from themes/spacegray-eighties.sh rename to installs/spacegray-eighties.sh diff --git a/themes/spacegray.sh b/installs/spacegray.sh similarity index 100% rename from themes/spacegray.sh rename to installs/spacegray.sh diff --git a/themes/spring.sh b/installs/spring.sh similarity index 100% rename from themes/spring.sh rename to installs/spring.sh diff --git a/themes/square.sh b/installs/square.sh similarity index 100% rename from themes/square.sh rename to installs/square.sh diff --git a/themes/srcery.sh b/installs/srcery.sh similarity index 100% rename from themes/srcery.sh rename to installs/srcery.sh diff --git a/themes/summer-pop.sh b/installs/summer-pop.sh similarity index 100% rename from themes/summer-pop.sh rename to installs/summer-pop.sh diff --git a/themes/sundried.sh b/installs/sundried.sh similarity index 100% rename from themes/sundried.sh rename to installs/sundried.sh diff --git a/themes/sweet-eliverlara.sh b/installs/sweet-eliverlara.sh similarity index 100% rename from themes/sweet-eliverlara.sh rename to installs/sweet-eliverlara.sh diff --git a/themes/sweet-terminal.sh b/installs/sweet-terminal.sh similarity index 100% rename from themes/sweet-terminal.sh rename to installs/sweet-terminal.sh diff --git a/themes/symphonic.sh b/installs/symphonic.sh similarity index 100% rename from themes/symphonic.sh rename to installs/symphonic.sh diff --git a/themes/synthwave-alpha.sh b/installs/synthwave-alpha.sh similarity index 100% rename from themes/synthwave-alpha.sh rename to installs/synthwave-alpha.sh diff --git a/themes/synthwave.sh b/installs/synthwave.sh similarity index 100% rename from themes/synthwave.sh rename to installs/synthwave.sh diff --git a/themes/teerb.sh b/installs/teerb.sh similarity index 100% rename from themes/teerb.sh rename to installs/teerb.sh diff --git a/themes/tender.sh b/installs/tender.sh similarity index 100% rename from themes/tender.sh rename to installs/tender.sh diff --git a/themes/terminal-basic.sh b/installs/terminal-basic.sh similarity index 100% rename from themes/terminal-basic.sh rename to installs/terminal-basic.sh diff --git a/themes/terminix-dark.sh b/installs/terminix-dark.sh similarity index 100% rename from themes/terminix-dark.sh rename to installs/terminix-dark.sh diff --git a/themes/thayer-bright.sh b/installs/thayer-bright.sh similarity index 100% rename from themes/thayer-bright.sh rename to installs/thayer-bright.sh diff --git a/themes/tin.sh b/installs/tin.sh similarity index 100% rename from themes/tin.sh rename to installs/tin.sh diff --git a/themes/tokyo-night-light.sh b/installs/tokyo-night-light.sh similarity index 100% rename from themes/tokyo-night-light.sh rename to installs/tokyo-night-light.sh diff --git a/themes/tokyo-night-storm.sh b/installs/tokyo-night-storm.sh similarity index 100% rename from themes/tokyo-night-storm.sh rename to installs/tokyo-night-storm.sh diff --git a/themes/tokyo-night.sh b/installs/tokyo-night.sh similarity index 100% rename from themes/tokyo-night.sh rename to installs/tokyo-night.sh diff --git a/themes/tomorrow-night-blue.sh b/installs/tomorrow-night-blue.sh similarity index 100% rename from themes/tomorrow-night-blue.sh rename to installs/tomorrow-night-blue.sh diff --git a/themes/tomorrow-night-bright.sh b/installs/tomorrow-night-bright.sh similarity index 100% rename from themes/tomorrow-night-bright.sh rename to installs/tomorrow-night-bright.sh diff --git a/themes/tomorrow-night-eighties.sh b/installs/tomorrow-night-eighties.sh similarity index 100% rename from themes/tomorrow-night-eighties.sh rename to installs/tomorrow-night-eighties.sh diff --git a/themes/tomorrow-night.sh b/installs/tomorrow-night.sh similarity index 100% rename from themes/tomorrow-night.sh rename to installs/tomorrow-night.sh diff --git a/themes/tomorrow.sh b/installs/tomorrow.sh similarity index 100% rename from themes/tomorrow.sh rename to installs/tomorrow.sh diff --git a/themes/toy-chest.sh b/installs/toy-chest.sh similarity index 100% rename from themes/toy-chest.sh rename to installs/toy-chest.sh diff --git a/themes/treehouse.sh b/installs/treehouse.sh similarity index 100% rename from themes/treehouse.sh rename to installs/treehouse.sh diff --git a/themes/twilight.sh b/installs/twilight.sh similarity index 100% rename from themes/twilight.sh rename to installs/twilight.sh diff --git a/themes/ura.sh b/installs/ura.sh similarity index 100% rename from themes/ura.sh rename to installs/ura.sh diff --git a/themes/urple.sh b/installs/urple.sh similarity index 100% rename from themes/urple.sh rename to installs/urple.sh diff --git a/themes/vag.sh b/installs/vag.sh similarity index 100% rename from themes/vag.sh rename to installs/vag.sh diff --git a/themes/vaughn.sh b/installs/vaughn.sh similarity index 100% rename from themes/vaughn.sh rename to installs/vaughn.sh diff --git a/themes/vibrant-ink.sh b/installs/vibrant-ink.sh similarity index 100% rename from themes/vibrant-ink.sh rename to installs/vibrant-ink.sh diff --git a/themes/vs-code-dark.sh b/installs/vs-code-dark.sh similarity index 100% rename from themes/vs-code-dark.sh rename to installs/vs-code-dark.sh diff --git a/themes/vs-code-light.sh b/installs/vs-code-light.sh similarity index 100% rename from themes/vs-code-light.sh rename to installs/vs-code-light.sh diff --git a/themes/warm-neon.sh b/installs/warm-neon.sh similarity index 100% rename from themes/warm-neon.sh rename to installs/warm-neon.sh diff --git a/themes/wez.sh b/installs/wez.sh similarity index 100% rename from themes/wez.sh rename to installs/wez.sh diff --git a/themes/wild-cherry.sh b/installs/wild-cherry.sh similarity index 100% rename from themes/wild-cherry.sh rename to installs/wild-cherry.sh diff --git a/themes/wombat.sh b/installs/wombat.sh similarity index 100% rename from themes/wombat.sh rename to installs/wombat.sh diff --git a/themes/wryan.sh b/installs/wryan.sh similarity index 100% rename from themes/wryan.sh rename to installs/wryan.sh diff --git a/themes/wzoreck.sh b/installs/wzoreck.sh similarity index 100% rename from themes/wzoreck.sh rename to installs/wzoreck.sh diff --git a/themes/zenburn.sh b/installs/zenburn.sh similarity index 100% rename from themes/zenburn.sh rename to installs/zenburn.sh diff --git a/themes-yml/3024 Day.yml b/themes/3024 Day.yml similarity index 100% rename from themes-yml/3024 Day.yml rename to themes/3024 Day.yml diff --git a/themes-yml/3024 Night.yml b/themes/3024 Night.yml similarity index 100% rename from themes-yml/3024 Night.yml rename to themes/3024 Night.yml diff --git a/themes-yml/Aci.yml b/themes/Aci.yml similarity index 100% rename from themes-yml/Aci.yml rename to themes/Aci.yml diff --git a/themes-yml/Aco.yml b/themes/Aco.yml similarity index 100% rename from themes-yml/Aco.yml rename to themes/Aco.yml diff --git a/themes-yml/Adventure Time.yml b/themes/Adventure Time.yml similarity index 100% rename from themes-yml/Adventure Time.yml rename to themes/Adventure Time.yml diff --git a/themes-yml/Afterglow.yml b/themes/Afterglow.yml similarity index 100% rename from themes-yml/Afterglow.yml rename to themes/Afterglow.yml diff --git a/themes-yml/Alien Blood.yml b/themes/Alien Blood.yml similarity index 100% rename from themes-yml/Alien Blood.yml rename to themes/Alien Blood.yml diff --git a/themes-yml/Argonaut.yml b/themes/Argonaut.yml similarity index 100% rename from themes-yml/Argonaut.yml rename to themes/Argonaut.yml diff --git a/themes-yml/Arthur.yml b/themes/Arthur.yml similarity index 100% rename from themes-yml/Arthur.yml rename to themes/Arthur.yml diff --git a/themes-yml/Atom.yml b/themes/Atom.yml similarity index 100% rename from themes-yml/Atom.yml rename to themes/Atom.yml diff --git a/themes-yml/Aura.yml b/themes/Aura.yml similarity index 100% rename from themes-yml/Aura.yml rename to themes/Aura.yml diff --git a/themes-yml/Ayu Dark.yml b/themes/Ayu Dark.yml similarity index 100% rename from themes-yml/Ayu Dark.yml rename to themes/Ayu Dark.yml diff --git a/themes-yml/Ayu Light.yml b/themes/Ayu Light.yml similarity index 100% rename from themes-yml/Ayu Light.yml rename to themes/Ayu Light.yml diff --git a/themes-yml/Ayu Mirage.yml b/themes/Ayu Mirage.yml similarity index 100% rename from themes-yml/Ayu Mirage.yml rename to themes/Ayu Mirage.yml diff --git a/themes-yml/Azu.yml b/themes/Azu.yml similarity index 100% rename from themes-yml/Azu.yml rename to themes/Azu.yml diff --git a/themes-yml/Belafonte Day.yml b/themes/Belafonte Day.yml similarity index 100% rename from themes-yml/Belafonte Day.yml rename to themes/Belafonte Day.yml diff --git a/themes-yml/Belafonte Night.yml b/themes/Belafonte Night.yml similarity index 100% rename from themes-yml/Belafonte Night.yml rename to themes/Belafonte Night.yml diff --git a/themes-yml/Bim.yml b/themes/Bim.yml similarity index 100% rename from themes-yml/Bim.yml rename to themes/Bim.yml diff --git a/themes-yml/Birds Of Paradise.yml b/themes/Birds Of Paradise.yml similarity index 100% rename from themes-yml/Birds Of Paradise.yml rename to themes/Birds Of Paradise.yml diff --git a/themes-yml/Blazer.yml b/themes/Blazer.yml similarity index 100% rename from themes-yml/Blazer.yml rename to themes/Blazer.yml diff --git a/themes-yml/Bluloco Light.yml b/themes/Bluloco Light.yml similarity index 100% rename from themes-yml/Bluloco Light.yml rename to themes/Bluloco Light.yml diff --git a/themes-yml/Bluloco Zsh Light.yml b/themes/Bluloco Zsh Light.yml similarity index 100% rename from themes-yml/Bluloco Zsh Light.yml rename to themes/Bluloco Zsh Light.yml diff --git a/themes-yml/Borland.yml b/themes/Borland.yml similarity index 100% rename from themes-yml/Borland.yml rename to themes/Borland.yml diff --git a/themes-yml/Breath Darker.yml b/themes/Breath Darker.yml similarity index 100% rename from themes-yml/Breath Darker.yml rename to themes/Breath Darker.yml diff --git a/themes-yml/Breath Light.yml b/themes/Breath Light.yml similarity index 100% rename from themes-yml/Breath Light.yml rename to themes/Breath Light.yml diff --git a/themes-yml/Breath Silverfox.yml b/themes/Breath Silverfox.yml similarity index 100% rename from themes-yml/Breath Silverfox.yml rename to themes/Breath Silverfox.yml diff --git a/themes-yml/Breath.yml b/themes/Breath.yml similarity index 100% rename from themes-yml/Breath.yml rename to themes/Breath.yml diff --git a/themes-yml/Breeze.yml b/themes/Breeze.yml similarity index 100% rename from themes-yml/Breeze.yml rename to themes/Breeze.yml diff --git a/themes-yml/Broadcast.yml b/themes/Broadcast.yml similarity index 100% rename from themes-yml/Broadcast.yml rename to themes/Broadcast.yml diff --git a/themes-yml/Brogrammer.yml b/themes/Brogrammer.yml similarity index 100% rename from themes-yml/Brogrammer.yml rename to themes/Brogrammer.yml diff --git a/themes-yml/C64.yml b/themes/C64.yml similarity index 100% rename from themes-yml/C64.yml rename to themes/C64.yml diff --git a/themes-yml/Cai.yml b/themes/Cai.yml similarity index 100% rename from themes-yml/Cai.yml rename to themes/Cai.yml diff --git a/themes-yml/Catppuccin Frappé.yml b/themes/Catppuccin Frappé.yml similarity index 100% rename from themes-yml/Catppuccin Frappé.yml rename to themes/Catppuccin Frappé.yml diff --git a/themes-yml/Catppuccin Latte.yml b/themes/Catppuccin Latte.yml similarity index 100% rename from themes-yml/Catppuccin Latte.yml rename to themes/Catppuccin Latte.yml diff --git a/themes-yml/Catppuccin Macchiato.yml b/themes/Catppuccin Macchiato.yml similarity index 100% rename from themes-yml/Catppuccin Macchiato.yml rename to themes/Catppuccin Macchiato.yml diff --git a/themes-yml/Catppuccin Mocha.yml b/themes/Catppuccin Mocha.yml similarity index 100% rename from themes-yml/Catppuccin Mocha.yml rename to themes/Catppuccin Mocha.yml diff --git a/themes-yml/Chalk.yml b/themes/Chalk.yml similarity index 100% rename from themes-yml/Chalk.yml rename to themes/Chalk.yml diff --git a/themes-yml/Chalkboard.yml b/themes/Chalkboard.yml similarity index 100% rename from themes-yml/Chalkboard.yml rename to themes/Chalkboard.yml diff --git a/themes-yml/Chameleon.yml b/themes/Chameleon.yml similarity index 100% rename from themes-yml/Chameleon.yml rename to themes/Chameleon.yml diff --git a/themes-yml/Ciapre.yml b/themes/Ciapre.yml similarity index 100% rename from themes-yml/Ciapre.yml rename to themes/Ciapre.yml diff --git a/themes-yml/Clone Of Ubuntu.yml b/themes/Clone Of Ubuntu.yml similarity index 100% rename from themes-yml/Clone Of Ubuntu.yml rename to themes/Clone Of Ubuntu.yml diff --git a/themes-yml/Clrs.yml b/themes/Clrs.yml similarity index 100% rename from themes-yml/Clrs.yml rename to themes/Clrs.yml diff --git a/themes-yml/Cobalt 2.yml b/themes/Cobalt 2.yml similarity index 100% rename from themes-yml/Cobalt 2.yml rename to themes/Cobalt 2.yml diff --git a/themes-yml/Cobalt Neon.yml b/themes/Cobalt Neon.yml similarity index 100% rename from themes-yml/Cobalt Neon.yml rename to themes/Cobalt Neon.yml diff --git a/themes-yml/Colorcli.yml b/themes/Colorcli.yml similarity index 100% rename from themes-yml/Colorcli.yml rename to themes/Colorcli.yml diff --git a/themes-yml/Crayon Pony Fish.yml b/themes/Crayon Pony Fish.yml similarity index 100% rename from themes-yml/Crayon Pony Fish.yml rename to themes/Crayon Pony Fish.yml diff --git a/themes-yml/Dark Pastel.yml b/themes/Dark Pastel.yml similarity index 100% rename from themes-yml/Dark Pastel.yml rename to themes/Dark Pastel.yml diff --git a/themes-yml/Darkside.yml b/themes/Darkside.yml similarity index 100% rename from themes-yml/Darkside.yml rename to themes/Darkside.yml diff --git a/themes-yml/Dehydration.yml b/themes/Dehydration.yml similarity index 100% rename from themes-yml/Dehydration.yml rename to themes/Dehydration.yml diff --git a/themes-yml/Desert.yml b/themes/Desert.yml similarity index 100% rename from themes-yml/Desert.yml rename to themes/Desert.yml diff --git a/themes-yml/Dimmed Monokai.yml b/themes/Dimmed Monokai.yml similarity index 100% rename from themes-yml/Dimmed Monokai.yml rename to themes/Dimmed Monokai.yml diff --git a/themes-yml/Dissonance.yml b/themes/Dissonance.yml similarity index 100% rename from themes-yml/Dissonance.yml rename to themes/Dissonance.yml diff --git a/themes-yml/Dracula.yml b/themes/Dracula.yml similarity index 100% rename from themes-yml/Dracula.yml rename to themes/Dracula.yml diff --git a/themes-yml/Earthsong.yml b/themes/Earthsong.yml similarity index 100% rename from themes-yml/Earthsong.yml rename to themes/Earthsong.yml diff --git a/themes-yml/Elemental.yml b/themes/Elemental.yml similarity index 100% rename from themes-yml/Elemental.yml rename to themes/Elemental.yml diff --git a/themes-yml/Elementary.yml b/themes/Elementary.yml similarity index 100% rename from themes-yml/Elementary.yml rename to themes/Elementary.yml diff --git a/themes-yml/Elic.yml b/themes/Elic.yml similarity index 100% rename from themes-yml/Elic.yml rename to themes/Elic.yml diff --git a/themes-yml/Elio.yml b/themes/Elio.yml similarity index 100% rename from themes-yml/Elio.yml rename to themes/Elio.yml diff --git a/themes-yml/Espresso Libre.yml b/themes/Espresso Libre.yml similarity index 100% rename from themes-yml/Espresso Libre.yml rename to themes/Espresso Libre.yml diff --git a/themes-yml/Espresso.yml b/themes/Espresso.yml similarity index 100% rename from themes-yml/Espresso.yml rename to themes/Espresso.yml diff --git a/themes-yml/Everblush.yml b/themes/Everblush.yml similarity index 100% rename from themes-yml/Everblush.yml rename to themes/Everblush.yml diff --git a/themes-yml/Everforest Dark.yml b/themes/Everforest Dark.yml similarity index 100% rename from themes-yml/Everforest Dark.yml rename to themes/Everforest Dark.yml diff --git a/themes-yml/Everforest Light.yml b/themes/Everforest Light.yml similarity index 100% rename from themes-yml/Everforest Light.yml rename to themes/Everforest Light.yml diff --git a/themes-yml/Fairy Floss Dark.yml b/themes/Fairy Floss Dark.yml similarity index 100% rename from themes-yml/Fairy Floss Dark.yml rename to themes/Fairy Floss Dark.yml diff --git a/themes-yml/Fairy Floss.yml b/themes/Fairy Floss.yml similarity index 100% rename from themes-yml/Fairy Floss.yml rename to themes/Fairy Floss.yml diff --git a/themes-yml/Fishtank.yml b/themes/Fishtank.yml similarity index 100% rename from themes-yml/Fishtank.yml rename to themes/Fishtank.yml diff --git a/themes-yml/Flat Remix.yml b/themes/Flat Remix.yml similarity index 100% rename from themes-yml/Flat Remix.yml rename to themes/Flat Remix.yml diff --git a/themes-yml/Flat.yml b/themes/Flat.yml similarity index 100% rename from themes-yml/Flat.yml rename to themes/Flat.yml diff --git a/themes-yml/Flatland.yml b/themes/Flatland.yml similarity index 100% rename from themes-yml/Flatland.yml rename to themes/Flatland.yml diff --git a/themes-yml/Foxnightly.yml b/themes/Foxnightly.yml similarity index 100% rename from themes-yml/Foxnightly.yml rename to themes/Foxnightly.yml diff --git a/themes-yml/Freya.yml b/themes/Freya.yml similarity index 100% rename from themes-yml/Freya.yml rename to themes/Freya.yml diff --git a/themes-yml/Frontend Delight.yml b/themes/Frontend Delight.yml similarity index 100% rename from themes-yml/Frontend Delight.yml rename to themes/Frontend Delight.yml diff --git a/themes-yml/Frontend Fun Forrest.yml b/themes/Frontend Fun Forrest.yml similarity index 100% rename from themes-yml/Frontend Fun Forrest.yml rename to themes/Frontend Fun Forrest.yml diff --git a/themes-yml/Frontend Galaxy.yml b/themes/Frontend Galaxy.yml similarity index 100% rename from themes-yml/Frontend Galaxy.yml rename to themes/Frontend Galaxy.yml diff --git a/themes-yml/Geohot.yml b/themes/Geohot.yml similarity index 100% rename from themes-yml/Geohot.yml rename to themes/Geohot.yml diff --git a/themes-yml/Github.yml b/themes/Github.yml similarity index 100% rename from themes-yml/Github.yml rename to themes/Github.yml diff --git a/themes-yml/Gogh.yml b/themes/Gogh.yml similarity index 100% rename from themes-yml/Gogh.yml rename to themes/Gogh.yml diff --git a/themes-yml/Gooey.yml b/themes/Gooey.yml similarity index 100% rename from themes-yml/Gooey.yml rename to themes/Gooey.yml diff --git a/themes-yml/Google Dark.yml b/themes/Google Dark.yml similarity index 100% rename from themes-yml/Google Dark.yml rename to themes/Google Dark.yml diff --git a/themes-yml/Google Light.yml b/themes/Google Light.yml similarity index 100% rename from themes-yml/Google Light.yml rename to themes/Google Light.yml diff --git a/themes-yml/Gotham.yml b/themes/Gotham.yml similarity index 100% rename from themes-yml/Gotham.yml rename to themes/Gotham.yml diff --git a/themes-yml/Grape.yml b/themes/Grape.yml similarity index 100% rename from themes-yml/Grape.yml rename to themes/Grape.yml diff --git a/themes-yml/Grass.yml b/themes/Grass.yml similarity index 100% rename from themes-yml/Grass.yml rename to themes/Grass.yml diff --git a/themes-yml/Gruvbox Dark.yml b/themes/Gruvbox Dark.yml similarity index 100% rename from themes-yml/Gruvbox Dark.yml rename to themes/Gruvbox Dark.yml diff --git a/themes-yml/Gruvbox.yml b/themes/Gruvbox.yml similarity index 100% rename from themes-yml/Gruvbox.yml rename to themes/Gruvbox.yml diff --git a/themes-yml/Hardcore.yml b/themes/Hardcore.yml similarity index 100% rename from themes-yml/Hardcore.yml rename to themes/Hardcore.yml diff --git a/themes-yml/Harper.yml b/themes/Harper.yml similarity index 100% rename from themes-yml/Harper.yml rename to themes/Harper.yml diff --git a/themes-yml/Hemisu Dark.yml b/themes/Hemisu Dark.yml similarity index 100% rename from themes-yml/Hemisu Dark.yml rename to themes/Hemisu Dark.yml diff --git a/themes-yml/Hemisu Light.yml b/themes/Hemisu Light.yml similarity index 100% rename from themes-yml/Hemisu Light.yml rename to themes/Hemisu Light.yml diff --git a/themes-yml/Highway.yml b/themes/Highway.yml similarity index 100% rename from themes-yml/Highway.yml rename to themes/Highway.yml diff --git a/themes-yml/Hipster Green.yml b/themes/Hipster Green.yml similarity index 100% rename from themes-yml/Hipster Green.yml rename to themes/Hipster Green.yml diff --git a/themes-yml/Homebrew.yml b/themes/Homebrew.yml similarity index 100% rename from themes-yml/Homebrew.yml rename to themes/Homebrew.yml diff --git a/themes-yml/Horizon Bright.yml b/themes/Horizon Bright.yml similarity index 100% rename from themes-yml/Horizon Bright.yml rename to themes/Horizon Bright.yml diff --git a/themes-yml/Horizon Dark.yml b/themes/Horizon Dark.yml similarity index 100% rename from themes-yml/Horizon Dark.yml rename to themes/Horizon Dark.yml diff --git a/themes-yml/Hurtado.yml b/themes/Hurtado.yml similarity index 100% rename from themes-yml/Hurtado.yml rename to themes/Hurtado.yml diff --git a/themes-yml/Hybrid.yml b/themes/Hybrid.yml similarity index 100% rename from themes-yml/Hybrid.yml rename to themes/Hybrid.yml diff --git a/themes-yml/Ibm 3270 (High Contrast).yml b/themes/Ibm 3270 (High Contrast).yml similarity index 100% rename from themes-yml/Ibm 3270 (High Contrast).yml rename to themes/Ibm 3270 (High Contrast).yml diff --git a/themes-yml/Ibm3270.yml b/themes/Ibm3270.yml similarity index 100% rename from themes-yml/Ibm3270.yml rename to themes/Ibm3270.yml diff --git a/themes-yml/Ic Green Ppl.yml b/themes/Ic Green Ppl.yml similarity index 100% rename from themes-yml/Ic Green Ppl.yml rename to themes/Ic Green Ppl.yml diff --git a/themes-yml/Ic Orange Ppl.yml b/themes/Ic Orange Ppl.yml similarity index 100% rename from themes-yml/Ic Orange Ppl.yml rename to themes/Ic Orange Ppl.yml diff --git a/themes-yml/Idle Toes.yml b/themes/Idle Toes.yml similarity index 100% rename from themes-yml/Idle Toes.yml rename to themes/Idle Toes.yml diff --git a/themes-yml/Ir Black.yml b/themes/Ir Black.yml similarity index 100% rename from themes-yml/Ir Black.yml rename to themes/Ir Black.yml diff --git a/themes-yml/Jackie Brown.yml b/themes/Jackie Brown.yml similarity index 100% rename from themes-yml/Jackie Brown.yml rename to themes/Jackie Brown.yml diff --git a/themes-yml/Japanesque.yml b/themes/Japanesque.yml similarity index 100% rename from themes-yml/Japanesque.yml rename to themes/Japanesque.yml diff --git a/themes-yml/Jellybeans.yml b/themes/Jellybeans.yml similarity index 100% rename from themes-yml/Jellybeans.yml rename to themes/Jellybeans.yml diff --git a/themes-yml/Jup.yml b/themes/Jup.yml similarity index 100% rename from themes-yml/Jup.yml rename to themes/Jup.yml diff --git a/themes-yml/Kanagawa.yml b/themes/Kanagawa.yml similarity index 100% rename from themes-yml/Kanagawa.yml rename to themes/Kanagawa.yml diff --git a/themes-yml/Kibble.yml b/themes/Kibble.yml similarity index 100% rename from themes-yml/Kibble.yml rename to themes/Kibble.yml diff --git a/themes-yml/Kokuban.yml b/themes/Kokuban.yml similarity index 100% rename from themes-yml/Kokuban.yml rename to themes/Kokuban.yml diff --git a/themes-yml/Laserwave.yml b/themes/Laserwave.yml similarity index 100% rename from themes-yml/Laserwave.yml rename to themes/Laserwave.yml diff --git a/themes-yml/Later This Evening.yml b/themes/Later This Evening.yml similarity index 100% rename from themes-yml/Later This Evening.yml rename to themes/Later This Evening.yml diff --git a/themes-yml/Lavandula.yml b/themes/Lavandula.yml similarity index 100% rename from themes-yml/Lavandula.yml rename to themes/Lavandula.yml diff --git a/themes-yml/Liquid Carbon Transparent.yml b/themes/Liquid Carbon Transparent.yml similarity index 100% rename from themes-yml/Liquid Carbon Transparent.yml rename to themes/Liquid Carbon Transparent.yml diff --git a/themes-yml/Liquid Carbon.yml b/themes/Liquid Carbon.yml similarity index 100% rename from themes-yml/Liquid Carbon.yml rename to themes/Liquid Carbon.yml diff --git a/themes-yml/Lunaria Dark.yml b/themes/Lunaria Dark.yml similarity index 100% rename from themes-yml/Lunaria Dark.yml rename to themes/Lunaria Dark.yml diff --git a/themes-yml/Lunaria Eclipse.yml b/themes/Lunaria Eclipse.yml similarity index 100% rename from themes-yml/Lunaria Eclipse.yml rename to themes/Lunaria Eclipse.yml diff --git a/themes-yml/Lunaria Light.yml b/themes/Lunaria Light.yml similarity index 100% rename from themes-yml/Lunaria Light.yml rename to themes/Lunaria Light.yml diff --git a/themes-yml/Maia.yml b/themes/Maia.yml similarity index 100% rename from themes-yml/Maia.yml rename to themes/Maia.yml diff --git a/themes-yml/Man Page.yml b/themes/Man Page.yml similarity index 100% rename from themes-yml/Man Page.yml rename to themes/Man Page.yml diff --git a/themes-yml/Mar.yml b/themes/Mar.yml similarity index 100% rename from themes-yml/Mar.yml rename to themes/Mar.yml diff --git a/themes-yml/Material.yml b/themes/Material.yml similarity index 100% rename from themes-yml/Material.yml rename to themes/Material.yml diff --git a/themes-yml/Mathias.yml b/themes/Mathias.yml similarity index 100% rename from themes-yml/Mathias.yml rename to themes/Mathias.yml diff --git a/themes-yml/Medallion.yml b/themes/Medallion.yml similarity index 100% rename from themes-yml/Medallion.yml rename to themes/Medallion.yml diff --git a/themes-yml/Misterioso.yml b/themes/Misterioso.yml similarity index 100% rename from themes-yml/Misterioso.yml rename to themes/Misterioso.yml diff --git a/themes-yml/Miu.yml b/themes/Miu.yml similarity index 100% rename from themes-yml/Miu.yml rename to themes/Miu.yml diff --git a/themes-yml/Molokai.yml b/themes/Molokai.yml similarity index 100% rename from themes-yml/Molokai.yml rename to themes/Molokai.yml diff --git a/themes-yml/Mona Lisa.yml b/themes/Mona Lisa.yml similarity index 100% rename from themes-yml/Mona Lisa.yml rename to themes/Mona Lisa.yml diff --git a/themes-yml/Mono Amber.yml b/themes/Mono Amber.yml similarity index 100% rename from themes-yml/Mono Amber.yml rename to themes/Mono Amber.yml diff --git a/themes-yml/Mono Cyan.yml b/themes/Mono Cyan.yml similarity index 100% rename from themes-yml/Mono Cyan.yml rename to themes/Mono Cyan.yml diff --git a/themes-yml/Mono Green.yml b/themes/Mono Green.yml similarity index 100% rename from themes-yml/Mono Green.yml rename to themes/Mono Green.yml diff --git a/themes-yml/Mono Red.yml b/themes/Mono Red.yml similarity index 100% rename from themes-yml/Mono Red.yml rename to themes/Mono Red.yml diff --git a/themes-yml/Mono White.yml b/themes/Mono White.yml similarity index 100% rename from themes-yml/Mono White.yml rename to themes/Mono White.yml diff --git a/themes-yml/Mono Yellow.yml b/themes/Mono Yellow.yml similarity index 100% rename from themes-yml/Mono Yellow.yml rename to themes/Mono Yellow.yml diff --git a/themes-yml/Monokai Dark.yml b/themes/Monokai Dark.yml similarity index 100% rename from themes-yml/Monokai Dark.yml rename to themes/Monokai Dark.yml diff --git a/themes-yml/Monokai Pro Ristretto.yml b/themes/Monokai Pro Ristretto.yml similarity index 100% rename from themes-yml/Monokai Pro Ristretto.yml rename to themes/Monokai Pro Ristretto.yml diff --git a/themes-yml/Monokai Pro.yml b/themes/Monokai Pro.yml similarity index 100% rename from themes-yml/Monokai Pro.yml rename to themes/Monokai Pro.yml diff --git a/themes-yml/Monokai Soda.yml b/themes/Monokai Soda.yml similarity index 100% rename from themes-yml/Monokai Soda.yml rename to themes/Monokai Soda.yml diff --git a/themes-yml/Morada.yml b/themes/Morada.yml similarity index 100% rename from themes-yml/Morada.yml rename to themes/Morada.yml diff --git a/themes-yml/N0Tch2K.yml b/themes/N0Tch2K.yml similarity index 100% rename from themes-yml/N0Tch2K.yml rename to themes/N0Tch2K.yml diff --git a/themes-yml/Neon Night.yml b/themes/Neon Night.yml similarity index 100% rename from themes-yml/Neon Night.yml rename to themes/Neon Night.yml diff --git a/themes-yml/Neopolitan.yml b/themes/Neopolitan.yml similarity index 100% rename from themes-yml/Neopolitan.yml rename to themes/Neopolitan.yml diff --git a/themes-yml/Nep.yml b/themes/Nep.yml similarity index 100% rename from themes-yml/Nep.yml rename to themes/Nep.yml diff --git a/themes-yml/Neutron.yml b/themes/Neutron.yml similarity index 100% rename from themes-yml/Neutron.yml rename to themes/Neutron.yml diff --git a/themes-yml/Night Owl.yml b/themes/Night Owl.yml similarity index 100% rename from themes-yml/Night Owl.yml rename to themes/Night Owl.yml diff --git a/themes-yml/Nightlion V1.yml b/themes/Nightlion V1.yml similarity index 100% rename from themes-yml/Nightlion V1.yml rename to themes/Nightlion V1.yml diff --git a/themes-yml/Nightlion V2.yml b/themes/Nightlion V2.yml similarity index 100% rename from themes-yml/Nightlion V2.yml rename to themes/Nightlion V2.yml diff --git a/themes-yml/Nighty.yml b/themes/Nighty.yml similarity index 100% rename from themes-yml/Nighty.yml rename to themes/Nighty.yml diff --git a/themes-yml/Nord Light.yml b/themes/Nord Light.yml similarity index 100% rename from themes-yml/Nord Light.yml rename to themes/Nord Light.yml diff --git a/themes-yml/Nord.yml b/themes/Nord.yml similarity index 100% rename from themes-yml/Nord.yml rename to themes/Nord.yml diff --git a/themes-yml/Novel.yml b/themes/Novel.yml similarity index 100% rename from themes-yml/Novel.yml rename to themes/Novel.yml diff --git a/themes-yml/Obsidian.yml b/themes/Obsidian.yml similarity index 100% rename from themes-yml/Obsidian.yml rename to themes/Obsidian.yml diff --git a/themes-yml/Ocean Dark.yml b/themes/Ocean Dark.yml similarity index 100% rename from themes-yml/Ocean Dark.yml rename to themes/Ocean Dark.yml diff --git a/themes-yml/Ocean.yml b/themes/Ocean.yml similarity index 100% rename from themes-yml/Ocean.yml rename to themes/Ocean.yml diff --git a/themes-yml/Oceanic Next.yml b/themes/Oceanic Next.yml similarity index 100% rename from themes-yml/Oceanic Next.yml rename to themes/Oceanic Next.yml diff --git a/themes-yml/Ollie.yml b/themes/Ollie.yml similarity index 100% rename from themes-yml/Ollie.yml rename to themes/Ollie.yml diff --git a/themes-yml/Omni.yml b/themes/Omni.yml similarity index 100% rename from themes-yml/Omni.yml rename to themes/Omni.yml diff --git a/themes-yml/One Dark.yml b/themes/One Dark.yml similarity index 100% rename from themes-yml/One Dark.yml rename to themes/One Dark.yml diff --git a/themes-yml/One Half Black.yml b/themes/One Half Black.yml similarity index 100% rename from themes-yml/One Half Black.yml rename to themes/One Half Black.yml diff --git a/themes-yml/One Light.yml b/themes/One Light.yml similarity index 100% rename from themes-yml/One Light.yml rename to themes/One Light.yml diff --git a/themes-yml/Palenight.yml b/themes/Palenight.yml similarity index 100% rename from themes-yml/Palenight.yml rename to themes/Palenight.yml diff --git a/themes-yml/Pali.yml b/themes/Pali.yml similarity index 100% rename from themes-yml/Pali.yml rename to themes/Pali.yml diff --git a/themes-yml/Panda.yml b/themes/Panda.yml similarity index 100% rename from themes-yml/Panda.yml rename to themes/Panda.yml diff --git a/themes-yml/Papercolor Dark.yml b/themes/Papercolor Dark.yml similarity index 100% rename from themes-yml/Papercolor Dark.yml rename to themes/Papercolor Dark.yml diff --git a/themes-yml/Papercolor Light.yml b/themes/Papercolor Light.yml similarity index 100% rename from themes-yml/Papercolor Light.yml rename to themes/Papercolor Light.yml diff --git a/themes-yml/Paraiso Dark.yml b/themes/Paraiso Dark.yml similarity index 100% rename from themes-yml/Paraiso Dark.yml rename to themes/Paraiso Dark.yml diff --git a/themes-yml/Paul Millr.yml b/themes/Paul Millr.yml similarity index 100% rename from themes-yml/Paul Millr.yml rename to themes/Paul Millr.yml diff --git a/themes-yml/Pencil Dark.yml b/themes/Pencil Dark.yml similarity index 100% rename from themes-yml/Pencil Dark.yml rename to themes/Pencil Dark.yml diff --git a/themes-yml/Pencil Light.yml b/themes/Pencil Light.yml similarity index 100% rename from themes-yml/Pencil Light.yml rename to themes/Pencil Light.yml diff --git a/themes-yml/Peppermint.yml b/themes/Peppermint.yml similarity index 100% rename from themes-yml/Peppermint.yml rename to themes/Peppermint.yml diff --git a/themes-yml/Pixiefloss.yml b/themes/Pixiefloss.yml similarity index 100% rename from themes-yml/Pixiefloss.yml rename to themes/Pixiefloss.yml diff --git a/themes-yml/Pnevma.yml b/themes/Pnevma.yml similarity index 100% rename from themes-yml/Pnevma.yml rename to themes/Pnevma.yml diff --git a/themes-yml/Powershell.yml b/themes/Powershell.yml similarity index 100% rename from themes-yml/Powershell.yml rename to themes/Powershell.yml diff --git a/themes-yml/Predawn.yml b/themes/Predawn.yml similarity index 100% rename from themes-yml/Predawn.yml rename to themes/Predawn.yml diff --git a/themes-yml/Pro.yml b/themes/Pro.yml similarity index 100% rename from themes-yml/Pro.yml rename to themes/Pro.yml diff --git a/themes-yml/Purple People Eater.yml b/themes/Purple People Eater.yml similarity index 100% rename from themes-yml/Purple People Eater.yml rename to themes/Purple People Eater.yml diff --git a/themes-yml/Red Alert.yml b/themes/Red Alert.yml similarity index 100% rename from themes-yml/Red Alert.yml rename to themes/Red Alert.yml diff --git a/themes-yml/Red Sands.yml b/themes/Red Sands.yml similarity index 100% rename from themes-yml/Red Sands.yml rename to themes/Red Sands.yml diff --git a/themes-yml/Relaxed.yml b/themes/Relaxed.yml similarity index 100% rename from themes-yml/Relaxed.yml rename to themes/Relaxed.yml diff --git a/themes-yml/Rippedcasts.yml b/themes/Rippedcasts.yml similarity index 100% rename from themes-yml/Rippedcasts.yml rename to themes/Rippedcasts.yml diff --git a/themes-yml/Rosé Pine Dawn.yml b/themes/Rosé Pine Dawn.yml similarity index 100% rename from themes-yml/Rosé Pine Dawn.yml rename to themes/Rosé Pine Dawn.yml diff --git a/themes-yml/Rosé Pine Moon.yml b/themes/Rosé Pine Moon.yml similarity index 100% rename from themes-yml/Rosé Pine Moon.yml rename to themes/Rosé Pine Moon.yml diff --git a/themes-yml/Rosé Pine.yml b/themes/Rosé Pine.yml similarity index 100% rename from themes-yml/Rosé Pine.yml rename to themes/Rosé Pine.yml diff --git a/themes-yml/Royal.yml b/themes/Royal.yml similarity index 100% rename from themes-yml/Royal.yml rename to themes/Royal.yml diff --git a/themes-yml/Sat.yml b/themes/Sat.yml similarity index 100% rename from themes-yml/Sat.yml rename to themes/Sat.yml diff --git a/themes-yml/Sea Shells.yml b/themes/Sea Shells.yml similarity index 100% rename from themes-yml/Sea Shells.yml rename to themes/Sea Shells.yml diff --git a/themes-yml/Seafoam Pastel.yml b/themes/Seafoam Pastel.yml similarity index 100% rename from themes-yml/Seafoam Pastel.yml rename to themes/Seafoam Pastel.yml diff --git a/themes-yml/Seti.yml b/themes/Seti.yml similarity index 100% rename from themes-yml/Seti.yml rename to themes/Seti.yml diff --git a/themes-yml/Shaman.yml b/themes/Shaman.yml similarity index 100% rename from themes-yml/Shaman.yml rename to themes/Shaman.yml diff --git a/themes-yml/Shel.yml b/themes/Shel.yml similarity index 100% rename from themes-yml/Shel.yml rename to themes/Shel.yml diff --git a/themes-yml/Slate.yml b/themes/Slate.yml similarity index 100% rename from themes-yml/Slate.yml rename to themes/Slate.yml diff --git a/themes-yml/Smyck.yml b/themes/Smyck.yml similarity index 100% rename from themes-yml/Smyck.yml rename to themes/Smyck.yml diff --git a/themes-yml/Snazzy.yml b/themes/Snazzy.yml similarity index 100% rename from themes-yml/Snazzy.yml rename to themes/Snazzy.yml diff --git a/themes-yml/Soft Server.yml b/themes/Soft Server.yml similarity index 100% rename from themes-yml/Soft Server.yml rename to themes/Soft Server.yml diff --git a/themes-yml/Solarized Darcula.yml b/themes/Solarized Darcula.yml similarity index 100% rename from themes-yml/Solarized Darcula.yml rename to themes/Solarized Darcula.yml diff --git a/themes-yml/Solarized Dark Higher Contrast.yml b/themes/Solarized Dark Higher Contrast.yml similarity index 100% rename from themes-yml/Solarized Dark Higher Contrast.yml rename to themes/Solarized Dark Higher Contrast.yml diff --git a/themes-yml/Solarized Dark.yml b/themes/Solarized Dark.yml similarity index 100% rename from themes-yml/Solarized Dark.yml rename to themes/Solarized Dark.yml diff --git a/themes-yml/Solarized Light.yml b/themes/Solarized Light.yml similarity index 100% rename from themes-yml/Solarized Light.yml rename to themes/Solarized Light.yml diff --git a/themes-yml/Sonokai.yml b/themes/Sonokai.yml similarity index 100% rename from themes-yml/Sonokai.yml rename to themes/Sonokai.yml diff --git a/themes-yml/Spacedust.yml b/themes/Spacedust.yml similarity index 100% rename from themes-yml/Spacedust.yml rename to themes/Spacedust.yml diff --git a/themes-yml/Spacegray Eighties Dull.yml b/themes/Spacegray Eighties Dull.yml similarity index 100% rename from themes-yml/Spacegray Eighties Dull.yml rename to themes/Spacegray Eighties Dull.yml diff --git a/themes-yml/Spacegray Eighties.yml b/themes/Spacegray Eighties.yml similarity index 100% rename from themes-yml/Spacegray Eighties.yml rename to themes/Spacegray Eighties.yml diff --git a/themes-yml/Spacegray.yml b/themes/Spacegray.yml similarity index 100% rename from themes-yml/Spacegray.yml rename to themes/Spacegray.yml diff --git a/themes-yml/Spring.yml b/themes/Spring.yml similarity index 100% rename from themes-yml/Spring.yml rename to themes/Spring.yml diff --git a/themes-yml/Square.yml b/themes/Square.yml similarity index 100% rename from themes-yml/Square.yml rename to themes/Square.yml diff --git a/themes-yml/Srcery.yml b/themes/Srcery.yml similarity index 100% rename from themes-yml/Srcery.yml rename to themes/Srcery.yml diff --git a/themes-yml/Summer Pop.yml b/themes/Summer Pop.yml similarity index 100% rename from themes-yml/Summer Pop.yml rename to themes/Summer Pop.yml diff --git a/themes-yml/Sundried.yml b/themes/Sundried.yml similarity index 100% rename from themes-yml/Sundried.yml rename to themes/Sundried.yml diff --git a/themes-yml/Sweet Eliverlara.yml b/themes/Sweet Eliverlara.yml similarity index 100% rename from themes-yml/Sweet Eliverlara.yml rename to themes/Sweet Eliverlara.yml diff --git a/themes-yml/Sweet Terminal.yml b/themes/Sweet Terminal.yml similarity index 100% rename from themes-yml/Sweet Terminal.yml rename to themes/Sweet Terminal.yml diff --git a/themes-yml/Symphonic.yml b/themes/Symphonic.yml similarity index 100% rename from themes-yml/Symphonic.yml rename to themes/Symphonic.yml diff --git a/themes-yml/Synthwave Alpha.yml b/themes/Synthwave Alpha.yml similarity index 100% rename from themes-yml/Synthwave Alpha.yml rename to themes/Synthwave Alpha.yml diff --git a/themes-yml/Synthwave.yml b/themes/Synthwave.yml similarity index 100% rename from themes-yml/Synthwave.yml rename to themes/Synthwave.yml diff --git a/themes-yml/Teerb.yml b/themes/Teerb.yml similarity index 100% rename from themes-yml/Teerb.yml rename to themes/Teerb.yml diff --git a/themes-yml/Tender.yml b/themes/Tender.yml similarity index 100% rename from themes-yml/Tender.yml rename to themes/Tender.yml diff --git a/themes-yml/Terminal Basic.yml b/themes/Terminal Basic.yml similarity index 100% rename from themes-yml/Terminal Basic.yml rename to themes/Terminal Basic.yml diff --git a/themes-yml/Terminix Dark.yml b/themes/Terminix Dark.yml similarity index 100% rename from themes-yml/Terminix Dark.yml rename to themes/Terminix Dark.yml diff --git a/themes-yml/Thayer Bright.yml b/themes/Thayer Bright.yml similarity index 100% rename from themes-yml/Thayer Bright.yml rename to themes/Thayer Bright.yml diff --git a/themes-yml/Tin.yml b/themes/Tin.yml similarity index 100% rename from themes-yml/Tin.yml rename to themes/Tin.yml diff --git a/themes-yml/Tokyo Night Light.yml b/themes/Tokyo Night Light.yml similarity index 100% rename from themes-yml/Tokyo Night Light.yml rename to themes/Tokyo Night Light.yml diff --git a/themes-yml/Tokyo Night Storm.yml b/themes/Tokyo Night Storm.yml similarity index 100% rename from themes-yml/Tokyo Night Storm.yml rename to themes/Tokyo Night Storm.yml diff --git a/themes-yml/Tokyo Night.yml b/themes/Tokyo Night.yml similarity index 100% rename from themes-yml/Tokyo Night.yml rename to themes/Tokyo Night.yml diff --git a/themes-yml/Tomorrow Night Blue.yml b/themes/Tomorrow Night Blue.yml similarity index 100% rename from themes-yml/Tomorrow Night Blue.yml rename to themes/Tomorrow Night Blue.yml diff --git a/themes-yml/Tomorrow Night Bright.yml b/themes/Tomorrow Night Bright.yml similarity index 100% rename from themes-yml/Tomorrow Night Bright.yml rename to themes/Tomorrow Night Bright.yml diff --git a/themes-yml/Tomorrow Night Eighties.yml b/themes/Tomorrow Night Eighties.yml similarity index 100% rename from themes-yml/Tomorrow Night Eighties.yml rename to themes/Tomorrow Night Eighties.yml diff --git a/themes-yml/Tomorrow Night.yml b/themes/Tomorrow Night.yml similarity index 100% rename from themes-yml/Tomorrow Night.yml rename to themes/Tomorrow Night.yml diff --git a/themes-yml/Tomorrow.yml b/themes/Tomorrow.yml similarity index 100% rename from themes-yml/Tomorrow.yml rename to themes/Tomorrow.yml diff --git a/themes-yml/Toy Chest.yml b/themes/Toy Chest.yml similarity index 100% rename from themes-yml/Toy Chest.yml rename to themes/Toy Chest.yml diff --git a/themes-yml/Treehouse.yml b/themes/Treehouse.yml similarity index 100% rename from themes-yml/Treehouse.yml rename to themes/Treehouse.yml diff --git a/themes-yml/Twilight.yml b/themes/Twilight.yml similarity index 100% rename from themes-yml/Twilight.yml rename to themes/Twilight.yml diff --git a/themes-yml/Ura.yml b/themes/Ura.yml similarity index 100% rename from themes-yml/Ura.yml rename to themes/Ura.yml diff --git a/themes-yml/Urple.yml b/themes/Urple.yml similarity index 100% rename from themes-yml/Urple.yml rename to themes/Urple.yml diff --git a/themes-yml/Vag.yml b/themes/Vag.yml similarity index 100% rename from themes-yml/Vag.yml rename to themes/Vag.yml diff --git a/themes-yml/Vaughn.yml b/themes/Vaughn.yml similarity index 100% rename from themes-yml/Vaughn.yml rename to themes/Vaughn.yml diff --git a/themes-yml/Vibrant Ink.yml b/themes/Vibrant Ink.yml similarity index 100% rename from themes-yml/Vibrant Ink.yml rename to themes/Vibrant Ink.yml diff --git a/themes-yml/Vs Code Dark+.yml b/themes/Vs Code Dark+.yml similarity index 100% rename from themes-yml/Vs Code Dark+.yml rename to themes/Vs Code Dark+.yml diff --git a/themes-yml/Vs Code Light+.yml b/themes/Vs Code Light+.yml similarity index 100% rename from themes-yml/Vs Code Light+.yml rename to themes/Vs Code Light+.yml diff --git a/themes-yml/Warm Neon.yml b/themes/Warm Neon.yml similarity index 100% rename from themes-yml/Warm Neon.yml rename to themes/Warm Neon.yml diff --git a/themes-yml/Wez.yml b/themes/Wez.yml similarity index 100% rename from themes-yml/Wez.yml rename to themes/Wez.yml diff --git a/themes-yml/Wild Cherry.yml b/themes/Wild Cherry.yml similarity index 100% rename from themes-yml/Wild Cherry.yml rename to themes/Wild Cherry.yml diff --git a/themes-yml/Wombat.yml b/themes/Wombat.yml similarity index 100% rename from themes-yml/Wombat.yml rename to themes/Wombat.yml diff --git a/themes-yml/Wryan.yml b/themes/Wryan.yml similarity index 100% rename from themes-yml/Wryan.yml rename to themes/Wryan.yml diff --git a/themes-yml/Wzoreck.yml b/themes/Wzoreck.yml similarity index 100% rename from themes-yml/Wzoreck.yml rename to themes/Wzoreck.yml diff --git a/themes-yml/Zenburn.yml b/themes/Zenburn.yml similarity index 100% rename from themes-yml/Zenburn.yml rename to themes/Zenburn.yml diff --git a/tools/generateShFiles.py b/tools/generateShFiles.py index a7dd92d..67de10c 100644 --- a/tools/generateShFiles.py +++ b/tools/generateShFiles.py @@ -6,7 +6,7 @@ import subprocess import yaml folder_path = "./themes-yml" -dest_path = './themes' +dest_path = './installs' themes = [] # List files and directories in the folder