I'd like to request that you please remove punctuation.definition.string from the vscode-github theme, and replace it with lower priority values, eg:
string.quoted.docstring
string.quoted.single
etc, I'm sure there's a few more.
punctuation.definition.string is just too high priority and overwrites all string punctuation, which prevents further customization. Eg I'd like to be able to set different colors for normal strings vs docstrings (in python).
Overall though amazing theme, thanks!!