Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nordtheme/hyper
An arctic, north-bluish clean and elegant Hyper theme plugin.
https://github.com/nordtheme/hyper
arctic color color-scheme colors colorschemes colortheme hyper hyper-plugin hyper-theme hyperterm nord terminal terminal-theme theme ui ui-theme
Last synced: about 1 month ago
JSON representation
An arctic, north-bluish clean and elegant Hyper theme plugin.
- Host: GitHub
- URL: https://github.com/nordtheme/hyper
- Owner: nordtheme
- License: mit
- Created: 2017-02-19T10:08:06.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-03T20:31:25.000Z (over 1 year ago)
- Last Synced: 2024-05-02T03:46:42.345Z (8 months ago)
- Topics: arctic, color, color-scheme, colors, colorschemes, colortheme, hyper, hyper-plugin, hyper-theme, hyperterm, nord, terminal, terminal-theme, theme, ui, ui-theme
- Language: JavaScript
- Homepage: https://www.nordtheme.com/ports/hyper
- Size: 612 KB
- Stars: 118
- Watchers: 5
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
- Codeowners: .github/codeowners
Awesome Lists containing this project
- awesome-nord - Hyper
- awesome-nord - Hyper
README
An arctic, north-bluish clean and elegant Hyper theme plugin.
Designed for a fluent and clear workflow based on the Nord color palette.
## Features
Smooth transitions for tab interactions.
## Getting Started
### Installation
Nord Hyper can be installed manually by adding `nord-hyper` to your `~/.hyper.js` plugin list in your [configuration file][hyper-docs-config]……
```javascript
plugins: ["nord-hyper"];
```…or via Hyper‘s CLI [hpm][npm-hpm-cli] by running
```shell
hpm install nord-hyper
```## Contributing
Read the [contributing guide][docs-dev-contributing] to learn about the development process and how to propose [enhancement suggestions][docs-dev-contributing-enhancements] and [report bugs][docs-dev-contributing-bug-reports], how to [submit pull requests][docs-dev-contributing-pr] and the project's [styleguides][docs-dev-contributing-styleguides], [branch organization][docs-dev-contributing-branch-org] and [versioning][docs-dev-contributing-versioning] model.
The guide also includes information about [minimal, complete, and verifiable examples][docs-dev-contributing-mcve] and other ways to contribute to the project like [improving existing issues][docs-dev-contributing-other-improve-issues] and [giving feedback on issues and pull requests][docs-dev-contributing-other-feedback].
Copyright © 2016-present Sven Greb[docs-dev-contributing]: https://github.com/nordtheme/.github/blob/main/contributing.md
[docs-dev-contributing-branch-org]: https://github.com/nordtheme/.github/blob/main/contributing.md#branch-organization
[docs-dev-contributing-bug-reports]: https://github.com/nordtheme/.github/blob/main/contributing.md#bug-reports
[docs-dev-contributing-enhancements]: https://github.com/nordtheme/.github/blob/main/contributing.md#enhancement-suggestions
[docs-dev-contributing-mcve]: https://github.com/nordtheme/.github/blob/main/contributing.md#mcve
[docs-dev-contributing-other-feedback]: https://github.com/nordtheme/.github/blob/main/contributing.md#feedback
[docs-dev-contributing-other-improve-issues]: https://github.com/nordtheme/.github/blob/main/contributing.md#improve-issues
[docs-dev-contributing-pr]: https://github.com/nordtheme/.github/blob/main/contributing.md#pull-requests
[docs-dev-contributing-styleguides]: https://github.com/nordtheme/.github/blob/main/contributing.md#style-guides
[docs-dev-contributing-versioning]: https://github.com/nordtheme/.github/blob/main/contributing.md#versioning
[hyper-docs-config]: https://hyper.is/#cfg
[npm-hpm-cli]: https://www.npmjs.com/package/hpm-cli