win-nvim/lua/chadrc.lua

16 lines
169 B
Lua

local M = {}
M.base46 = {
theme = 'everforest',
transparency = true,
}
M.ui = {
statusline = {
theme = 'minimal'
}
}
return M