Skip to content

Commit 290aa92

Browse files
Merge branch 'release/0.3.0'
2 parents 3005051 + 2bea2cd commit 290aa92

File tree

3 files changed

+90
-3
lines changed

3 files changed

+90
-3
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,41 @@
44

55
---
66

7+
# 0.3.0
8+
*2017-05-07*
9+
## Features
10+
### Package Support
11+
❯ 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)
12+
13+
<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>
14+
15+
❯ 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)
16+
17+
<p align="center"><img src="https://cloud.githubusercontent.com/assets/7836623/25586074/fc1a3c8e-2e9d-11e7-82aa-cc0ae4bbdc1f.png"/><p>
18+
19+
❯ 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)
20+
21+
<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>
22+
23+
❯ 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)
24+
25+
<p align="center"><img src="https://cloud.githubusercontent.com/assets/7836623/25773470/119d8672-327e-11e7-8831-efa435eb4284.png"/></p>
26+
27+
❯ 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)
28+
29+
<p align="center"><img src="https://cloud.githubusercontent.com/assets/7836623/25773361/5a7e8438-327c-11e7-9fe1-2e05e7404b14.png"/></p>
30+
31+
❯ 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)
32+
33+
<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>
34+
35+
## Improvements
36+
### Mode Support
37+
#### mu4e
38+
❯ The highlighting for maildirs with unread emails is now colorized with `nord13` instead of `nord4`. (@microamp, PR #35, a0bfde06)
39+
40+
<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>
41+
742
# 0.2.0
843
*2017-04-17*
944
## Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Detailed descriptions for supported languages can be found in the [project wiki]
108108
<p align="center"><strong>Ruby</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-emacs/develop/assets/scrot-lang-ruby.png"/></p>
109109

110110
## Development
111-
[![](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)
111+
[![](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)
112112

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

nord-theme.el

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Title: Nord Theme
66
;; Project: nord-emacs
7-
;; Version: 0.2.0
7+
;; Version: 0.3.0
88
;; URL: https://github.com/arcticicestudio/nord-emacs
99
;; Author: Arctic Ice Studio <[email protected]>
1010
;; Package-Requires: ((emacs "24"))
@@ -268,6 +268,20 @@
268268
;;;; + Package Support +
269269
;;;; +-----------------+
270270
;; +--- Syntax ---+
271+
;; > Auctex
272+
`(font-latex-bold-face ((,class (:inherit bold))))
273+
`(font-latex-italic-face ((,class (:inherit italic))))
274+
`(font-latex-math-face ((,class (:foreground ,nord8))))
275+
`(font-latex-sectioning-0-face ((,class (:foreground ,nord8 :weight bold))))
276+
`(font-latex-sectioning-1-face ((,class (:inherit font-latex-sectioning-0-face))))
277+
`(font-latex-sectioning-2-face ((,class (:inherit font-latex-sectioning-0-face))))
278+
`(font-latex-sectioning-3-face ((,class (:inherit font-latex-sectioning-0-face))))
279+
`(font-latex-sectioning-4-face ((,class (:inherit font-latex-sectioning-0-face))))
280+
`(font-latex-sectioning-5-face ((,class (:inherit font-latex-sectioning-0-face))))
281+
`(font-latex-script-char-face ((,class (:inherit font-lock-warning-face))))
282+
`(font-latex-string-face ((,class (:inherit font-lock-string-face))))
283+
`(font-latex-warning-face ((,class (:inherit font-lock-warning-face))))
284+
271285
;; > Elixir
272286
`(elixir-attribute-face ((,class (:foreground ,nord-annotation))))
273287
`(elixir-atom-face ((,class (:foreground ,nord4 :weight bold))))
@@ -397,6 +411,12 @@
397411
`(anzu-mode-line ((,class (:foreground, nord8))))
398412
`(anzu-mode-line-no-match ((,class (:foreground, nord11))))
399413

414+
;; > Avy
415+
`(avy-lead-face ((,class (:background ,nord11 :foreground ,nord5))))
416+
`(avy-lead-face-0 ((,class (:background ,nord10 :foreground ,nord5))))
417+
`(avy-lead-face-1 ((,class (:background ,nord3 :foreground ,nord5))))
418+
`(avy-lead-face-2 ((,class (:background ,nord15 :foreground ,nord5))))
419+
400420
;; > Company
401421
`(company-echo-common ((,class (:foreground ,nord0 :background ,nord4))))
402422
`(company-preview ((,class (:foreground ,nord4 :background ,nord10))))
@@ -413,6 +433,11 @@
413433
`(company-tooltip-mouse ((,class (:inherit highlight))))
414434
`(company-tooltip-selection ((,class (:background ,nord3 :weight bold))))
415435

436+
;; > diff-hl
437+
`(diff-hl-change ((,class (:background ,nord13))))
438+
`(diff-hl-insert ((,class (:background ,nord14))))
439+
`(diff-hl-delete ((,class (:background ,nord11))))
440+
416441
;; > Evil
417442
`(evil-ex-info ((,class (:foreground ,nord8))))
418443
`(evil-ex-substitute-replacement ((,class (:foreground ,nord9))))
@@ -431,6 +456,11 @@
431456
`(git-gutter:added ((,class (:foreground ,nord14))))
432457
`(git-gutter:deleted ((,class (:foreground ,nord11))))
433458

459+
;; > Git Gutter Plus
460+
`(git-gutter+-modified ((,class (:foreground ,nord13))))
461+
`(git-gutter+-added ((,class (:foreground ,nord14))))
462+
`(git-gutter+-deleted ((,class (:foreground ,nord11))))
463+
434464
;; > Helm
435465
`(helm-bookmark-addressbook ((,class (:foreground ,nord7))))
436466
`(helm-bookmark-directory ((,class (:foreground ,nord9))))
@@ -474,6 +504,10 @@
474504
`(helm-selection ((,class (:inherit highlight))))
475505
`(helm-selection-line ((,class (:background ,nord2))))
476506
`(helm-source-header ((,class (:height 1.44 :foreground ,nord8 :background ,nord2))))
507+
`(helm-swoop-line-number-face ((,class (:foreground ,nord4 :background ,nord0))))
508+
`(helm-swoop-target-word-face ((,class (:foreground ,nord0 :background ,nord7))))
509+
`(helm-swoop-target-line-face ((,class (:background ,nord13 :foreground ,nord3))))
510+
`(helm-swoop-target-line-block-face ((,class (:background ,nord13 :foreground ,nord3))))
477511
`(helm-separator ((,class (:background ,nord2))))
478512
`(helm-visible-mark ((,class (:background ,nord2))))
479513

@@ -499,7 +533,7 @@
499533
`(mu4e-header-key-face ((,class (:foreground ,nord8))))
500534
`(mu4e-highlight-face ((,class (:highlight))))
501535
`(mu4e-flagged-face ((,class (:foreground ,nord13))))
502-
`(mu4e-unread-face ((,class (:foreground ,nord4 :weight bold))))
536+
`(mu4e-unread-face ((,class (:foreground ,nord13 :weight bold))))
503537
`(mu4e-link-face ((,class (:underline t))))
504538

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

552+
;; > NeoTree
553+
`(neo-banner-face ((,class (:foreground ,nord10))))
554+
`(neo-dir-link-face ((,class (:foreground ,nord9))))
555+
`(neo-expand-btn-face ((,class (:foreground ,nord6 :bold t))))
556+
`(neo-file-link-face ((,class (:foreground ,nord4))))
557+
`(neo-root-dir-face ((,class (:foreground ,nord7 :weight bold))))
558+
`(neo-vc-added-face ((,class (:foreground ,nord14))))
559+
`(neo-vc-conflict-face ((,class (:foreground ,nord11))))
560+
`(neo-vc-default-face ((,class (:foreground ,nord4))))
561+
`(neo-vc-edited-face ((,class (:foreground ,nord13))))
562+
`(neo-vc-ignored-face ((,class (:foreground ,nord3))))
563+
`(neo-vc-missing-face ((,class (:foreground ,nord12))))
564+
`(neo-vc-needs-merge-face ((,class (:background ,nord12 :foreground ,nord4))))
565+
`(neo-vc-needs-update-face ((,class (:background ,nord10 :foreground ,nord4))))
566+
`(neo-vc-removed-face ((,class (:foreground ,nord11 :strike-through nil))))
567+
`(neo-vc-up-to-date-face ((,class (:foreground ,nord4))))
568+
`(neo-vc-user-face ((,class (:foreground ,nord4))))
569+
518570
;; > Org
519571
`(org-level-1 ((,class (:foreground ,nord8 :weight bold))))
520572
`(org-level-2 ((,class (:inherit org-level-1))))

0 commit comments

Comments
 (0)