feat: add oxocarbon colorscheme

This commit is contained in:
Youwen Wu 2024-12-29 03:54:28 -08:00
parent b9441f350f
commit dc61ca5949
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 4 additions and 2 deletions

View file

@ -122,6 +122,10 @@
# for some reason trigger_load still fails to load this in the # for some reason trigger_load still fails to load this in the
# proper order # proper order
telescope-ui-select-nvim telescope-ui-select-nvim
# colorschemes
rose-pine
oxocarbon-nvim
]; ];
}; };
@ -138,7 +142,6 @@
telescope-nvim telescope-nvim
markdown-preview-nvim markdown-preview-nvim
render-markdown-nvim render-markdown-nvim
rose-pine
nvim-web-devicons nvim-web-devicons
oil-nvim oil-nvim
harpoon2 harpoon2

View file

@ -30,7 +30,6 @@ return {
end, end,
}, },
{ "nvim-web-devicons" }, { "nvim-web-devicons" },
{ "rose-pine", priority = 100 },
{ {
"markdown-preview.nvim", "markdown-preview.nvim",
filetypes = { "markdown" }, filetypes = { "markdown" },