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