antonk52 / lake.nvim

A simplified ocean color scheme with treesitter support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 in lua or via vim.g.lake_palette in viml

Install

require('lazy').setup({
  {

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

Acknowledgments

About

A simplified ocean color scheme with treesitter support


Languages

Language:Lua 100.0%