All Projects → klaussinani → Hyper Pokemon

klaussinani / Hyper Pokemon

Licence: mit
Tailor-made Pokémon themes for your Hyper terminal

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hyper Pokemon

Awesome Pokemon
🎮 A curated list of awesome Pokémon & Pokémon Go resources, tools and more.
Stars: ✭ 429 (-54.31%)
Mutual labels:  pokemon
Ipokego
A native iOS client to map the Pokemon around you!
Stars: ✭ 637 (-32.16%)
Mutual labels:  pokemon
Pokedexvuejs
A Pokedex that will contain all 807 pokemon from the Pokemon series. Created in Vue.js
Stars: ✭ 19 (-97.98%)
Mutual labels:  pokemon
Pokemon Go Mitm
🎁 Pokemon Go MITM Proxy - Intercepts the traffic between your Pokemon Go app and their servers, decodes the protocol and gives you a handy tool to enrich your own game experience on the fly.
Stars: ✭ 475 (-49.41%)
Mutual labels:  pokemon
Pokemon.json
Pokemon dataset in JSON.
Stars: ✭ 511 (-45.58%)
Mutual labels:  pokemon
Pokeemerald
Decompilation of Pokémon Emerald
Stars: ✭ 772 (-17.78%)
Mutual labels:  pokemon
Themer
themer is inspired by trevordmiller/nova and chriskempson/base16.
Stars: ✭ 4,483 (+377.42%)
Mutual labels:  hyper
Poryscript
High-level scripting language for gen 3 pokemon decompilation projects
Stars: ✭ 25 (-97.34%)
Mutual labels:  pokemon
Pokemongobot
DEFUNCT - Bot that plays Pokemon Go
Stars: ✭ 572 (-39.08%)
Mutual labels:  pokemon
Hyper Fileio
🚀 Ephemeral file sharing direct from Hyper
Stars: ✭ 18 (-98.08%)
Mutual labels:  hyper
Pokeruby
Decompilation of Pokémon Ruby/Sapphire
Stars: ✭ 476 (-49.31%)
Mutual labels:  pokemon
Pokemobbot
a Pokemon Go Bot by PokeMobBot Team - Discord: https://discord.gg/8msqsWV | Forums:
Stars: ✭ 505 (-46.22%)
Mutual labels:  pokemon
Pokemon Linux
A PlayOnLinux script for easy installation and management of the fan games Pokemon Melanite, Pokemon Zeta and Pokemon Omicron
Stars: ✭ 5 (-99.47%)
Mutual labels:  pokemon
Pokedex
🗡️ Android Pokedex using Hilt, Motion, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.
Stars: ✭ 4,882 (+419.91%)
Mutual labels:  pokemon
Ancientbeast
Turn Based Strategy Game. Master your beasts! 🐺
Stars: ✭ 907 (-3.41%)
Mutual labels:  pokemon
Ipokemon
PokéMon like game on iOS with Location Based Service.
Stars: ✭ 426 (-54.63%)
Mutual labels:  pokemon
Vm
💻☁📦 The (official) Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4).
Stars: ✭ 716 (-23.75%)
Mutual labels:  hyper
Pokemonunity
A framework to build Pokémon RPG games.
Stars: ✭ 934 (-0.53%)
Mutual labels:  pokemon
Vue Pokedex
A Pokédex made with Vue.js 📕
Stars: ✭ 22 (-97.66%)
Mutual labels:  pokemon
Hyper Always On Top
Extension for Hyper.app to optionally keep window always on top
Stars: ✭ 16 (-98.3%)
Mutual labels:  hyper


Hyper Pokemon

Tailor-made Pokémon themes for your Hyper terminal

Build Status npm

Contents

Description

Made for Pokémon enthusiasts by Pokémon enthusiasts.

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

Come over to Gitter or Twitter to share your thoughts on the project.

Visit the contributing guidelines to learn more on how to translate this document into more languages.

Vote the next Region

Vote for the Pokémon Region you want to see themes from next.
In essence, this poll will determine the creation order of all Pokémon Regions.
The poll will be kept alive until the project's completion, when all 600+ themes will be available.

Poll powered by tj/gh-polls

Install

Hyper Store

Get the theme on the official Hyper Store.

Using the plugin manager - hyper

Firstly, ensure you have Hyper installed in your system.

Once done with that, install the hyper-pokemon theme.

# fire up a terminal and type 
$ hyper i hyper-pokemon

Manually through .hyper.js

Add hyper-pokemon to the plugins list in your ~/.hyper.js config file and restart Hyper.

plugins: ['hyper-pokemon']

Usage

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

Go to your ~/.hyper.js and add the pokemon option 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', // Choose your favorite pokemon theme
    unibody: 'true', // Choose the color of the window header
    poketab: 'false', // Deactivate your theme's poketab
    //...
}

Gengar Example

To get the exact same look, install Google's Roboto Mono font as well as oh-my-zsh and choose pure as your zsh prompt.

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. You can view all available Pokémon types here.

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

  • pokemon trainer - randomly selects a Pokémon theme from only a specific Pokémon Trainer's party, each time you fire up a new Hyper terminal session. You can view all available Pokémon Trainer here.

    i.e. pokemon: 'ash', pokemon: 'jessie', pokemon: 'gary', pokemon: 'erika' etc

  • pokemon party - randomly selects a Pokémon theme/theme option from a defined array holding custom multiple themes/theme options, each time you fire up a new Hyper terminal session. Any from the available Pokémon themes, types & trainers can be chosen.

    i.e.

    • pokemon: ['articuno', 'zapdos', 'moltres', 'mewtwo', 'mew']
    • pokemon: ['random', 'fire', 'water', 'grass', 'ash', 'pikachu']
    • pokemon: ['lance', 'brock', 'bruno', 'gary', 'legendary', 'dragonite'] etc

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:

  • unibody: 'true' - choose it for a unibody color theme
  • unibody: 'false' - go for it if you like your terminal more 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. (Default value)

Unibody

poketab

Choose whether or not you want an animated .gif that matches your current pokemon theme, to accompany your active Hyper terminal tab.

The assignable values are:

  • poketab: 'true' - enable your theme's poketab
  • poketab: 'false' - disable your theme's poketab

Also, completely omitting the poketab option from your .hyper.js will have the same effect as defining it and setting it to false. (Default value)

Available Themes

You can preview in detail all of the available themes here.

Pokémon Types

List of all available Pokémon Types.
  • Legendary
  • Starter
  • Fire
  • Water
  • Grass
  • Poison
  • Flying
  • Bug
  • Electric
  • Ground
  • Fairy
  • Normal
  • Psychic
  • Ghost
  • Rock
  • Ice
  • Dragon
  • Fighting
  • Steel


Pokémon Trainers

List of all available Pokémon Trainers.
  • Ash
  • Agatha
  • Blaine
  • Brock
  • Bruno
  • Erika
  • Gary
  • Giovanni
  • James
  • Jessie
  • Koga
  • Lance
  • Lorelei
  • Surge
  • Misty
  • Sabrina


Related

Team

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].