JSPM

hyper-dark-scrollbar

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q48248F
  • License MIT

Pretty scrollbar for hyper

Package Exports

  • hyper-dark-scrollbar

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-dark-scrollbar) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

hyper-dark-scrollbar

Pretty scrollbar for hyper.

A plugin that stylizes the chunky Windows-ish scrollbar into a more sleek scrollbar.

The scrollbar is designed for hyperterm-atom-dark, however, it also looks great on the standard theme, and should look fine on dark themes. Please do create a fork if you want your own custom, personal style, or to fit your theme better.

screenshot

Changelog

1.1.0

1.0.0

  • Initial release.

Install

Manually:

  1. Open hyper's preferences with Ctrl+, (or manually at ~/.hyper.js) with your editor.

  2. Update your list of plugins to include hyper-dark-scrollbar, like so:

     plugins: [
         'hyper-dark-scrollbar'
     ],
  3. Reload (Ctrl+Shift+R) or restart hyper and voila!

hpm:

  1. Install using hpm i hyper-dark-scrollbar
  2. Reload (Ctrl+Shift+R) or restart hyper and voila!

License

MIT