mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Darken red colour in light theme for better contrast (#163335)
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
{
|
||||
"scope": "entity.other.attribute-name",
|
||||
"settings": {
|
||||
"foreground": "#ff0000"
|
||||
"foreground": "#e50000"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -329,7 +329,7 @@
|
||||
"source.coffee.embedded"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#ff0000"
|
||||
"foreground": "#e50000"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user