JSPM

hyper-dark-scrollbar

1.2.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q49068F
  • License MIT

Dark 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

Dark scrollbar for Hyper - a plugin that stylizes the chunky Windows-ish scrollbar into a more sleek scrollbar.

The scrollbar is originally designed for hyperterm-atom-dark, however, it also looks great on the standard theme, and should look fine on dark themes, as it utilises the theme background color. You're welcome encouraged to fork this project and modify it if you need to tinker with the colors to fit your theme better, or create a PR if I missed something that needs fixing.

screenshot

Note

In Hyper 2.x there's a small known bug, that I actually don't know where to address. With this plugin, the scrollbar-track (the line where the scrollbar runs inside) is always visible. I'm trying to figure out if it's something to do with the upgrade to Xterm, or if I have to create something in React myself. But for now, please enjoy a more sleek scrolling experience.

Changelog

1.2.1

  • Removed support for Hyper 1.4.8

1.2.0

  • Fixed lacking support for xterm api in Hyper 2.x
  • Upgraded dependencies

1.1.0

1.0.0

  • Initial release.

Install

Hyper store:

hyper i hyper-dark-scrollbar

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

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

License

MIT