Skip to content

Commit

Permalink
Merge branch 'release/0.11.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Feb 16, 2020
2 parents 5e867ed + f0c7390 commit 14d2a03
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@

<p align="center">Changelog for <a href="https://www.nordtheme.com/ports/jetbrains">Nord JetBrains</a> — An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme</p>

# 0.11.1

![Release Date: 2020-02-16](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2020-02-16&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.11.1&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-jetbrains/projects/16) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.11.1&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-jetbrains/milestone/13)

## Bug Fixes

**"Pinkish" editor & breadcrumbs separator line color**#138#139 (⊶ e029b551) by [@Tom1206][gh-user-tom1206]
↠ Fixed the color of the editor & breadcrumbs separator line (introduced in #125, #136) to use the correct color `nord3` instead of the pinkish ”test color“ that is only used during development to quickly identify UI and syntax elements that are affected by a specific theme color key.

<div align="center">
<p><strong>Before</strong></p>
<img src="https://user-images.githubusercontent.com/7836623/74600789-a0b8bf00-5096-11ea-9434-7a1f72887674.png" />
<p><strong>After</strong></p>
<img src="https://user-images.githubusercontent.com/7836623/74600787-a0202880-5096-11ea-832d-23206bd3168c.png" />
</div>

# 0.11.0

![Release Date: 2020-02-15](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2020-02-15&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.11.0&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-jetbrains/projects/15) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.11.0&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-jetbrains/milestone/12)
Expand Down
2 changes: 1 addition & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.arcticicestudio.nord.jetbrains</id>
<name>Nord</name>
<version>0.11.0</version>
<version>0.11.1</version>
<vendor email="[email protected]" url="https://www.arcticicestudio.com">Arctic Ice Studio</vendor>

<description>
Expand Down
4 changes: 2 additions & 2 deletions resources/themes/nord.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<property name="created">2016-09-24T21:08:20</property>
<property name="ide">idea</property>
<property name="ideVersion">2019.3.0.0</property>
<property name="modified">2020-02-10T21:10:00</property>
<property name="modified">2020-02-16T08:34:12</property>
<property name="originalScheme">Nord</property>
</metaInfo>
<colors>
Expand Down Expand Up @@ -61,7 +61,7 @@
<option name="SELECTED_TEARLINE_COLOR" value="434c5e" />
<option name="SELECTION_BACKGROUND" value="434c5e" />
<option name="SEPARATOR_ABOVE_COLOR" value="4c566a" />
<option name="SEPARATOR_BELOW_COLOR" value="f000d7" />
<option name="SEPARATOR_BELOW_COLOR" value="4c566a" />
<option name="SOFT_WRAP_SIGN_COLOR" value="4c566a" />
<option name="TAB_UNDERLINE" value="88c0d0" />
<option name="TAB_UNDERLINE_INACTIVE" value="616e88" />
Expand Down

0 comments on commit 14d2a03

Please sign in to comment.