hyper-vitesse

1.0.4 • Public • Published

Vitesse Theme for Hyper Terminal

Usage

hyper i hyper-vitesse

or

// Hyper config, e.g. ~/.hyper.js
plugins: ["hyper-vitesse"],

Options

config: {
	theme: {
    // [usage] 'vitesse-dark' | 'vitesse-dark-soft' | 'vitesse-light' | 'vitesse-light-soft'
    // [default] variant vitesse-dark
	  variant: 'vitesse-dark',

		// [optionally] override Vitesse palette per variant
		'vitesse-dark': {},
		'vitesse-dark-soft': {},
		'vitesse-light': {},
		'vitesse-light-soft': {}
	}
}

Gallery

Dark

Dark

Dark Soft

Dark Soft

Light

Light

Light Soft

Light Soft

Thanks

The color scheme of this project is based on vscode-theme-vitesse. This is an interesting guy( Anthony Fu).

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i hyper-vitesse

      Weekly Downloads

      1

      Version

      1.0.4

      License

      MIT

      Unpacked Size

      5.52 kB

      Total Files

      4

      Last publish

      Collaborators

      • ohxxx