Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nordtheme/sublime-text
An arctic, north-bluish clean and elegant Sublime Text theme.
https://github.com/nordtheme/sublime-text
color-scheme hacktoberfest highlighting nord sublime sublime-text sublime-text-3 syntax syntax-highlighting text theme ui
Last synced: 3 months ago
JSON representation
An arctic, north-bluish clean and elegant Sublime Text theme.
- Host: GitHub
- URL: https://github.com/nordtheme/sublime-text
- Owner: nordtheme
- License: mit
- Created: 2017-11-03T08:18:06.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-03T20:40:19.000Z (over 1 year ago)
- Last Synced: 2024-05-02T03:46:43.491Z (6 months ago)
- Topics: color-scheme, hacktoberfest, highlighting, nord, sublime, sublime-text, sublime-text-3, syntax, syntax-highlighting, text, theme, ui
- Language: JavaScript
- Homepage: https://www.nordtheme.com/ports/sublime-text
- Size: 6.44 MB
- Stars: 140
- Watchers: 8
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
- Codeowners: .github/codeowners
Awesome Lists containing this project
README
An arctic, north-bluish clean and elegant Sublime Text color theme.
Designed for a fluent and clear workflow based on the Nord color palette.
Supports many bundled languages and third-party syntax plugins.
## Getting Started
Visit the [official website][nord-home] to learn all about the [syntax highlighting][nord-home#syntax] features, details of the [editor elements][nord-home#editor-details] and the [one-command setup][nord-home#setup].
Learn about the [installation and activation][nord-docs-home-install] and how to [develop][nord-docs-home-develop] the theme from the [official documentations][nord-docs-home].
### Quick Start
Thanks to the [_package control_ registry][pc-pkg-nord], _Nord Sublime Text_ can be installed with one command.
Please follow the [official installation instructions][pc-install] to set up _package control_ itself in order to install available packages from the registry.> **Nord requires a minimum Sublime Text version of [3.1.0 Build 3170][sbt-blog-announce-v3.1]!**
> Nord makes use of the new [`.sublime-color-scheme` JSON file format][sbt-docs-color_schemes] that has been introduced in Sublime Text [version 3.1.0 Build 3170][sbt-blog-announce-v3.1] and is therefore the minimum required and supported version. The [`.tmTheme` XML file format][sbt-docs-tmtheme] has been officially deprecated by the Sublime Text team and is not supported by Nord anymore.Open the _package installation_ view through the command palette via Ctrl/⌘+Shift+p and run the „Package Control: Install Package“ command.
Search for „Nord“ and press ⏎ _Enter_ to install the theme.
See _Nord Sublime Text_'s documentation for details about more installation options like a [manual import through a local `.sublime-package` file][nord-docs-home-install#manual].
#### Activation
To activate the _Nord_ color theme, open the [command palette][sbt-udocs-cmdp] via Ctrl/⌘+Shift+p and run the „UI: Select Color Theme“ command or use the _Preferences_ ➜ _Color Theme…_ menu.
See _Nord Sublime Text_'s documentation for [more details about the activation][nord-docs-home-install#activation].
## Features
Your IDE. Your style.
The unified UI and editor syntax element design provides a clutter-free and fluidly merging appearance.
Beautiful code to keep focused.
The editor color scheme supports a wide range of programming languages — From bundled definitions up to many popular third-party syntax packages.
Small details with unobtrusive styles.
Popular and common code editor features like search result marker and brace matching are designed to get out of your way with a visually attractive appearance.
## Contributing
Nord is an open source project and we love to receive contributions from the [community][nord-comm]!
There are many ways to contribute, from [writing- and improving documentation and tutorials][nord-contrib-guide-docs], [reporting bugs][nord-contrib-guide-bugs], [submitting enhancement suggestions][nord-contrib-guide-enhance] that can be added to Nord by [submitting pull requests][nord-contrib-guide-pr].
Please take a moment to read Nord's full [contributing guide][nord-contrib-guide] to learn about the development process, the project's used [styleguides][nord-contrib-guide-styles], [branch organization][nord-contrib-guide-branching] and [versioning][nord-contrib-guide-versioning] model.
The guide also includes information about [minimal, complete, and verifiable examples][nord-contrib-guide-mcve] and other ways to contribute to the project like [improving existing issues][nord-contrib-guide-impr-issues] and [giving feedback on issues and pull requests][nord-contrib-guide-feedback].
Copyright © 2016-present Sven Greb[nord-comm]: https://www.nordtheme.com/community
[nord-contrib-guide-branching]: https://github.com/nordtheme/.github/blob/main/contributing.md#branch-organization
[nord-contrib-guide-bugs]: https://github.com/nordtheme/.github/blob/main/contributing.md#bug-reports
[nord-contrib-guide-docs]: https://github.com/nordtheme/.github/blob/main/contributing.md#documentations
[nord-contrib-guide-enhance]: https://github.com/nordtheme/.github/blob/main/contributing.md#enhancement-suggestions
[nord-contrib-guide-feedback]: https://github.com/nordtheme/.github/blob/main/contributing.md#feedback
[nord-contrib-guide-impr-issues]: https://github.com/nordtheme/.github/blob/main/contributing.md#improve-issues
[nord-contrib-guide-mcve]: https://github.com/nordtheme/.github/blob/main/contributing.md#mcve
[nord-contrib-guide-pr]: https://github.com/nordtheme/.github/blob/main/contributing.md#pull-requests
[nord-contrib-guide-styles]: https://github.com/nordtheme/.github/blob/main/contributing.md#style-guides
[nord-contrib-guide-versioning]: https://github.com/nordtheme/.github/blob/main/contributing.md#versioning
[nord-contrib-guide]: https://github.com/nordtheme/.github/blob/main/contributing.md
[nord-docs-home-develop]: https://www.nordtheme.com/docs/ports/sublime-text/development
[nord-docs-home-install]: https://www.nordtheme.com/docs/ports/sublime-text/installation
[nord-docs-home-install#activation]: https://www.nordtheme.com/docs/ports/sublime-text/installation#activation
[nord-docs-home-install#manual]: https://www.nordtheme.com/docs/ports/sublime-text/installation#manual
[nord-docs-home]: https://www.nordtheme.com/docs/ports/sublime-text
[nord-home]: https://www.nordtheme.com/ports/sublime-text
[nord-home#editor-details]: https://www.nordtheme.com/ports/sublime-text#editor-details
[nord-home#setup]: https://www.nordtheme.com/ports/sublime-text#setup
[nord-home#syntax]: https://www.nordtheme.com/ports/sublime-text#syntax
[pc-install]: https://packagecontrol.io/installation
[pc-pkg-nord]: https://packagecontrol.io/packages/Nord
[sbt-blog-announce-v3.1]: https://www.sublimetext.com/blog/articles/sublime-text-3-point-1
[sbt-docs-color_schemes]: https://www.sublimetext.com/docs/3/color_schemes.html
[sbt-docs-tmtheme]: https://www.sublimetext.com/docs/3/color_schemes_tmtheme.html
[sbt-udocs-cmdp]: http://docs.sublimetext.info/en/latest/extensibility/command_palette.html