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