{"id":16747483,"url":"https://github.com/moso/hyper-dark-scrollbar","last_synced_at":"2025-04-10T13:43:41.304Z","repository":{"id":57269955,"uuid":"79209261","full_name":"moso/hyper-dark-scrollbar","owner":"moso","description":"Dark scrollbar for hyper","archived":false,"fork":false,"pushed_at":"2019-02-04T10:59:10.000Z","size":13,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T17:54:24.046Z","etag":null,"topics":["css","hyper","react","scrollbar","theme"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-17T09:09:56.000Z","updated_at":"2024-12-27T04:08:05.000Z","dependencies_parsed_at":"2022-08-26T13:11:52.010Z","dependency_job_id":null,"html_url":"https://github.com/moso/hyper-dark-scrollbar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moso%2Fhyper-dark-scrollbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moso%2Fhyper-dark-scrollbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moso%2Fhyper-dark-scrollbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moso%2Fhyper-dark-scrollbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moso","download_url":"https://codeload.github.com/moso/hyper-dark-scrollbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248226376,"owners_count":21068192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","hyper","react","scrollbar","theme"],"created_at":"2024-10-13T02:10:09.681Z","updated_at":"2025-04-10T13:43:41.281Z","avatar_url":"https://github.com/moso.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hyper-dark-scrollbar\nDark scrollbar for [Hyper](https://github.com/zeit/hyper) - a plugin that stylizes the chunky Windows-ish scrollbar into a more sleek scrollbar.\n\nThe scrollbar is originally designed for [hyperterm-atom-dark](https://github.com/mdo/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.\n\n![screenshot](https://dev.moso.io/hyper/hyper-dark-scrollbar/screenshot.png)\n\n### Changelog\n**1.2.4**\n- Added hover-effect on the scrollbar\n\n**1.2.3**\n- Fixed scrollbar always visible ([4922649](https://github.com/moso/hyper-dark-scrollbar/commit/4922649b3505980524d1d856651f330a98ac02ac)) - thanks [@krve](https://github.com/krve)!\n\n**1.2.2**\n- Added attention note about the order of plugins for this plugin to work correctly\n- Removed docs about `hpm`\n\n**1.2.1**\n- Removed support for Hyper v1.4.8\n\n**1.2.0**\n- Fixed lacking support for xterm api in Hyper v2.x\n- Upgraded dependencies\n\n**1.1.0**\n- [henrikdahl](https://github.com/henrikdahl) magic - see [e6124e7](https://github.com/moso/hyper-dark-scrollbar/commit/e6124e7640291940acf46883d4022bef900ada60) for changes.\n\n**1.0.0**\n- Initial release.\n\n### Install\n\n**Hyper store**:\n```\nhyper i hyper-dark-scrollbar\n```\n\n**Manually**:\n\n1. Open Hyper's preferences with `Ctrl+,` (or manually at `~/.hyper.js`) with your editor.\n2. Update your list of plugins to include hyper-dark-scrollbar, like so:\n\n        plugins: [\n            'hyper-dark-scrollbar'\n        ],\n\n3. Reload (`Ctrl+Shift+R`) or restart Hyper and voila!\n\n### Attention\n\nIf you have added a theme to Hyper, you will need to make sure `hyper-dark-scrollbar` is loaded **_after_** the theme; preferably last. Otherwise the utilisation of the `color`-package won't work, and you'll end up with whatever colors are defined in your `~/.hyper.js`.\n\nCheck your `~/.hyper.js` and make sure it look like this:\n\n```javascript\nmodule.exports = {\n    config: {\n\n        // ...\n\n        plugins: [\n            'theme',\n            // other plugins\n            'hyper-dark-scrollbar'\n        ],\n\n        // ...\n    }\n}\n```\n\n### Related\n\n- [hyper-snazzy-scrollbar](https://github.com/Stanzilla/hyper-dark-scrollbar) - a fork for the [hyper-snazzy](https://github.com/sindresorhus/hyper-snazzy) theme\n- [hyper-arc-dark-controls](https://github.com/moso/hyper-arc-dark-controls)\n- [hyper-pocillo-controls](https://github.com/moso/hyper-pocillo-controls)\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoso%2Fhyper-dark-scrollbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoso%2Fhyper-dark-scrollbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoso%2Fhyper-dark-scrollbar/lists"}