You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a light theme, you have to set your background value to light.
By setting vim.o.background to "light", lualine inheritance proper colors from github-theme.
using packer
use {
"hoob3rt/lualine.nvim",
config=function()
require("lualine").setup {options= {theme="github"}}
end
}
-- Themeuse {
"projekt0n/github-nvim-theme",
requires= {{"hoob3rt/lualine.nvim", opt=true}},
config=function()
vim.o.background="light"require("github-theme").setup({themeStyle="light"})
end
}
The lualine bar currently looks like this using light mode:
My config:
The text was updated successfully, but these errors were encountered: