nvchad/lua/chadrc.lua

8 lines
56 B
Lua
Raw Normal View History

2024-03-09 11:03:44 -05:00
local M = {}
M.ui = {
theme = "onedark",
}
return M