A simplified version of the ocean color scheme with treesitter and lualine support.
Palette colors can be accessed via require('lake').theme
require('lazy').setup({
{
'antonk52/lake.nvim'
config = function()
vim.cmd.color('lake')
-- Alternatively enable contrast version with
vim.cmd.color('lake_contrast')
end,
}
})
- Initially started as a fork of ocean theme from base16 project
- Heavily inspired by spacegray sublime text theme