lake.nvim

A simplified ocean color scheme with treesitter support

Stars
14
Committers
2

Lake.nvim

A simplified version of the ocean color scheme with treesitter and lualine support.

Palette colors can be accessed via require('lake').theme

Install

require('lazy').setup({
  {

    'antonk52/lake.nvim'
    config = function()
      vim.cmd.color('lake')

      -- Alternatively enable contrast version with
      vim.cmd.color('lake_contrast')
    end,
  }
})

Acknowledgments