Skip to content

Commit

Permalink
Comment Color Brightness
Browse files Browse the repository at this point in the history
-> Please see nordtheme/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) nordtheme/nord#94

GH-117
  • Loading branch information
arcticicestudio committed Mar 25, 2019
1 parent 3e35efb commit 451465c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/nord.json
Original file line number Diff line number Diff line change
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 451465c

Please sign in to comment.