Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
leart-zuka opened this issue Apr 24, 2024 · 0 comments
Open

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

leart-zuka opened this issue Apr 24, 2024 · 0 comments

Comments

@leart-zuka
Copy link

leart-zuka commented Apr 24, 2024

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
     }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant