1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

new themes Tilix-Themes

This commit is contained in:
mquintero 2017-07-07 17:51:58 -05:00
parent 3a8b94fa45
commit efaf62fd40
48 changed files with 116 additions and 0 deletions

0
gh-pages/favicons/favicon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 318 B

116
gogh.sh Executable file → Normal file
View File

@ -1,49 +1,165 @@
#!/usr/bin/env bash
declare -a THEMES=(
'3024-day.sh'
'3024-night.sh'
'aci.sh'
'aco.sh'
'adventuretime.sh'
'afterglow.sh'
'alien-blood.sh'
'argonaut.sh'
'arthur.sh'
'atom.sh'
'azu.sh'
'belafonte-day.sh'
'belafonte-night.sh'
'bim.sh'
'birds-of-paradise.sh'
'blazer.sh'
'borland.sh'
'broadcast.sh'
'brogrammer.sh'
'c64.sh'
'cai.sh'
'chalkboard.sh'
'chalk.sh'
'ciapre.sh'
'clrs.sh'
'cobalt2.sh'
'cobalt-neon.sh'
'crayon-pony-fish.sh'
'dark-pastel.sh'
'darkside.sh'
'desert.sh'
'dimmed-monokai.sh'
'dracula.sh'
'earthsong.sh'
'elemental.sh'
'elementary.sh'
'elic.sh'
'elio.sh'
'espresso-libre.sh'
'espresso.sh'
'fishtank.sh'
'flatland.sh'
'flat.sh'
'freya.sh'
'frontend-delight.sh'
'frontend-fun-forrest.sh'
'frontend-galaxy.sh'
'github.sh'
'grape.sh'
'grass.sh'
'gruvbox-dark.sh'
'gruvbox.sh'
'hardcore.sh'
'harper.sh'
'hemisu-dark.sh'
'hemisu-light.sh'
'highway.sh'
'hipster-green.sh'
'homebrew.sh'
'hurtado.sh'
'hybrid.sh'
'ic-green-ppl.sh'
'ic-orange-ppl.sh'
'idle-toes.sh'
'ir-black.sh'
'jackie-brown.sh'
'japanesque.sh'
'jellybeans.sh'
'jup.sh'
'kibble.sh'
'later-this-evening.sh'
'lavandula.sh'
'liquid-carbon.sh'
'liquid-carbon-transparent.sh'
'man-page.sh'
'mar.sh'
'material.sh'
'mathias.sh'
'medallion.sh'
'misterioso.sh'
'miu.sh'
'molokai.sh'
'monalisa.sh'
'monokai-dark.sh'
'monokai-soda.sh'
'n0tch2k.sh'
'neopolitan.sh'
'nep.sh'
'neutron.sh'
'nightlion-v1.sh'
'nightlion-v2.sh'
'nord-light.sh'
'nord.sh'
'novel.sh'
'obsidian.sh'
'ocean-dark.sh'
'oceanic-next.sh'
'ocean.sh'
'ollie.sh'
'one-dark.sh'
'one-light.sh'
'pali.sh'
'paraiso-dark.sh'
'paul-millr.sh'
'pencil-dark.sh'
'pencil-light.sh'
'peppermint.sh'
'pnevma.sh'
'pro.sh'
'red-alert.sh'
'red-sands.sh'
'rippedcasts.sh'
'royal.sh'
'sat.sh'
'seafoam-pastel.sh'
'sea-shells.sh'
'seti.sh'
'shaman.sh'
'shel.sh'
'slate.sh'
'smyck.sh'
'soft-server.sh'
'solarized-darcula.sh'
'solarized-dark-higher-contrast.sh'
'solarized-dark.sh'
'solarized-light.sh'
'spacedust.sh'
'spacegray-eighties-dull.sh'
'spacegray-eighties.sh'
'spacegray.sh'
'spring.sh'
'square.sh'
'sundried.sh'
'symphonic.sh'
'teerb.sh'
'terminal-basic.sh'
'terminix-dark.sh'
'thayer-bright.sh'
'tin.sh'
'tommorow-night.sh'
'tomorrow-night-blue.sh'
'tomorrow-night-bright.sh'
'tomorrow-night-eighties.sh'
'tomorrow-night.sh'
'tomorrow.sh'
'toy-chest.sh'
'treehouse.sh'
'twilight.sh'
'ura.sh'
'urple.sh'
'vag.sh'
'vaughn.sh'
'vibrant-ink.sh'
'warm-neon.sh'
'wez.sh'
'wild-cherry.sh'
'wombat.sh'
'wryan.sh'
'zenburn.sh'
)
set_gogh () {

0
test/test.sh Executable file → Normal file
View File

0
themes/README.md Executable file → Normal file
View File

0
themes/_base.sh Executable file → Normal file
View File

0
themes/aci.sh Executable file → Normal file
View File

0
themes/aco.sh Executable file → Normal file
View File

0
themes/azu.sh Executable file → Normal file
View File

0
themes/bim.sh Executable file → Normal file
View File

0
themes/cai.sh Executable file → Normal file
View File

0
themes/chalk.sh Executable file → Normal file
View File

0
themes/dracula.sh Executable file → Normal file
View File

0
themes/elementary.sh Executable file → Normal file
View File

0
themes/elic.sh Executable file → Normal file
View File

0
themes/elio.sh Executable file → Normal file
View File

0
themes/flat.sh Executable file → Normal file
View File

0
themes/freya.sh Executable file → Normal file
View File

0
themes/gruvbox-dark.sh Executable file → Normal file
View File

0
themes/hemisu-dark.sh Executable file → Normal file
View File

0
themes/hemisu-light.sh Executable file → Normal file
View File

0
themes/hybrid.sh Executable file → Normal file
View File

0
themes/ir-black.sh Executable file → Normal file
View File

0
themes/jup.sh Executable file → Normal file
View File

0
themes/mar.sh Executable file → Normal file
View File

0
themes/material.sh Executable file → Normal file
View File

0
themes/miu.sh Executable file → Normal file
View File

0
themes/monokai-dark.sh Executable file → Normal file
View File

0
themes/nep.sh Executable file → Normal file
View File

0
themes/nord-light.sh Executable file → Normal file
View File

0
themes/nord.sh Executable file → Normal file
View File

0
themes/ocean-dark.sh Executable file → Normal file
View File

0
themes/one-dark.sh Executable file → Normal file
View File

0
themes/one-light.sh Executable file → Normal file
View File

0
themes/pali.sh Executable file → Normal file
View File

0
themes/peppermint.sh Executable file → Normal file
View File

0
themes/sat.sh Executable file → Normal file
View File

0
themes/shel.sh Executable file → Normal file
View File

0
themes/smyck.sh Executable file → Normal file
View File

0
themes/solarized-dark.sh Executable file → Normal file
View File

0
themes/solarized-light.sh Executable file → Normal file
View File

0
themes/tin.sh Executable file → Normal file
View File

0
themes/tomorrow-night-blue.sh Executable file → Normal file
View File

0
themes/tomorrow-night-bright.sh Executable file → Normal file
View File

0
themes/tomorrow-night-eighties.sh Executable file → Normal file
View File

0
themes/tomorrow-night.sh Executable file → Normal file
View File

0
themes/tomorrow.sh Executable file → Normal file
View File

0
themes/ura.sh Executable file → Normal file
View File

0
themes/vag.sh Executable file → Normal file
View File