2021-02-13 00:03:57 +00:00
|
|
|
-- Copyright (c) 2020-2021 shadmansaleh
|
|
|
|
-- MIT license, see LICENSE for more details.
|
2021-02-04 20:07:07 +00:00
|
|
|
-- Credit: itchyny(lightline)
|
|
|
|
|
|
|
|
local background = vim.o.background
|
|
|
|
|
|
|
|
return require("lualine.themes.papercolor_"..background)
|