diff --git a/arduino-ide-extension/src/browser/data/dark.color-theme.json b/arduino-ide-extension/src/browser/data/dark.color-theme.json index 072e9a300..54fcf53fe 100644 --- a/arduino-ide-extension/src/browser/data/dark.color-theme.json +++ b/arduino-ide-extension/src/browser/data/dark.color-theme.json @@ -61,89 +61,51 @@ }, { "name": "Comments", - "scope": "comment", "settings": { "foreground": "#7f8c8d" } }, { "name": "Keywords Attributes", - "scope": [ - "storage", - "support", - "string.quoted.single.c" - ], "settings": { "foreground": "#0ca1a6" } }, { "name": "literal", - "scope": [ - "meta.function.c", - "entity.name.function", - "meta.function-call.c", - "variable.other" - ], "settings": { "foreground": "#F39C12" } }, { "name": "punctuation", - "scope": [ - "punctuation.section", - "meta.function-call.c", - "meta.block.c", - "meta.function.c", - "variable", - "variable.name" - ], "settings": { "foreground": "#dae3e3" } }, { "name": "function preprocessor", - "scope": [ - "entity.name.function.preprocessor.c", - "meta.preprocessor.macro.c" - ], "settings": { "foreground": "#569CD6" } }, { "name": "constants", - "scope": [ - "string.quoted.double", - "string.quoted.other.lt-gt", - "constant" - ], "settings": { "foreground": "#7fcbcd" } }, { "name": "meta keywords", - "scope": [ - "keyword.control", - "meta.preprocessor.c" - ], "settings": { "foreground": "#C586C0" } }, { "name": "numeric preprocessor", - "scope": [ - "meta.preprocessor.macro.c", - "constant.numeric.preprocessor.c", - "meta.preprocessor.c" - ], "settings": { "foreground": "#434f54" } } ] -} +} \ No newline at end of file diff --git a/arduino-ide-extension/src/browser/data/default.color-theme.json b/arduino-ide-extension/src/browser/data/default.color-theme.json index 2f4660652..bd65eb5b6 100644 --- a/arduino-ide-extension/src/browser/data/default.color-theme.json +++ b/arduino-ide-extension/src/browser/data/default.color-theme.json @@ -61,89 +61,51 @@ }, { "name": "Comments", - "scope": "comment", "settings": { "foreground": "#95a5a6cc" } }, { "name": "Keywords Attributes", - "scope": [ - "storage", - "support", - "string.quoted.single.c" - ], "settings": { "foreground": "#00979D" } }, { "name": "literal", - "scope": [ - "meta.function.c", - "entity.name.function", - "meta.function-call.c", - "variable.other" - ], "settings": { "foreground": "#D35400" } }, { "name": "punctuation", - "scope": [ - "punctuation.section", - "meta.function-call.c", - "meta.block.c", - "meta.function.c", - "variable", - "variable.name" - ], "settings": { "foreground": "#434f54" } }, { "name": "function preprocessor", - "scope": [ - "entity.name.function.preprocessor.c", - "meta.preprocessor.macro.c" - ], "settings": { "foreground": "#9e846d" } }, { "name": "constants", - "scope": [ - "string.quoted.double", - "string.quoted.other.lt-gt", - "constant" - ], "settings": { "foreground": "#005C5F" } }, { "name": "meta keywords", - "scope": [ - "keyword.control", - "meta.preprocessor.c" - ], "settings": { "foreground": "#728E00" } }, { "name": "numeric preprocessor", - "scope": [ - "meta.preprocessor.macro.c", - "constant.numeric.preprocessor.c", - "meta.preprocessor.c" - ], "settings": { "foreground": "#434f54" } } ] -} +} \ No newline at end of file