oohh colors

This commit is contained in:
vx_clutch
2024-06-20 10:40:51 -04:00
committed by GitHub
parent fd1fac918d
commit e116ae5e0b

View File

@@ -1,14 +1,3 @@
return {
{
"rose-pine/neovim",
config = function()
function ColorMyPencils(color)
color = color or "rose-pine"
vim.cmd.colorscheme(color)
vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
end
ColorMyPencils()
end
}
"catppuccin/nvim", name = "catppuccin", priority = 1000
}