https://github.com/erikmueller/an-old-hype
Hyper theme based on an-old-hope-syntax for atom
https://github.com/erikmueller/an-old-hype
es6 hyper hyper-theme starwars
Last synced: 10 months ago
JSON representation
Hyper theme based on an-old-hope-syntax for atom
- Host: GitHub
- URL: https://github.com/erikmueller/an-old-hype
- Owner: erikmueller
- Created: 2016-11-30T13:09:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T10:08:17.000Z (almost 7 years ago)
- Last Synced: 2025-07-02T17:08:50.862Z (11 months ago)
- Topics: es6, hyper, hyper-theme, starwars
- Language: JavaScript
- Homepage:
- Size: 2.22 MB
- Stars: 19
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An old Hype
[](https://circleci.com/gh/erikmueller/an-old-hype)
> Hyper theme inspired by a galaxy far far away...
Based on [An Old Hope](https://github.com/JesseLeite/an-old-hope-syntax-atom) - a splendid atom syntax theme by Jesse Leite
## Usage
Open the `~/.hyper.js` file (on Mac you can simply press `Cmd`+`,`) and go to the plugins section and add
```js
plugins: ['an-old-hype']
```
to the plugins array.
## 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`:
```js
config: {
...
// Customize the theme
themeSettings: {
// Do not make background transparent (default is 0.6)
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