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;