Skip to content

Commit

Permalink
Comment Color Brightness
Browse files Browse the repository at this point in the history
-> Please see nordtheme/nord#94 for all
   details about this design change decision.

Increased the comment color (`nord3`) brightness by 10% from a lightness
level of ~35% to ~45%.

GH-6
  • Loading branch information
arcticicestudio committed May 11, 2019
1 parent 157a8d9 commit de2b874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
@editor-gutter-background-color-selected: transparent;
@editor-gutter-icon-folded-color: @nord8;
@editor-gutter-icon-open-color: @nord2;
@editor-gutter-icon-open-hover-color: @nord3;
@editor-gutter-icon-open-hover-color: @nord3-brightened;
@editor-gutter-text-color: fade(@editor-text-color, 40%);
@editor-gutter-text-color-selected: @nord6;

Expand All @@ -64,7 +64,7 @@
@editor-syntax-color-annotation: @nord12;
@editor-syntax-color-attribute: @nord7;
@editor-syntax-color-class: @nord7;
@editor-syntax-color-comment: @nord3;
@editor-syntax-color-comment: @nord3-brightened;
@editor-syntax-color-function: @nord8;
@editor-syntax-color-keyword: @nord9;
@editor-syntax-color-method: @nord8;
Expand Down

0 comments on commit de2b874

Please sign in to comment.