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%.

This change also deprecates the "Custom Comment Contrast" theme setting.
It is not necessary anymore for users to increase the brightness on
their own when the default color has been increased by default.
A deprecation warning will be shown to notify all users who have set a
custom value for the configuration variable.

GH-60
  • Loading branch information
arcticicestudio committed May 12, 2019
1 parent 0be34cc commit 09333c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions styles/colors.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
* Copyright (C) 2016-present Arctic Ice Studio <[email protected]>
* Copyright (C) 2016-present Sven Greb <[email protected]>
*
* Project: Nord Atom Syntax
* Repository: https://github.com/arcticicestudio/nord-atom-syntax
* License: MIT
*/

@nord3-brightened: #616E88;
3 changes: 2 additions & 1 deletion styles/syntax-variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
+ Imports +
+---------+*/
@import "nord";
@import "colors";

/*+------------+
+ Animations +
Expand Down Expand Up @@ -62,7 +63,7 @@
@syntax-color-attribute: @nord7;
@syntax-color-attribute-id: @nord7;
@syntax-color-class: @nord7;
@syntax-color-comment: @nord3;
@syntax-color-comment: @nord3-brightened;
@syntax-color-constant: @nord7;
@syntax-color-embedded: @nord9;
@syntax-color-escape: @nord12;
Expand Down

0 comments on commit 09333c3

Please sign in to comment.