From 94c891a4c1fdb0d36ce486f705c98bcc9d14abdc Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Tue, 4 Apr 2017 09:12:50 +0200 Subject: [PATCH] chore: Update darker theme template --- src/themes/Material-Theme-Darker.json | 65 +++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/src/themes/Material-Theme-Darker.json b/src/themes/Material-Theme-Darker.json index 1ef55c7..e123aa6 100644 --- a/src/themes/Material-Theme-Darker.json +++ b/src/themes/Material-Theme-Darker.json @@ -95,6 +95,71 @@ "settings": { "foreground": "#C792EA" } + }, + { + "name": "Keyword, Storage", + "scope": [ + "Keyword", + "Storage" + ], + "settings": { + "fontStyle": "italic" + } + }, + { + "name": "Operator, Misc", + "scope": [ + "keyword.operator", + "constant.other.color", + "punctuation", + "meta.tag", + "punctuation.definition.tag", + "punctuation.separator.inheritance.php", + "punctuation.definition.tag.html", + "punctuation.definition.tag.begin.html", + "punctuation.definition.tag.end.html", + "punctuation.section.embedded", + "keyword.other.template", + "keyword.other.substitution" + ], + "settings": { + "foreground": "#89DDFF" + } + }, + { + "name": "Tag", + "scope": [ + "entity.name.tag", + "meta.tag.sgml", + "markup.deleted.git_gutter" + ], + "settings": { + "foreground": "#F07178" + } + }, + { + "name": "Function, Special Method, Block Level", + "scope": [ + "entity.name.function", + "meta.function-call", + "variable.function", + "support.function", + "keyword.other.special-method", + "meta.block-level" + ], + "settings": { + "foreground": "#82AAFF" + } + }, + { + "name": "Other Variable, String Link", + "scope": [ + "support.other.variable", + "string.other.link" + ], + "settings": { + "foreground": "#F07178" + } } ] } \ No newline at end of file