Change to zenwritten theme

This commit is contained in:
Alex Selimov 2025-09-16 08:45:09 -04:00
parent f3da5674fe
commit a5063c82ef
No known key found for this signature in database
GPG key ID: BC03C17FF5CFFFD2

View file

@ -12,7 +12,7 @@ return {
else
vim.o.background = "dark"
end
vim.cmd.colorscheme("zenbones")
vim.cmd.colorscheme("zenwritten")
end,
},