nvimdev / dashboard-nvim

vim dashboard
MIT License
2.34k stars 190 forks source link

Header has no color #473

Closed arash28134 closed 2 months ago

arash28134 commented 2 months ago

image

This is my config:

require('dashboard').setup({
    theme = 'hyper',
    config = {
        week_header = {
        enable = true,
        },
        shortcut = {
            { desc = '󰊳 Update', group = '@property', action = 'Lazy update', key = 'u' },
            {
                desc = ' Dotfiles',
                group = 'Number',
                action = 'Telescope dotfiles',
                key = 'd',
            },
        },
    },
})
arash28134 commented 2 months ago

Solved it. Apparently it was smth with the colorscheme I was using. switched from onedarkpro to nightfox and that fixed it. image