Skip to content

Commit 7e3881b

Browse files
Merge pull request #118 from arcticicestudio/improvement/gh-117-comment-color-brightness
Comment Color Brightness
2 parents 3e35efb + 451465c commit 7e3881b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

themes/nord.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
"name": "Comment",
263263
"scope": "comment",
264264
"settings": {
265-
"foreground": "#4C566A"
265+
"foreground": "#616E88"
266266
}
267267
},
268268
{
@@ -441,7 +441,7 @@
441441
"punctuation.start.definition.comment"
442442
],
443443
"settings": {
444-
"foreground": "#4C566A"
444+
"foreground": "#616E88"
445445
}
446446
},
447447
{
@@ -768,7 +768,7 @@
768768
"source.java punctuation.definition.tag.end.javadoc"
769769
],
770770
"settings": {
771-
"foreground": "#4C566A"
771+
"foreground": "#616E88"
772772
}
773773
},
774774
{
@@ -989,7 +989,7 @@
989989
"name": "[Markdown] Markup Quote Punctuation Definition",
990990
"scope": "text.html.markdown markup.quote",
991991
"settings": {
992-
"foreground": "#4C566A"
992+
"foreground": "#616E88"
993993
}
994994
},
995995
{

0 commit comments

Comments
 (0)