Skip to content

How to customize e.g., bg_visual color in Lazy #93

Answered by AlexvZyl
sdorr0 asked this question in Q&A
Discussion options

You must be logged in to vote

Glad you like it! Sorry for only replying now.

There is an example in the readme:

local palette = require 'nordic.colors'
require 'nordic' .setup {
    override = {
        TelescopePromptTitle = {
            fg = palette.red.bright,
            bg = palette.green.base,
            italic = true,
            underline = true,
            sp = palette.yellow.dim,
            undercurl = false
        }
    }
}

where TelescopePromptTitle is a highlight group.

You can find all the highlight groups used in this directory's files.

Does this help?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AlexvZyl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants