nvchad/lua/user_config.lua

8 lines
67 B
Lua
Raw Normal View History

2021-07-31 11:14:42 -04:00
local M = {
ui = {
2021-07-31 11:34:47 -04:00
theme = "onedark"
2021-07-31 11:14:42 -04:00
}
}
return M