Skip to content

Update Nord theme to handle more styles #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/nord-notepadplusplus-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-notepadplusplus/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-notepadplusplus.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></p>


<p align="center">An arctic, north-bluish clean and elegant <a href="https://notepad-plus-plus.org">Notepad++</a> color 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>

<p align="center">Fork of <a href="https://github.com/arcticicestudio/nord-notepadplusplus">Arctic Studio Nord Theme for Notepad++</a>.<br>
It handles all styles up to Notepad++ 8.4</p>

---

<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-python.png"/><blockquote>Font: <a href="https://adobe-fonts.github.io/source-code-pro">Source Code Pro</a> 12px.</blockquote></p>
Expand All @@ -15,7 +18,7 @@ Based on the <a href="https://github.com/arcticicestudio/nord">Nord</a> color pa
### Installation
#### Manual
Copy the [`nord.xml`](https://github.com/arcticicestudio/nord-notepadplusplus/tree/develop/src/xml/nord.xml) file into the `theme` directory located in the install directory of Notepad++.
The default path is `C:\Program Files\Notepad++\themes` or `C:\Program Files (x86)\Notepad++\themes` depending on your OS architecture type.
The default path is `%AppData%\notepad++\themes` unless the _Don't use %APPDATA%_ option was set during setup. In this case, the default path would be `C:\ProgramFiles\Notepad++\themes` or `C:\Program Files(x86)\Notepad++\themes` depending on your OS architecture type.

### Activation
1. Restart Notepad++
Expand All @@ -29,15 +32,10 @@ Detailed descriptions for supported languages can be found in the [project wiki]

<p align="center"><strong>Batch</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-batch.png"/><br><strong>C</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-c.png"/><br><strong>C++</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-cpp.png"/><br><strong>CSS</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-css.png"/><br><strong>diff</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-diff.png"/><br><strong>HTML</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-html.png"/><br><strong>Java</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-java.png"/><br><strong>JavaScript</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-javascript.png"/><br><strong>PHP</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-php.png"/><br><strong>Python</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-python.png"/><br><strong>Ruby</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-ruby.png"/><br><strong>ShellScript</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-shell.png"/><br><strong>SQL</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-sql.png"/><br><strong>VB</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-vb.png"/><br><strong>XML</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-xml.png"/><br><strong>YAML</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-yaml.png"/></p>

## Development
[![](https://img.shields.io/badge/Changelog-0.1.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-notepadplusplus/blob/v0.1.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg?style=flat-square)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/arcver)

Continuous integration builds are running at [Travis-CI](https://travis-ci.org/arcticicestudio/nord-notepadplusplus) and [Circle CI](https://circleci.com/bb/arcticicestudio/nord-notepadplusplus).

### Contribution
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-notepadplusplus/issues).

<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/banner-footer-mountains.svg" /></p>
<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-docs/develop/assets/images/nord/repository-footer-separator.svg?sanitize=true" /></p>

<p align="center">Copyright &copy; 2016-present Arctic Ice Studio</p>

Expand Down
Loading