feat: add oxocarbon colorscheme
This commit is contained in:
parent
b9441f350f
commit
dc61ca5949
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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" },
|
||||||
|
|
Loading…
Reference in a new issue