We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since this plugin works based on your theme, you should probably add a example theme or provide the minimum requirement for it to work.
For example, on my theme I had to add this:
<dict> <key>name</key> <string>diff.header</string> <key>scope</key> <string>meta.diff, meta.diff.header</string> <key>settings</key> <dict> <key>foreground</key> <string>#75715E</string> </dict> </dict> <dict> <key>name</key> <string>diff.deleted</string> <key>scope</key> <string>markup.deleted</string> <key>settings</key> <dict> <key>foreground</key> <string>#D4242E</string> </dict> </dict> <dict> <key>name</key> <string>diff.inserted</string> <key>scope</key> <string>markup.inserted</string> <key>settings</key> <dict> <key>foreground</key> <string>#8FA532</string> </dict> </dict> <dict> <key>name</key> <string>diff.changed</string> <key>scope</key> <string>markup.changed</string> <key>settings</key> <dict> <key>foreground</key> <string>#CCA300</string> </dict> </dict>
The text was updated successfully, but these errors were encountered:
1eb96ec
Thank you.
Sorry, something went wrong.
No branches or pull requests
Since this plugin works based on your theme, you should probably add a example theme or provide the minimum requirement for it to work.
For example, on my theme I had to add this:
The text was updated successfully, but these errors were encountered: