mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-08 13:10:25 +00:00
8 lines
67 B
Lua
8 lines
67 B
Lua
local M = {
|
|
ui = {
|
|
theme = "onedark"
|
|
}
|
|
}
|
|
|
|
return M
|