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