diff --git a/themes/Subliminal-color-theme.json b/themes/Subliminal-color-theme.json index 2b3655d..8741cfe 100644 --- a/themes/Subliminal-color-theme.json +++ b/themes/Subliminal-color-theme.json @@ -122,6 +122,13 @@ "foreground": "#7F7F7F" } }, + { + "name": "ES Modules", + "scope": "keyword.control.import.js, keyword.control.export.js", + "settings": { + "fontStyle": "italic", + } + }, { "name": "Function Call", "scope": "variable.function.js, meta.class meta.group.braces.curly meta.function-call variable.function.js, entity.name.tag.jsx, variable.function.constructor.js", @@ -258,4 +265,4 @@ } } ] -} \ No newline at end of file +}