Skip to content

An option to link hlgroups #38

@saidelmark

Description

@saidelmark

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions