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