Skip to content

antonk52/lake.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

Lake.nvim

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

lake.nvim colorscheme

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

About

A simplified ocean color scheme with treesitter support

Topics

Resources

Stars

Watchers

Forks

Languages