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