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