vscode/extensions/theme-colorful-defaults/themes/dark_plus.json

62 lines
1.3 KiB
JSON
Raw Normal View History

2016-03-12 21:49:13 +00:00
{
"name": "Dark+",
"settings": [
{
"name": "Types declaration and references",
"scope": ["meta.type.name", "meta.return.type", "meta.return-type", "meta.cast", "meta.type.annotation",
"support.type", "entity.name.class", "entity.name.type", "storage.type.cs", "storage.type.java"],
"settings": {
"foreground": "#4EC9B0"
}
},
{
"name": "Function declarations",
"scope": ["entity.name.function", "entity.method.name"],
"settings": {
"foreground": "#DCDCAA"
}
},
{
"name": "Control flow keywords",
"scope": "keyword.control",
"settings": {
"foreground": "#C586C0"
}
},
{
"name": "Variable and parameter name",
"scope": ["meta.parameter.type.variable", "variable.parameter", "variable", "variable.name"],
"settings": {
"foreground": "#9CDCFE"
}
},
{
"name": "C includes",
"scope": "keyword.control.import",
"settings": {
"foreground": "#569CD6"
}
},
{
"name": "CSS property value",
"scope": ["css.support.property-value", "css.constant.rgb-value"],
"settings": {
"foreground": "#CE9178"
}
},
{
"name": "JSON keys",
"scope": "support.type.property-name",
"settings": {
"foreground": "#9CDCFE"
}
},
{
"name": "LESS workaround",
"scope": "keyword.control.less",
"settings": {
"foreground": "#D7BA7D"
}
}
]
}