use rose-pine colorscheme

This commit is contained in:
jc 2024-06-02 16:25:18 -04:00
commit 23a35dd04d
No known key found for this signature in database
2 changed files with 48 additions and 41 deletions

View file

@ -12,7 +12,5 @@ end
vim.opt.rtp:prepend(lazypath)
require("juancwu.config").setup({
colorscheme = function()
require("tokyonight").load()
end,
colorscheme = "rose-pine"
})