Updated Sublime Text color scheme

This commit is contained in:
2025-03-29 13:33:52 +01:00
parent 61dc597f7e
commit 43fd9846c7

View File

@@ -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)"
},
]
}