Updated Sublime Text color scheme
This commit is contained in:
@@ -68,20 +68,20 @@
|
|||||||
"scope": "keyword.operator.word",
|
"scope": "keyword.operator.word",
|
||||||
"foreground": "var(yellow)"
|
"foreground": "var(yellow)"
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// "name": "Function call",
|
"name": "Function call",
|
||||||
// "scope": "variable.function, variable.annotation",
|
"scope": "variable.function, variable.annotation",
|
||||||
// "foreground": "var(yellow2)"
|
"foreground": "var(yellow2)"
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// "name": "Library function",
|
"name": "Library function",
|
||||||
// "scope": "support.function, support.macro",
|
"scope": "support.function, support.macro",
|
||||||
// "foreground": "var(yellow2)"
|
"foreground": "var(yellow2)"
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// "name": "Entity",
|
"name": "Entity",
|
||||||
// "scope": "entity.name",
|
"scope": "entity.name",
|
||||||
// "foreground": "var(red)"
|
"foreground": "var(red)"
|
||||||
// },
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user