change color theme for tokyo

This commit is contained in:
OscarSen 2025-02-04 01:18:59 -05:00
parent afca0914f4
commit 8ee0301719
6 changed files with 603 additions and 20 deletions

View file

@ -52,4 +52,15 @@ return {
}
end,
},
{
'norcalli/nvim-colorizer.lua',
event = 'VimEnter',
opts = { '*' },
},
-- {
-- 'kao.nvim',
-- dev = true,
-- dir = '~/.config/nvim/plugin/',
-- opts = { message = 'Hello' },
-- },
}