From 09333c315a66b826f8dba54650a3be6d480e88ce Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sun, 12 May 2019 08:33:22 +0200 Subject: [PATCH] Comment Color Brightness -> Please see arcticicestudio/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 --- styles/colors.less | 10 ++++++++++ styles/syntax-variables.less | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 styles/colors.less diff --git a/styles/colors.less b/styles/colors.less new file mode 100644 index 0000000..d8054d3 --- /dev/null +++ b/styles/colors.less @@ -0,0 +1,10 @@ +/* + * Copyright (C) 2016-present Arctic Ice Studio + * Copyright (C) 2016-present Sven Greb + * + * Project: Nord Atom Syntax + * Repository: https://github.com/arcticicestudio/nord-atom-syntax + * License: MIT + */ + +@nord3-brightened: #616E88; diff --git a/styles/syntax-variables.less b/styles/syntax-variables.less index bcb2fd6..18ffcfe 100644 --- a/styles/syntax-variables.less +++ b/styles/syntax-variables.less @@ -11,6 +11,7 @@ + Imports + +---------+*/ @import "nord"; +@import "colors"; /*+------------+ + Animations + @@ -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;