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

Bug: #1057

Open
2 tasks done
olekspickle opened this issue Jun 7, 2023 · 0 comments
Open
2 tasks done

Bug: #1057

olekspickle opened this issue Jun 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@olekspickle
Copy link

olekspickle commented Jun 7, 2023

Self Checks

  • I'm using the latest lualine.
  • I didn't find the issue in existing issues or PRs.

How to reproduce the problem

just set a theme

Expected behaviour

working without warnings

Actual behaviour

Screenshot_20230607_152657


:LualineNotices

### options.theme
Theme `tokyonight-day` not found, falling back to `auto`. Check if spelling is right.

Minimal config to reproduce the issue


local t = 'tokyonight-day'
require('lualine').setup {
    options = {
        theme = t
    }
}

local s2 = string.format("colorscheme %s", t)
vim.api.nvim_command(s2)

Additional information

It kind of looks like this one: #859 but seems different. It's not a problem but I don/t understand why this warning appears

@olekspickle olekspickle added the bug Something isn't working label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant