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
|
|
|
|
|
2021-03-15 23:37:46 +00:00
|
|
|
return require('lualine.themes.papercolor_' .. background)
|