Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
A simplified ocean color scheme with treesitter support
- Host: GitHub
- URL: https://github.com/antonk52/lake.nvim
- Owner: antonk52
- Created: 2021-07-04T21:08:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T15:53:37.000Z (2 months ago)
- Last Synced: 2024-10-05T14:12:30.239Z (about 1 month ago)
- Topics: color-scheme, colorscheme, neovim, theme, vim
- Language: Lua
- Homepage:
- Size: 50.8 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.
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