mirror of
https://github.com/Dannecron/nvchad-starter.git
synced 2025-12-25 20:02:33 +03:00
8 lines
56 B
Lua
8 lines
56 B
Lua
local M = {}
|
|
|
|
M.ui = {
|
|
theme = "onedark",
|
|
}
|
|
|
|
return M
|