lualine.nvim/lua/lualine/themes/ayu.lua

8 lines
227 B
Lua

-- Copyright (c) 2020-2021 shadmansaleh
-- MIT license, see LICENSE for more details.
-- Credit: itchyny(lightline)
-- License: MIT License
local style = vim.g.ayucolor or 'dark'
return require('lualine.themes.ayu_' .. style)