2021-09-03 14:03:25 +00:00
|
|
|
local M = {}
|
|
|
|
|
2021-11-15 16:09:35 +00:00
|
|
|
-- make sure you maintain the structure of `core/default_config.lua` here,
|
|
|
|
-- example of changing theme:
|
2021-09-03 14:03:25 +00:00
|
|
|
|
2021-11-15 16:09:35 +00:00
|
|
|
M.ui = {
|
|
|
|
theme = "gruvchad",
|
2021-09-19 08:11:28 +00:00
|
|
|
}
|
|
|
|
|
2021-09-03 14:03:25 +00:00
|
|
|
return M
|