Skip to content

🌈🐱Wondrous, tailor-made Pokémon themes for your Hyper terminal

License

Notifications You must be signed in to change notification settings

anne/hyper-pokemon

 
 

Repository files navigation

🌈🐱Wondrous, tailor-made Pokémon themes for your Hyper terminal

Build Status Dependency Status Trello Board Gitter XO code style Latest version Repo Size npm

Contents

Description

Made for Pokémon enthusiasts by Pokémon enthusiasts ❤

Come over to our Gitter to share your thoughts on the project or to just say hi!

Track the creation/progress of all themes on our Trello board!

All of the wonderful Pokémon backgrounds were created by the amazing Teej/TopHat.

Inspired by the original Pokemon-Terminal project.

Install

Using the plugin manager - hpm-cli

Firstly, ensure you have Hyper and Node.js installed in your system.
Then simply do the npm dance to get hpm-cli

# fire up a terminal and type
$ npm install -g hpm-cli

Once done with that, it's time to install the hyper-pokemon theme!

# run the hyper plugin manager
$ hpm install hyper-pokemon

Manually through .hyper.js

Add hyper-pokemon to the plugins list in your ~/.hyper.js config file and restart Hyper. That's it!

plugins: ['hyper-pokemon']

⬆️Back to top!

Usage

Once you have installed hyper-pokemon, it's time to set your favorite theme!

Go to your ~/.hyper.js and add the pokemon and pokemonSyntax options below the colors object, and define your theme of choice!

Here is a quick example, where we choose the gengar theme, with a unibody color for the window header & dark terminal tabs! 👻

config: {
    //...
    colors {
    //...
    },
    pokemon: 'gengar', // Define your favorite pokemon theme!
    pokemonSyntax: 'dark', // Define the color of the terminal tabs.
    unibody: 'true', // Define the color of the Hyper window header
}

Gengar Example

To get the exact same look as in this image, install oh-my-zsh and choose pure as your zsh prompt 🐱

⬆️Back to top!

Options

pokemon

Using this option you can choose your pokémon background along with it's tailor-made syntax color.

The assignable values are:

  • pokemon name - choose any of the available Pokémon themes by defining the Pokémon name.

    i.e. pokemon: "charizard", pokemon: "pikachu", pokemon: "blastoise" etc

  • random - randomly selects a Pokémon theme from the whole list of available Pokémons, each time you fire up a new Hyper terminal session.

    i.e. pokemon: "random"

  • pokemon type - randomly selects a Pokémon theme from only a specific Pokémon type, each time you fire up a new Hyper terminal session.

    i.e. pokemon: "fire", pokemon: "water", pokemon: "grass" etc

    The available choices up to this moment (all types will be supported really soon) are the following:

    • fire
    • water
    • grass
    • poison

pokemonSyntax

Here you can define the color of the terminal tabs.

The assignable values are:

  • light - choose it if your pokémon theme is of a more light color
  • dark - go for it if you are going with a darker pokémon theme

Pokemon Syntax

unibody

Choose whether or not you want the Hyper windows header color to be the same as the background pokémon theme.

The assignable values are:

  • true - choose it for a unibody color theme
  • false - go for it if you like you window header colorful

In addition, completely omitting the unibody option from your .hyper.js will have the same effect as defining it and setting it to true.

Unibody

⬆️Back to top!

Available Themes

Here is a list, grouped by Pokémon regions, of all the available Pokémon themes up to now!

Kanto Region List of Kanto region Pokémon themes 🎉
  • Bulbasaur 🌱
  • Ivysaur 🌱
  • Venusaur 🌱
  • Charmander 🔥
  • Charmeleon 🔥
  • Charizard 🔥
  • Squirtle 🌊
  • Wartortle 🌊
  • Blastoise 🌊
  • Metapod 🐛
  • Kakuna 🐛
  • Ekans 🐍
  • Pikachu ⚡
  • Raichu ⚡
  • Sandshrew 🐭
  • Clefable 🌟
  • Vulpix 🔥
  • Jigglypuff 🎤
  • Alakazam 🍴
  • Slowpoke 🌊
  • Gengar 👻
  • Ditto 🌟
  • Kabutops ✂

⬆️Back to top!

Showcase

All available themes can be previewed on the project's homepage!
Go on and take a peek 👀

Hyper Pokemon

⬆️Back to top!

Download

Fork the project

# clone the repository
$ git clone https://github.com/klauscfhq/hyper-pokemon.git
# navigate to the project directory
$ cd hyper-pokemon

Using npm

# get the package & set it as a dependency
$ npm install hyper-pokemon --save
# or set it as a devDependency
$ npm install hyper-pokemon --save-dev
# or even save it globaly
$ npm install hyper-pokemon --g

⬆️Back to top!

Related

Here is an awesome list where you can find other awesome Hyper themes & plugins!

⬆️Back to top!

Team

Meet the Hyper Pokémon massive.
All of us are senior undergraduate students @ ECE NTUA studying all sorts of Software and Computer engineering.

Klaus Sinani Leonidas Avdelas George Baxopoulos Konstantinos Mitropoulos Konstantinos Skouras Panagiotis Bakos
Klaus Sinani 📫 Leonidas Avdelas 📫 George Baxopoulos 📫 Konstantinos Mitropoulos 📫 Konstantinos Skouras 📫 Panagiotis Bakos 📫

⬆️Back to top!

License

MIT


Hyper Pokemon

<> with ❤ by the Hyper Pokémon team


About

🌈🐱Wondrous, tailor-made Pokémon themes for your Hyper terminal

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.1%
  • Shell 9.9%