Skip to content

Commit

Permalink
Add brightened nord3 color
Browse files Browse the repository at this point in the history
The value is calculated using the Sass `lighten` (1) function to ensure
full interoperability with other port projects that providing this
theme feature.

References:
  (1) https://sass-lang.com/documentation/functions/color#lighten

GH-10
  • Loading branch information
arcticicestudio committed Dec 20, 2019
1 parent cbdf46a commit d04b710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/_colors.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$nord3-brightened: lighten($nord3, 10%);
1 change: 1 addition & 0 deletions src/nord.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
@import "../node_modules/nord/src/sass/nord";

@import "modules/base";
@import "modules/colors";
@import "modules/css";
@import "modules/diff";
@import "modules/general";
Expand Down

0 comments on commit d04b710

Please sign in to comment.