feat: more themes

This commit is contained in:
Thomas Alcala Schneider 2024-01-18 17:30:51 +01:00
parent cd884159ae
commit 135c9c2439
2 changed files with 9 additions and 1 deletions

View File

@ -1 +1,8 @@
return { 'Verf/deepwhite.nvim' } return {
'Verf/deepwhite.nvim',
config = function()
require('deepwhite').setup {
low_blue_light = true,
}
end,
}

View File

@ -0,0 +1 @@
return { 'junegunn/seoul256.vim' }