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)
|
2021-08-14 06:02:30 +00:00
|
|
|
-- License: MIT License
|
2022-02-21 02:05:43 +00:00
|
|
|
local background = vim.opt.background:get()
|
|
|
|
local style = vim.g.ayucolor or ((background == 'dark') and vim.g.ayuprefermirage and 'mirage' or background)
|
2021-02-04 20:07:07 +00:00
|
|
|
|
2021-08-14 06:02:30 +00:00
|
|
|
return require('lualine.themes.ayu_' .. style)
|