This commit is contained in:
siduck
2022-01-07 19:58:05 +05:30
parent 799432e99e
commit 4e54ee0081
6 changed files with 26 additions and 49 deletions

12
examples/chadrc.lua Normal file
View File

@@ -0,0 +1,12 @@
-- This is an example chadrc file , its supposed to be placed in /lua/custom/
local M = {}
-- make sure you maintain the structure of `core/default_config.lua` here,
-- example of changing theme:
M.ui = {
theme = "onedark",
}
return M