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