Skip to content
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

Open
Kerwood opened this issue Oct 18, 2022 · 5 comments
Open

Brackets and parantetes are now italic #50

Kerwood opened this issue Oct 18, 2022 · 5 comments

Comments

@Kerwood
Copy link
Contributor

Kerwood commented Oct 18, 2022

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 ?

image

@Mofiqul
Copy link
Owner

Mofiqul commented Oct 18, 2022

It is not intended and have to be fixed

@xanderio
Copy link

After some poking around a highlight group for just @punctuation is missing.

Temporary workaround

local colors = require("dracula").colors()
require("dracula").setup({
  overrides = {
    ['@punctuation'] = { fg = colors.fg },
  },
})

@Mofiqul
Copy link
Owner

Mofiqul commented Dec 22, 2022

@xanderio - Can you please make a PR?

@oryband
Copy link

oryband commented Apr 25, 2023

@xanderio I can't get this working with lazy.nvim, even when trying the method here #76 (comment)

can you please help?

@Benson9954029
Copy link

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants