Skip to content

Commit

Permalink
Merge pull request #118 from arcticicestudio/improvement/gh-117-comme…
Browse files Browse the repository at this point in the history
…nt-color-brightness

Comment Color Brightness
  • Loading branch information
arcticicestudio committed Mar 25, 2019
2 parents 3e35efb + 451465c commit 7e3881b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/nord.json
Expand Up @@ -262,7 +262,7 @@
"name": "Comment",
"scope": "comment",
"settings": {
"foreground": "#4C566A"
"foreground": "#616E88"
}
},
{
Expand Down Expand Up @@ -441,7 +441,7 @@
"punctuation.start.definition.comment"
],
"settings": {
"foreground": "#4C566A"
"foreground": "#616E88"
}
},
{
Expand Down Expand Up @@ -768,7 +768,7 @@
"source.java punctuation.definition.tag.end.javadoc"
],
"settings": {
"foreground": "#4C566A"
"foreground": "#616E88"
}
},
{
Expand Down Expand Up @@ -989,7 +989,7 @@
"name": "[Markdown] Markup Quote Punctuation Definition",
"scope": "text.html.markdown markup.quote",
"settings": {
"foreground": "#4C566A"
"foreground": "#616E88"
}
},
{
Expand Down

0 comments on commit 7e3881b

Please sign in to comment.