1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

add new colorscheme citruszest (#414)

This commit is contained in:
jdhao 2025-06-05 00:51:10 +02:00 committed by GitHub
parent 448f2394fe
commit 88044b252e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,9 @@ M.colorscheme_conf = {
kanso = function()
vim.cmd([[colorscheme kanso]])
end,
citruszest = function()
vim.cmd([[colorscheme citruszest]])
end,
}
--- Use a random colorscheme from the pre-defined list of colorschemes.

View File

@ -208,6 +208,7 @@ local plugin_specs = {
{ "Skardyy/makurai-nvim", priority = 1000 },
{ "vague2k/vague.nvim", priority = 1000 },
{ "webhooked/kanso.nvim", priority = 1000 },
{ "zootedb0t/citruszest.nvim", priority = 1000 },
-- plugins to provide nerdfont icons
{