Skip to content

Changing highlights doesn't change color of the Dashboard #215

@leart-zuka

Description

@leart-zuka

Hi I'm currently trying to change the default colors of my dashboard and for some reason it doesn't do it.
I'm using regular lazy as a package manager.
This is my colorscheme.lua config

   return {
         'navarasu/onedark.nvim',
         lazy = false,
         priority = 1000,
         init = function()
             require('onedark').setup {
                 style = 'deep',
                 highlights = {
                     DashboardHeader = { fg = '#91a3e3' },
                     DashboardKey = { fg = '#EA3C53' },
                     DashboardIcon = { fg = '#EA3C53' },
                     DashboardFooter = { fg = '#d8c8d5' },
                 }
             }
             require('onedark').load()
         end
     }

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