diff --git a/themes/new_darcula.json b/themes/new_darcula.json index 8775744..be6c2ed 100644 --- a/themes/new_darcula.json +++ b/themes/new_darcula.json @@ -362,7 +362,12 @@ } }, { - "scope": ["constant.numeric", "keyword.operator.quantifier.regexp"], + "scope": [ + "constant.numeric", + "keyword.operator.quantifier.regexp", + "string.regexp punctuation.definition.string", + "string.regexp keyword.other" + ], "settings": { "foreground": "#2cabb8" } diff --git a/themes/new_dark.json b/themes/new_dark.json index e5b1b65..0a987bd 100644 --- a/themes/new_dark.json +++ b/themes/new_dark.json @@ -370,7 +370,12 @@ } }, { - "scope": ["constant.numeric", "keyword.operator.quantifier.regexp"], + "scope": [ + "constant.numeric", + "keyword.operator.quantifier.regexp", + "string.regexp punctuation.definition.string", + "string.regexp keyword.other" + ], "settings": { "foreground": "#2cabb8" }