Skip to content

Commit

Permalink
Merge pull request #57934 from Microsoft/misolori/quiet-light-theme
Browse files Browse the repository at this point in the history
Update Quiet Light theme attribute colors
  • Loading branch information
Miguel Solorio committed Sep 7, 2018
2 parents f68fe75 + 3bf2b95 commit a3f9f2e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions extensions/theme-quietlight/themes/quietlight-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"variable.language"
],
"settings": {
"foreground": "#AB6526"
"foreground": "#9C5D27"
}
},
{
Expand Down Expand Up @@ -155,7 +155,7 @@
"constant"
],
"settings": {
"foreground": "#AB6526"
"foreground": "#9C5D27"
}
},
{
Expand Down Expand Up @@ -183,7 +183,7 @@
"name": "Strings: Symbols",
"scope": "constant.other.symbol",
"settings": {
"foreground": "#AB6526"
"foreground": "#9C5D27"
}
},
{
Expand Down Expand Up @@ -256,7 +256,7 @@
"punctuation.definition.entity"
],
"settings": {
"foreground": "#AB6526"
"foreground": "#9C5D27"
}
},
{
Expand All @@ -282,7 +282,7 @@
"support.type.property-name"
],
"settings": {
"foreground": "#AB6526"
"foreground": "#9C5D27"
}
},
{
Expand Down Expand Up @@ -427,7 +427,7 @@
"scope": "markup.inline.raw",
"settings": {
"fontStyle": "",
"foreground": "#AB6526"
"foreground": "#9C5D27"
}
},
{
Expand Down

0 comments on commit a3f9f2e

Please sign in to comment.