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

An option to link hlgroups #38

Open
saidelmark opened this issue Jan 24, 2023 · 0 comments
Open

An option to link hlgroups #38

saidelmark opened this issue Jan 24, 2023 · 0 comments

Comments

@saidelmark
Copy link

This colorscheme allows to customize highlight groups, but only in terms of "set custom values for fg, bg or style".
Would be cool if it would also add an option "link" to allow for configuration like this:

local monokai = require('monokai')
local palette = monokai.classic
local bg = '#181810'
monokai.setup {
    custom_hlgroups = {
        Normal = {
          bg = bg
        },
        NormalFloat = {
          link = 'Normal'
        },
    }
}

Is it doable?

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

1 participant