add theme to user_config

This commit is contained in:
siduck76
2021-07-31 20:44:42 +05:30
parent 29f04fcc9d
commit bcbde0e1a2
2 changed files with 12 additions and 4 deletions

7
lua/user_config.lua Normal file
View File

@@ -0,0 +1,7 @@
local M = {
ui = {
theme = "norchad"
}
}
return M