-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
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
Brackets and parantetes are now italic #50
Comments
It is not intended and have to be fixed |
After some poking around a highlight group for just Temporary workaround local colors = require("dracula").colors()
require("dracula").setup({
overrides = {
['@punctuation'] = { fg = colors.fg },
},
}) |
@xanderio - Can you please make a PR? |
@xanderio I can't get this working with lazy.nvim, even when trying the method here #76 (comment) can you please help? |
Overrides will also works in lazy. Maybe your issue is diff hl? |
After the latest merge today (#49) brackets and parantetes are now italic. Is this a bug or a feature?
If its a feature, how do I change it back ?
The text was updated successfully, but these errors were encountered: