8 lines
67 B
Lua
8 lines
67 B
Lua
local M = {
|
|
ui = {
|
|
theme = "onedark"
|
|
}
|
|
}
|
|
|
|
return M
|