Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nordtheme/nord
An arctic, north-bluish color palette.
https://github.com/nordtheme/nord
color-palette color-scheme color-theme colors colorscheme palette syntax syntax-highlighting syntax-theme theme ui ui-design ui-theme
Last synced: about 1 month ago
JSON representation
An arctic, north-bluish color palette.
- Host: GitHub
- URL: https://github.com/nordtheme/nord
- Owner: nordtheme
- License: mit
- Created: 2016-09-04T15:51:26.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-18T21:33:29.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:46:42.928Z (7 months ago)
- Topics: color-palette, color-scheme, color-theme, colors, colorscheme, palette, syntax, syntax-highlighting, syntax-theme, theme, ui, ui-design, ui-theme
- Language: SCSS
- Homepage: https://www.nordtheme.com
- Size: 2.41 MB
- Stars: 5,951
- Watchers: 67
- Forks: 169
- Open Issues: 84
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
- Codeowners: .github/codeowners
Awesome Lists containing this project
- awesome-linux-ricing - Nord - Arctic, north-bluish color palette. (Color Scheme / Dynamic)
README
An arctic, north-bluish color palette.
A total of sixteen, carefully selected, dimmed pastel colors for a eye-comfortable, but yet colorful ambiance.
Created for clear, uncluttered and elegant designs following a minimal and flat style pattern.
For syntax highlighting it aims to ensure an undisturbed focus on important parts of the code, a good readability and a quick visual distinction between the different syntax elements.Nord consists of four named color palettes providing different syntactic meanings and color effects for dark & bright ambiance designs.
All colors are numbered from `nord0` to `nord15` where each palette contains a different amount of colors. The naming convention preserves the compatibility for terminal color schemes and allows an uncomplicated use as base for such.
## Getting Started
Visit the [official website][17] to [learn all about Nord's colors and palettes][13] and how to [install and integrate Nord in your own projects][15] or use the [color swatches for your favorite applications][14].
### Quick Start
Install Nord using [npm][18] or [yarn][19]:
```sh
# npm
npm install --save nord# yarn
yarn add nord
```Please see the complete [installation and usage guide][15] for more details.
## Port Projects
Unify the appearance and usage experience for your favorite applications — from code editors, shell terminals to modern UIs and libraries.
Nord supports a broad and constantly growing spectrum that allows to [customize your daily tool stack][16].
## Color Swatches
Next to the many ways of [integrating Nord into your project][15], all [color palettes of Nord][13] are also available in [various native color swatch formats][14].
Easily import Nord into macOS, _Adobe_ products like _Photoshop_ & _Illustrator_, GIMP/Krita/Inkscape and many more.
## Contributing
Nord is an open source project and we love to receive contributions from the [community][12]!
There are many ways to contribute, from [writing- and improving documentation and tutorials][3], [reporting bugs][2], [submitting enhancement suggestions][4] that can be added to Nord by [submitting pull requests][8].
Please take a moment to read the full [contributing guide][11] to learn about the development process, the project's used [styleguides][9], [branch organization][1] and [versioning][10] model.
The guide also includes information about [minimal, complete, and verifiable examples][7] and other ways to contribute to the project like [improving existing issues][6] and [giving feedback on issues and pull requests][5].
Copyright © 2016-present Sven Greb[1]: https://github.com/nordtheme/.github/blob/main/contributing.md#branch-organization
[2]: https://github.com/nordtheme/.github/blob/main/contributing.md#bug-reports
[3]: https://github.com/nordtheme/.github/blob/main/contributing.md#documentations
[4]: https://github.com/nordtheme/.github/blob/main/contributing.md#enhancement-suggestions
[5]: https://github.com/nordtheme/.github/blob/main/contributing.md#feedback
[6]: https://github.com/nordtheme/.github/blob/main/contributing.md#improve-issues
[7]: https://github.com/nordtheme/.github/blob/main/contributing.md#mcve
[8]: https://github.com/nordtheme/.github/blob/main/contributing.md#pull-requests
[9]: https://github.com/nordtheme/.github/blob/main/contributing.md#style-guides
[10]: https://github.com/nordtheme/.github/blob/main/contributing.md#versioning
[11]: https://github.com/nordtheme/.github/blob/main/contributing.md
[12]: https://www.nordtheme.com/community
[13]: https://www.nordtheme.com/docs/colors-and-palettes
[14]: https://www.nordtheme.com/docs/swatches
[15]: https://www.nordtheme.com/docs/usage
[16]: https://www.nordtheme.com/ports
[17]: https://www.nordtheme.com
[18]: https://www.npmjs.com
[19]: https://yarnpkg.com