mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
[themes] add support.function
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
{
|
||||
"name": "Function declarations",
|
||||
"scope": [
|
||||
"entity.name.function"
|
||||
"entity.name.function",
|
||||
"support.function"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#795E26"
|
||||
@@ -57,6 +58,18 @@
|
||||
"settings": {
|
||||
"foreground": "#001080"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "CSS property value",
|
||||
"scope": [
|
||||
"support.property-value",
|
||||
"constant.rgb-value",
|
||||
"support.property-value.scss",
|
||||
"constant.rgb-value.scss"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#0451a5"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user