Skip to content

Commit

Permalink
adjust color for regular expression definition string and optional flags
Browse files Browse the repository at this point in the history
  • Loading branch information
eenaree committed Sep 23, 2023
1 parent f58e5fe commit 8a2c283
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion themes/new_darcula.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
7 changes: 6 additions & 1 deletion themes/new_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 8a2c283

Please sign in to comment.