mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-15 16:34:50 +01:00
Merge pull request #57934 from Microsoft/misolori/quiet-light-theme
Update Quiet Light theme attribute colors
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
"variable.language"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
"foreground": "#9C5D27"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -155,7 +155,7 @@
|
||||
"constant"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
"foreground": "#9C5D27"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -183,7 +183,7 @@
|
||||
"name": "Strings: Symbols",
|
||||
"scope": "constant.other.symbol",
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
"foreground": "#9C5D27"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -256,7 +256,7 @@
|
||||
"punctuation.definition.entity"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
"foreground": "#9C5D27"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -282,7 +282,7 @@
|
||||
"support.type.property-name"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
"foreground": "#9C5D27"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -427,7 +427,7 @@
|
||||
"scope": "markup.inline.raw",
|
||||
"settings": {
|
||||
"fontStyle": "",
|
||||
"foreground": "#AB6526"
|
||||
"foreground": "#9C5D27"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user