feat: more themes

pull/780/head
Thomas Alcala Schneider 2 years ago
parent cd884159ae
commit 135c9c2439

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

@ -0,0 +1 @@
return { 'junegunn/seoul256.vim' }
Loading…
Cancel
Save