Skip to content

Commit

Permalink
Merge branch 'release/0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed May 7, 2017
2 parents 3005051 + 2bea2cd commit 290aa92
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 3 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,41 @@

---

# 0.3.0
*2017-05-07*
## Features
### Package Support
❯ Implemented support for <a href="http://elpa.gnu.org/packages/auctex.html"><img src="http://elpa.gnu.org/favicon.png" width=16 height=16/><code>auctex</code></a>. (@justbur, PR #22, c2cd1e84)

<p align="center"><strong>Before</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/25584117/056bddd2-2e95-11e7-92e7-b1f66851802f.png"/><br><strong>After</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/25584145/1d0ee29a-2e95-11e7-8976-0918696b3291.png"/></p>

❯ Implemented support for <a href="https://melpa.org/#/git-gutter%2B"><img src="https://melpa.org/favicon.ico" width=16 height=16/><code>git-gutter+</code></a>. (@microamp, PR #30, a94a28fa)

<p align="center"><img src="https://cloud.githubusercontent.com/assets/7836623/25586074/fc1a3c8e-2e9d-11e7-82aa-cc0ae4bbdc1f.png"/><p>

❯ Implemented support for <a href="https://melpa.org/#/helm-swoop"><img src="https://melpa.org/favicon.ico" width=16 height=16/><code>helm-swoop</code></a>. (@microamp, PR #31, 52413e75)

<p align="center"><strong>Before</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/25585304/2601410e-2e9a-11e7-8461-de675aae8602.png"/><br><strong>After</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/25585309/322a275c-2e9a-11e7-9fcc-d1445b6d5b0b.png"/></p>

❯ Implemented support for <a href="http://elpa.gnu.org/packages/diff-hl.html"><img src="http://elpa.gnu.org/favicon.png" width=16 height=16/></a> <a href="https://melpa.org/#/diff-hl"><img src="https://melpa.org/favicon.ico" width=16 height=16/><code>diff-hl</code></a>. (@meqif, PR #33, 2db97b3a)

<p align="center"><img src="https://cloud.githubusercontent.com/assets/7836623/25773470/119d8672-327e-11e7-8831-efa435eb4284.png"/></p>

❯ Implemented support for <a href="https://melpa.org/#/neotree"><img src="https://melpa.org/favicon.ico" width=16 height=16/><code>neotree</code></a>. (@geekerzp, PR #34, f58eb2a6)

<p align="center"><img src="https://cloud.githubusercontent.com/assets/7836623/25773361/5a7e8438-327c-11e7-9fe1-2e05e7404b14.png"/></p>

❯ Implemented support for <a href="http://elpa.gnu.org/packages/avy.html"><img src="http://elpa.gnu.org/favicon.png" width=16 height=16/></a> <a href="https://melpa.org/#/avy"><img src="https://melpa.org/favicon.ico" width=16 height=16/><code>avy</code></a>. (@microamp, PR #36, f65ff21d)

<p align="center"><strong>Before</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/25773402/26812180-327d-11e7-9c4f-53434d98bce8.png"/><br><strong>After</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/25773420/4f230d42-327d-11e7-9a46-705d513ef78c.png"/></p>

## Improvements
### Mode Support
#### mu4e
❯ The highlighting for maildirs with unread emails is now colorized with `nord13` instead of `nord4`. (@microamp, PR #35, a0bfde06)

<p align="center"><strong>Before</strong><br><img src="https://cloud.githubusercontent.com/assets/1378791/25766520/22528152-3247-11e7-8a78-ce3cfd7751af.png"/><br><strong>After</strong><br><img src="https://cloud.githubusercontent.com/assets/1378791/25766521/239c194c-3247-11e7-8dfa-06bd7e85f9ae.png"/></p>

# 0.2.0
*2017-04-17*
## Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Detailed descriptions for supported languages can be found in the [project wiki]
<p align="center"><strong>Ruby</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-emacs/develop/assets/scrot-lang-ruby.png"/></p>

## Development
[![](https://img.shields.io/badge/Changelog-0.2.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-emacs/blob/v0.2.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)
[![](https://img.shields.io/badge/Changelog-0.3.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-emacs/blob/v0.3.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)

### Contribution
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-emacs/issues).
Expand Down
56 changes: 54 additions & 2 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Title: Nord Theme
;; Project: nord-emacs
;; Version: 0.2.0
;; Version: 0.3.0
;; URL: https://github.com/arcticicestudio/nord-emacs
;; Author: Arctic Ice Studio <development@arcticicestudio.com>
;; Package-Requires: ((emacs "24"))
Expand Down Expand Up @@ -268,6 +268,20 @@
;;;; + Package Support +
;;;; +-----------------+
;; +--- Syntax ---+
;; > Auctex
`(font-latex-bold-face ((,class (:inherit bold))))
`(font-latex-italic-face ((,class (:inherit italic))))
`(font-latex-math-face ((,class (:foreground ,nord8))))
`(font-latex-sectioning-0-face ((,class (:foreground ,nord8 :weight bold))))
`(font-latex-sectioning-1-face ((,class (:inherit font-latex-sectioning-0-face))))
`(font-latex-sectioning-2-face ((,class (:inherit font-latex-sectioning-0-face))))
`(font-latex-sectioning-3-face ((,class (:inherit font-latex-sectioning-0-face))))
`(font-latex-sectioning-4-face ((,class (:inherit font-latex-sectioning-0-face))))
`(font-latex-sectioning-5-face ((,class (:inherit font-latex-sectioning-0-face))))
`(font-latex-script-char-face ((,class (:inherit font-lock-warning-face))))
`(font-latex-string-face ((,class (:inherit font-lock-string-face))))
`(font-latex-warning-face ((,class (:inherit font-lock-warning-face))))

;; > Elixir
`(elixir-attribute-face ((,class (:foreground ,nord-annotation))))
`(elixir-atom-face ((,class (:foreground ,nord4 :weight bold))))
Expand Down Expand Up @@ -397,6 +411,12 @@
`(anzu-mode-line ((,class (:foreground, nord8))))
`(anzu-mode-line-no-match ((,class (:foreground, nord11))))

;; > Avy
`(avy-lead-face ((,class (:background ,nord11 :foreground ,nord5))))
`(avy-lead-face-0 ((,class (:background ,nord10 :foreground ,nord5))))
`(avy-lead-face-1 ((,class (:background ,nord3 :foreground ,nord5))))
`(avy-lead-face-2 ((,class (:background ,nord15 :foreground ,nord5))))

;; > Company
`(company-echo-common ((,class (:foreground ,nord0 :background ,nord4))))
`(company-preview ((,class (:foreground ,nord4 :background ,nord10))))
Expand All @@ -413,6 +433,11 @@
`(company-tooltip-mouse ((,class (:inherit highlight))))
`(company-tooltip-selection ((,class (:background ,nord3 :weight bold))))

;; > diff-hl
`(diff-hl-change ((,class (:background ,nord13))))
`(diff-hl-insert ((,class (:background ,nord14))))
`(diff-hl-delete ((,class (:background ,nord11))))

;; > Evil
`(evil-ex-info ((,class (:foreground ,nord8))))
`(evil-ex-substitute-replacement ((,class (:foreground ,nord9))))
Expand All @@ -431,6 +456,11 @@
`(git-gutter:added ((,class (:foreground ,nord14))))
`(git-gutter:deleted ((,class (:foreground ,nord11))))

;; > Git Gutter Plus
`(git-gutter+-modified ((,class (:foreground ,nord13))))
`(git-gutter+-added ((,class (:foreground ,nord14))))
`(git-gutter+-deleted ((,class (:foreground ,nord11))))

;; > Helm
`(helm-bookmark-addressbook ((,class (:foreground ,nord7))))
`(helm-bookmark-directory ((,class (:foreground ,nord9))))
Expand Down Expand Up @@ -474,6 +504,10 @@
`(helm-selection ((,class (:inherit highlight))))
`(helm-selection-line ((,class (:background ,nord2))))
`(helm-source-header ((,class (:height 1.44 :foreground ,nord8 :background ,nord2))))
`(helm-swoop-line-number-face ((,class (:foreground ,nord4 :background ,nord0))))
`(helm-swoop-target-word-face ((,class (:foreground ,nord0 :background ,nord7))))
`(helm-swoop-target-line-face ((,class (:background ,nord13 :foreground ,nord3))))
`(helm-swoop-target-line-block-face ((,class (:background ,nord13 :foreground ,nord3))))
`(helm-separator ((,class (:background ,nord2))))
`(helm-visible-mark ((,class (:background ,nord2))))

Expand All @@ -499,7 +533,7 @@
`(mu4e-header-key-face ((,class (:foreground ,nord8))))
`(mu4e-highlight-face ((,class (:highlight))))
`(mu4e-flagged-face ((,class (:foreground ,nord13))))
`(mu4e-unread-face ((,class (:foreground ,nord4 :weight bold))))
`(mu4e-unread-face ((,class (:foreground ,nord13 :weight bold))))
`(mu4e-link-face ((,class (:underline t))))

;; > Powerline
Expand All @@ -515,6 +549,24 @@
`(powerline-evil-visual-face ((,class (:foreground ,nord0 :background ,nord7))))
`(powerline-evil-replace-face ((,class (:foreground ,nord0 :background ,nord9))))

;; > NeoTree
`(neo-banner-face ((,class (:foreground ,nord10))))
`(neo-dir-link-face ((,class (:foreground ,nord9))))
`(neo-expand-btn-face ((,class (:foreground ,nord6 :bold t))))
`(neo-file-link-face ((,class (:foreground ,nord4))))
`(neo-root-dir-face ((,class (:foreground ,nord7 :weight bold))))
`(neo-vc-added-face ((,class (:foreground ,nord14))))
`(neo-vc-conflict-face ((,class (:foreground ,nord11))))
`(neo-vc-default-face ((,class (:foreground ,nord4))))
`(neo-vc-edited-face ((,class (:foreground ,nord13))))
`(neo-vc-ignored-face ((,class (:foreground ,nord3))))
`(neo-vc-missing-face ((,class (:foreground ,nord12))))
`(neo-vc-needs-merge-face ((,class (:background ,nord12 :foreground ,nord4))))
`(neo-vc-needs-update-face ((,class (:background ,nord10 :foreground ,nord4))))
`(neo-vc-removed-face ((,class (:foreground ,nord11 :strike-through nil))))
`(neo-vc-up-to-date-face ((,class (:foreground ,nord4))))
`(neo-vc-user-face ((,class (:foreground ,nord4))))

;; > Org
`(org-level-1 ((,class (:foreground ,nord8 :weight bold))))
`(org-level-2 ((,class (:inherit org-level-1))))
Expand Down

0 comments on commit 290aa92

Please sign in to comment.