feat: more themes
This commit is contained in:
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…
Reference in New Issue