From 451465c7700e6f2c195276e4f2deabd601510378 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Mon, 25 Mar 2019 08:40:34 +0100 Subject: [PATCH] Comment Color Brightness -> Please see arcticicestudio/nord#94 (1) for all details about this design change decision. Increased the comment color (`nord3`) brightness by 10% from a lightness level of ~35% to ~45%. References: (1) https://github.com/arcticicestudio/nord/issues/94 GH-117 --- themes/nord.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/nord.json b/themes/nord.json index 98162a0..44ed0f1 100644 --- a/themes/nord.json +++ b/themes/nord.json @@ -262,7 +262,7 @@ "name": "Comment", "scope": "comment", "settings": { - "foreground": "#4C566A" + "foreground": "#616E88" } }, { @@ -441,7 +441,7 @@ "punctuation.start.definition.comment" ], "settings": { - "foreground": "#4C566A" + "foreground": "#616E88" } }, { @@ -768,7 +768,7 @@ "source.java punctuation.definition.tag.end.javadoc" ], "settings": { - "foreground": "#4C566A" + "foreground": "#616E88" } }, { @@ -989,7 +989,7 @@ "name": "[Markdown] Markup Quote Punctuation Definition", "scope": "text.html.markdown markup.quote", "settings": { - "foreground": "#4C566A" + "foreground": "#616E88" } }, {