0.1.6 • Published 6 years ago

an-old-hype v0.1.6

Weekly downloads
257
License
ISC
Repository
github
Last release
6 years ago

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

npm.io

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

0.1.6

6 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago