JSPM

hyper-vitesse

1.0.4
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1
    • Score
      100M100P100Q36930F
    • License MIT

    A Hyper theme.

    Package Exports

    • hyper-vitesse
    • hyper-vitesse/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyper-vitesse) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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': {}
        }
    }

    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).