From 43fd9846c7cf365f8229c6b16ef856f1ae895ee0 Mon Sep 17 00:00:00 2001 From: Luca Cuzzocrea Date: Sat, 29 Mar 2025 13:33:52 +0100 Subject: [PATCH] Updated Sublime Text color scheme --- LCZ.sublime-color-scheme | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/LCZ.sublime-color-scheme b/LCZ.sublime-color-scheme index 5278110..9fde30d 100644 --- a/LCZ.sublime-color-scheme +++ b/LCZ.sublime-color-scheme @@ -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)" + }, ] }