some changes on stylix

This commit is contained in:
afoucaultc 2026-07-05 16:52:50 +02:00
parent 124f7f478b
commit 4e9ed4eb9f
19 changed files with 92 additions and 73 deletions

View file

@ -1,6 +0,0 @@
return {
{
"nvim-mini/mini.base16",
version = "*",
},
}

View file

@ -0,0 +1,10 @@
return {
{
"Tsuzat/NeoSolarized.nvim",
lazy = false, -- make sure we load this during startup if it is your main colorscheme
priority = 1000, -- make sure to load this before all the other start plugins
config = function()
vim.cmd([[ colorscheme NeoSolarized ]])
end,
},
}