change nvim colorscheme and lualine theme

This commit is contained in:
2024-10-29 12:41:53 -04:00
parent e95b7cf431
commit abf7ecad11
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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