8 lines
56 B
Lua
8 lines
56 B
Lua
local M = {}
|
|
|
|
M.ui = {
|
|
theme = "onedark",
|
|
}
|
|
|
|
return M
|