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

Weekly Header Not Displayed in Color #474

Open
JoshuaFurman opened this issue Aug 4, 2024 · 1 comment
Open

Weekly Header Not Displayed in Color #474

JoshuaFurman opened this issue Aug 4, 2024 · 1 comment

Comments

@JoshuaFurman
Copy link

Unsure why my week header wont show up with color.
Using NVChad with nvim 0.10.0

This is what it looks like:
image

This is my config:

{
    "nvimdev/dashboard-nvim",
    event = "VimEnter",
    config = function()
      require("dashboard").setup {
        -- config
        theme = "hyper",
        config = {
          week_header = {
            enable = true,
          },
          shortcut = {},
          footer = {},
        },
      }
    end,
    dependencies = { { "nvim-tree/nvim-web-devicons" } },
  },
@aodaru
Copy link

aodaru commented Nov 22, 2024

I have same problem 😭. My UI see very boring

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

2 participants