Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Apr 17, 2017
2 parents 5327be9 + 969cbff commit a49113a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,27 @@

---

# 0.2.0
*2017-04-17*
## Features
### Mode Support
❯ Implemented support for the `which-function-mode`. (@microamp, #28, f7a2f6e6)

<p align="center"><strong>Before</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/24758354/6ed3c51c-1ae2-11e7-8a18-b58c1d0e6185.png"/><br><strong>After</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/24758374/7bc489aa-1ae2-11e7-9eba-6657425a3936.png"/></p>

## Improvements
### UI
❯ The text color of inactive mode lines are now colorized with `nord4` instead of `nord3` to increase the readability. (@cavd, #25, 067b9bbe)

## Bug Fixes
❯ Fixed the color of the `cursor` face caused by using the wrong attribute `:foreground` instead of `:background`. (@spegoraro, #24, b11fb535)

<p align="center"><strong>Before</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/25084545/66ecc672-235d-11e7-9526-cf8ab338238f.png"/><br><strong>After</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/24761805/c1a9d858-1aec-11e7-914b-06d98d8802eb.png"/></p>

# 0.1.2
*2017-03-26*
## Bug Fixes
### UI
❯ Some more minor fixes created by a MELPA contributor to adhere to the packaging standard. (@purcell, PR #21, 70a3ee23)
- Formated header conventionally, with `Commentary` and `Code` section markers
- Removed redundant use of *Emacs* since all `elisp` packages are for Emacs
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.1.2-81A1C1.svg)](https://github.com/arcticicestudio/nord-emacs/blob/v0.1.2/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver)
[![](https://img.shields.io/badge/Changelog-0.2.0-81A1C1.svg)](https://github.com/arcticicestudio/nord-emacs/blob/v0.2.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](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
15 changes: 8 additions & 7 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.1.2
;; Version: 0.2.0
;; URL: https://github.com/arcticicestudio/nord-emacs
;; Author: Arctic Ice Studio <development@arcticicestudio.com>
;; Package-Requires: ((emacs "24"))
Expand Down Expand Up @@ -153,7 +153,7 @@
`(custom-set ((,class (:foreground ,nord8))))
`(custom-state ((,class (:foreground ,nord14))))
`(custom-themed ((,class (:foreground ,nord8 :background ,nord2))))
`(cursor ((,class (:foreground ,nord4))))
`(cursor ((,class (:background ,nord4))))
`(fringe ((,class (:foreground ,nord4 :background ,nord0))))
`(file-name-shadow ((,class (:inherit shadow))))
`(header-line ((,class (:foreground ,nord4 :background ,nord2))))
Expand Down Expand Up @@ -183,7 +183,7 @@
`(mode-line ((,class (:foreground ,nord4 :background ,nord2))))
`(mode-line-buffer-id ((,class (:weight bold))))
`(mode-line-highlight ((,class (:inherit highlight))))
`(mode-line-inactive ((,class (:foreground ,nord3 :background ,nord1))))
`(mode-line-inactive ((,class (:foreground ,nord4 :background ,nord1))))
`(next-error ((,class (:inherit error))))
`(nobreak-space ((,class (:foreground ,nord3))))
`(outline-1 ((,class (:foreground ,nord8 :weight bold))))
Expand Down Expand Up @@ -244,10 +244,7 @@
`(vc-state-base ((,class (:foreground ,nord4))))
`(vc-up-to-date-state ((,class (:foreground ,nord8))))
`(vertical-border ((,class (:foreground ,nord2))))
`(widget-button-pressed ((,class (:foreground ,nord9 :background ,nord1))))
`(widget-documentation ((,class (:foreground ,nord4))))
`(widget-field ((,class (:background ,nord2 :foreground ,nord4))))
`(widget-single-line-field ((,class (:background ,nord2 :foreground ,nord4))))
`(which-func ((,class (:foreground ,nord8))))
`(whitespace-big-indent ((,class (:foreground ,nord3 :background ,nord0))))
`(whitespace-empty ((,class (:foreground ,nord3 :background ,nord0))))
`(whitespace-hspace ((,class (:foreground ,nord3 :background ,nord0))))
Expand All @@ -259,6 +256,10 @@
`(whitespace-space-before-tab ((,class (:foreground ,nord3 :background ,nord0))))
`(whitespace-tab ((,class (:foreground ,nord3 :background ,nord0))))
`(whitespace-trailing ((,class (:inherit trailing-whitespace))))
`(widget-button-pressed ((,class (:foreground ,nord9 :background ,nord1))))
`(widget-documentation ((,class (:foreground ,nord4))))
`(widget-field ((,class (:background ,nord2 :foreground ,nord4))))
`(widget-single-line-field ((,class (:background ,nord2 :foreground ,nord4))))
`(window-divider ((,class (:background ,nord3))))
`(window-divider-first-pixel ((,class (:background ,nord3))))
`(window-divider-last-pixel ((,class (:background ,nord3))))
Expand Down

0 comments on commit a49113a

Please sign in to comment.