Files
zenbones-theme/lua/lualine/themes/neovim.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
100 B
Lua
Raw Normal View History

2021-09-21 21:31:15 +08:00
local background = vim.opt.background:get()
return require("lualine.themes.neovim_" .. background)