change nvim colorscheme and lualine theme
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- set colorscheme if it's installed
|
||||
local status, _ = pcall(vim.cmd, "colorscheme onenord")
|
||||
local status, _ = pcall(vim.cmd, "colorscheme nord")
|
||||
if not status then
|
||||
print("Color scheme not found!")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user