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

Config properties #24

Open
karshPrime opened this issue Jun 24, 2024 · 1 comment
Open

Config properties #24

karshPrime opened this issue Jun 24, 2024 · 1 comment

Comments

@karshPrime
Copy link

karshPrime commented Jun 24, 2024

What properties in config must be overridden to change colour for comments and linenumber?

Here're my current configs:

require('everblush').setup({
    transparent_background = true,
    nvim_tree = { contrast = false, },
    override = {
        -- comment
        -- line number
    },
})
vim.cmd('colorscheme everblush')
@psynyde
Copy link

psynyde commented Jul 10, 2024

highlight names are same as nvims highlight group. for example
linenumber is LineNr & comment is Comment.
I presume you have telescope setup, if so use :Telescope highlights to search all highlights.

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

2 participants