Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antonk52/lake.nvim

A simplified ocean color scheme with treesitter support
https://github.com/antonk52/lake.nvim

color-scheme colorscheme neovim theme vim

Last synced: 2 days ago
JSON representation

A simplified ocean color scheme with treesitter support

Awesome Lists containing this project

README

        

# Lake.nvim

A simplified version of the ocean color scheme with [treesitter](https://github.com/nvim-treesitter/nvim-treesitter) and [lualine](https://github.com/nvim-lualine/lualine.nvim) support.

lake.nvim colorscheme

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

## Install

```lua
require('lazy').setup({
{

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

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

## Acknowledgments

- Initially started as a fork of ocean theme from [base16 project](https://github.com/chriskempson/base16-vim)
- Heavily inspired by [spacegray](https://github.com/SublimeText/Spacegray) sublime text theme