-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Description
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
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels