an-old-hype

0.1.6 • Public • Published

An old Hype

CircleCI

Hyper theme inspired by a galaxy far far away...

Based on An Old Hope - a splendid atom syntax theme by Jesse Leite

Features

  • Transparent background - Opacity can be customized
  • Visible divider - lets you see where tiled terminals begin and end
  • 6 theme styles to choose from
    • vader
    • yoda
    • threePO
    • r2
    • luke (default)
    • falcon

Settings

You can customize the background opacity and the style as well as the active tab marker. To do so, provide a themeSettings object in the config property of your ~/.hyper.js:

 
config: {
    ...
    // Customize the theme
    themeSettings: {
        // Do not make background transparent (default is 0.9)
        opacity: 1,
        // Switch from luke's orange uniform to master yoda (check the available styles above)
        style: 'yoda',
        // Change the character that mars a tab active
        tabActiveMarker: '💁'
    },
    ...
}

Screenshot

oh-my-zsh with the pure prompt and Hasklig font

Package Sidebar

Install

npm i an-old-hype

Weekly Downloads

39

Version

0.1.6

License

ISC

Last publish

Collaborators

  • airrick