feat: more themes
This commit is contained in:
parent
cd884159ae
commit
135c9c2439
2 changed files with 9 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue