add theme to user_config
This commit is contained in:
7
lua/user_config.lua
Normal file
7
lua/user_config.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
local M = {
|
||||
ui = {
|
||||
theme = "norchad"
|
||||
}
|
||||
}
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user