We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
just set a theme
working without warnings
:LualineNotices ### options.theme Theme `tokyonight-day` not found, falling back to `auto`. Check if spelling is right.
local t = 'tokyonight-day' require('lualine').setup { options = { theme = t } } local s2 = string.format("colorscheme %s", t) vim.api.nvim_command(s2)
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Self Checks
How to reproduce the problem
just set a theme
Expected behaviour
working without warnings
Actual behaviour
Minimal config to reproduce the issue
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
The text was updated successfully, but these errors were encountered: