-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nord Sublime Text - Project Initialization
- Loading branch information
0 parents
commit 60b3719
Showing
6 changed files
with
22,304 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# +--------------------+ | ||
# + Base Configuration + | ||
# +--------------------+ | ||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 2 | ||
indent_style = space | ||
insert_final_newline = true | ||
max_line_length = 120 | ||
trim_trailing_whitespace = true | ||
|
||
# +-----------+ | ||
# + Languages + | ||
# +-----------+ | ||
# +--- Markdown ---+ | ||
[*.{md,gfm}] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# +--------------+ | ||
# + Sublime Text + | ||
# +--------------+ | ||
*.sublime-workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord-sublime-text/develop/assets/nord-sublime-text-banner.svg"/></p> | ||
|
||
<p align="center"><img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/> <a href="https://github.com/arcticicestudio/nord-sublime-text/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-sublime-text.svg?style=flat-square"/></a> <a href="https://github.com/arcticicestudio/nord/releases/tag/v0.2.0"><img src="https://img.shields.io/badge/Nord-v0.2.0-88C0D0.svg?style=flat-square"/></a> <img src="https://www.sublimetext.com/favicon.ico" width=24 height=24/> <a href="https://packagecontrol.io/packages/Nord"><img src="https://img.shields.io/packagecontrol/dt/Nord.svg?colorB=88c0d0&style=flat-square"/></a></p> | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord-sublime-text/develop/assets/nord-sublime-text-banner.svg"/></p> | ||
|
||
<p align="center"><img src="https://cdn.travis-ci.org/images/favicon-c566132d45ab1a9bcae64d8d90e4378a.svg" width=24 height=24/> <a href="https://travis-ci.org/arcticicestudio/nord-sublime-text"><img src="https://img.shields.io/travis/arcticicestudio/nord-sublime-text/develop.svg?style=flat-square"/></a> <img src="https://circleci.com/favicon.ico" width=24 height=24/> <a href="https://circleci.com/gh/arcticicestudio/nord-sublime-text"><img src="https://img.shields.io/circleci/project/github/arcticicestudio/nord-sublime-text/develop.svg?style=flat-square"/></a> <img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/> <a href="https://github.com/arcticicestudio/nord-sublime-text/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-sublime-text.svg?style=flat-square"/></a> <a href="https://github.com/arcticicestudio/nord/releases/tag/v0.2.0"><img src="https://img.shields.io/badge/Nord-v0.2.0-88c0d0.svg?style=flat-square"/></a> <img src="https://www.sublimetext.com/favicon.ico" width=24 height=24/> <a href="https://packagecontrol.io/packages/Nord"><img src="https://img.shields.io/packagecontrol/dt/Nord.svg?colorB=88c0d0&style=flat-square"/></a></p> | ||
|
||
<p align="center"><a href="https://github.com/arcticicestudio/nord-sublime-text/blob/v0.0.0/CHANGELOG.md"><img src="https://img.shields.io/badge/Changelog----81A1C1.svg?style=flat-square"/></a></p> | ||
|
||
<p align="center">An arctic, north-bluish clean and elegant <a href="https://www.sublimetext.com">Sublime Text</a> theme.</p> | ||
|
||
<p align="center">Designed for a fluent and clear workflow.<br> | ||
Based on the <a href="https://github.com/arcticicestudio/nord">Nord</a> color palette.</p> | ||
|
||
--- | ||
|
||
### Contribution | ||
|
||
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-sublime-text/issues). | ||
|
||
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/banner-footer-mountains.svg" /></p> | ||
|
||
<p align="center">Copyright © 2017 Arctic Ice Studio</p> | ||
|
||
<p align="center"><a href="http://www.apache.org/licenses/LICENSE-2.0"><img src="https://img.shields.io/badge/License-Apache_2.0-5E81AC.svg?style=flat-square"/></a> <a href="https://creativecommons.org/licenses/by-sa/4.0"><img src="https://img.shields.io/badge/License-CC_BY--SA_4.0-5E81AC.svg?style=flat-square"/></a></p> |
Oops, something went wrong.