klaudiosinani / hyper-pokemon

Tailor-made Pokémon themes for your Hyper terminal
https://klaussinani.github.io/hyper-pokemon
MIT License
1.04k stars 60 forks source link

Make Zubat theme tabs more readable #30

Closed nblackburn closed 6 years ago

nblackburn commented 6 years ago

Zubat

The Zubat theme tabs need tweaking to be more readable as it's hard to make them out.

https://github.com/klauscfhq/hyper-pokemon/blob/master/pokemon.yml#L292-L297

klaudiosinani commented 6 years ago

It is possible to manually change the tabs color through the pokemonSyntax option, by setting it to dark, thus achieving a better contrast. This is something that will happen automatically on the upcoming release.

// ~/.hyper.js
pokemon: 'zubat',
pokemonSyntax: 'dark', // Defines the color of the terminal tabs    

hyper_2018-03-23_22-40-03

klaudiosinani commented 6 years ago

Fixed on 19311b5.