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,
|
||||||
|
}
|
||||||
|
1
lua/custom/plugins/colorschemes/seoul256.lua
Normal file
1
lua/custom/plugins/colorschemes/seoul256.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
return { 'junegunn/seoul256.vim' }
|
Loading…
x
Reference in New Issue
Block a user