diff --git a/lua/custom/plugins/colorschemes/deepwhite.lua b/lua/custom/plugins/colorschemes/deepwhite.lua index 78250e50..c39d2b76 100644 --- a/lua/custom/plugins/colorschemes/deepwhite.lua +++ b/lua/custom/plugins/colorschemes/deepwhite.lua @@ -1 +1,8 @@ -return { 'Verf/deepwhite.nvim' } +return { + 'Verf/deepwhite.nvim', + config = function() + require('deepwhite').setup { + low_blue_light = true, + } + end, +} diff --git a/lua/custom/plugins/colorschemes/seoul256.lua b/lua/custom/plugins/colorschemes/seoul256.lua new file mode 100644 index 00000000..ef01fba1 --- /dev/null +++ b/lua/custom/plugins/colorschemes/seoul256.lua @@ -0,0 +1 @@ +return { 'junegunn/seoul256.vim' }