Skip to content

Commit

Permalink
Merge branch 'feature/ghi-#64-indent-guide-improved-package-support' …
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
arcticicestudio committed Apr 1, 2017
2 parents 443531b + 6385360 commit e185d48
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.less
Original file line number Diff line number Diff line change
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
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;
}
}
}
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 e185d48

Please sign in to comment.