Skip to content

Commit

Permalink
Merge branch 'release/0.11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Apr 1, 2017
2 parents 68d4d0c + c9b1345 commit e518b50
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 18 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

---

# 0.11.0
*2017-04-01*
## Features
### Package Support
❯ Implemented support for the community package <img src="https://avatars3.githubusercontent.com/u/515636" width=16 height=16/> [`indent-guide-improved`](https://atom.io/packages/indent-guide-improved) to adapt to the UI style. This matches the indent guide improvements implemented in [arcticicestudio/nord-atom-syntax #43](https://github.com/arcticicestudio/nord-atom-syntax/issues/43). (@arcticicestudio, #64, e185d481)

<p align="center"><img src="https://cloud.githubusercontent.com/assets/7836623/24577073/8a3486da-16c7-11e7-83a7-40cceaa7c87c.gif"/></p>

## Improvements
### Tabs
❯ The close icon of inactive tabs is now only colored bright on hover to match the stye of active tabs. (@arcticicestudio, #65, 3d86698b)

<p align="center"><strong>Before</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/24576737/eff70b1a-16c1-11e7-8480-54dfbe775894.gif"/><br><strong>After</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/24576880/01c644d0-16c4-11e7-8234-87ba9bb46b53.gif"/></p>

## Bug Fixes
### Documentation
❯ Fixed a typo in the project description. This is a sub-task of [arcticicestudio/nord #20](https://github.com/arcticicestudio/nord/issues/20). (@arcticicestudio, #60, 443531b9)
> **A** arctic ... -> **An** arctic ...
# 0.10.2
*2017-03-06*
## Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center"><img src="https://cdn.travis-ci.org/images/favicon-c566132d45ab1a9bcae64d8d90e4378a.svg" width=24 height=24/> <a href="https://travis-ci.org/arcticicestudio/nord-atom-ui"><img src="https://img.shields.io/travis/arcticicestudio/nord-atom-ui/develop.svg"/></a> <img src="https://circleci.com/favicon.ico" width=24 height=24/> <a href="https://circleci.com/gh/arcticicestudio/nord-atom-ui"><img src="https://circleci.com/gh/arcticicestudio/nord-atom-ui.svg?style=shield&circle-token=49d495671d604d752f1f1be8da675e3150dbdc88"/></a> <img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/> <a href="https://github.com/arcticicestudio/nord-atom-ui/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-atom-ui.svg"/></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"/></a> <img src="https://atom.io/favicon.ico" width=24 height=24/> <a href="https://github.com/atom/atom/releases/tag/v1.13.0"><img src="https://img.shields.io/badge/Atom->=v1.13.0-green.svg"/></a> <a href="https://atom.io/themes/nord-atom-ui"><img src="https://img.shields.io/apm/v/nord-atom-ui.svg"/></a> <a href="https://atom.io/themes/nord-atom-ui"><img src="https://img.shields.io/apm/dm/nord-atom-ui.svg"/></a></p>

<p align="center">A arctic, north-bluish clean and elegant minimal Atom UI.</p>
<p align="center">An arctic, north-bluish clean and elegant minimal Atom UI.</p>

<p align="center">Designed for a optimized fluent and clear workflow.<br>
Based on the <a href="https://github.com/arcticicestudio/nord">Nord</a> color palette.<br>
Expand Down Expand Up @@ -35,7 +35,7 @@ This theme contains optimized styles to achieve a consistent and uniform UI expe
Detailed descriptions for supported packages can be found in the [project wiki](https://github.com/arcticicestudio/nord-atom-ui/wiki/Package-Support).

## Development
[![](https://img.shields.io/badge/Changelog-0.10.2-81A1C1.svg)](https://github.com/arcticicestudio/nord-atom-ui/blob/v0.10.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.11.0-81A1C1.svg)](https://github.com/arcticicestudio/nord-atom-ui/blob/v0.11.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-atom-ui/issues).
Expand Down
3 changes: 2 additions & 1 deletion index.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Theme Index +
project nord-atom-ui +
version 0.10.2 +
version 0.11.0 +
repository https://github.com/arcticicestudio/nord-atom-ui +
author Arctic Ice Studio +
email [email protected] +
Expand Down Expand Up @@ -64,6 +64,7 @@ LESSCSS
@import "styles/package-support/color-picker";
@import "styles/package-support/expose";
@import "styles/package-support/imdone-atom";
@import "styles/package-support/indent-guide-improved";
@import "styles/package-support/minimap";
@import "styles/package-support/minimap-git-diff";
@import "styles/package-support/project-manager";
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "nord-atom-ui",
"theme": "ui",
"version": "0.10.2",
"description": "A arctic, north-bluish clean and elegant minimal Atom UI.",
"version": "0.11.0",
"description": "An arctic, north-bluish clean and elegant minimal Atom UI.",
"author": {
"name": "Arctic Ice Studio",
"email": "[email protected]"
Expand Down
26 changes: 26 additions & 0 deletions styles/package-support/indent-guide-improved.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Community Package Support: indent-guide-improved +
project nord-atom-ui +
repository https://github.com/arcticicestudio/nord-atom-ui +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[References]
Atom Packages
(https://atom.io/packages/indent-guide-improved)
*/
.indent-guide-improved {
background-color: @indent-guide-improved-base-color;
opacity: 0.5;

&.indent-guide-stack {
background-color: @indent-guide-improved-base-color;

&.indent-guide-active {
background-color: @indent-guide-improved-active-color;
opacity: 1.0;
}
}
}
18 changes: 5 additions & 13 deletions styles/tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ copyright Copyright (C) 2016 +
position: relative;
transition: color @transition-time ease, border @transition-time ease, background @transition-time ease;

.close-icon:hover:before {
color: @text-color-highlight;
}

.status-added,
.status-ignored,
.status-modified {
Expand All @@ -50,10 +54,6 @@ copyright Copyright (C) 2016 +
&:hover {
color: @text-color-highlight;
background: @tab-background-color-hover;

.close-icon {
display: block;
}
}
}

Expand Down Expand Up @@ -83,14 +83,6 @@ copyright Copyright (C) 2016 +
.status-ignored {
color: @text-color-ignored;
}

.close-icon:before {
color: @text-color-subtle;
}

.close-icon:hover:before {
color: @text-color-highlight;
}
}

.tab.modified:hover .close-icon:before {
Expand Down Expand Up @@ -120,7 +112,7 @@ copyright Copyright (C) 2016 +
transition: transform @transition-time ease, color @transition-time ease, background @transition-time ease;

&:before {
color: @text-color-highlight;
color: @text-color-subtle;
font-size: 12px;
position: absolute;
top: 2px;
Expand Down
4 changes: 4 additions & 0 deletions styles/ui-variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ copyright Copyright (C) 2016 +
@imdone-atom-task-background-color: darken(@nord1, 2%);
@imdone-atom-task-background-color-draged: @nord1;

/*+--- indent-guide-improved ---+*/
@indent-guide-improved-base-color: @nord2;
@indent-guide-improved-active-color: @nord3;

/*+--- markdown-preview ---+*/
@markdown-preview-background-color: @nord6;
@markdown-preview-border-color: @nord4;
Expand Down

0 comments on commit e518b50

Please sign in to comment.