Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roflolilolmao/oceanic-next.nvim
Lua color scheme for Neovim
https://github.com/roflolilolmao/oceanic-next.nvim
color-scheme colors dark-theme low-contrast low-contrast-theme lua neovim oceanic-next plugin
Last synced: 3 months ago
JSON representation
Lua color scheme for Neovim
- Host: GitHub
- URL: https://github.com/roflolilolmao/oceanic-next.nvim
- Owner: roflolilolmao
- License: mit
- Created: 2021-07-25T11:04:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T15:19:41.000Z (almost 2 years ago)
- Last Synced: 2024-05-11T01:32:20.647Z (6 months ago)
- Topics: color-scheme, colors, dark-theme, low-contrast, low-contrast-theme, lua, neovim, oceanic-next, plugin
- Language: Lua
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oceanic Next for Neovim
Lua plugin for neovim, adapted from [the vim plugin by
mhartington][mhartington], which itself was inspired by the [sublime color
scheme by voronianski][voronianski].[mhartington]: https://github.com/mhartington/oceanic-next
[voronianski]: https://github.com/voronianski/oceanic-next-color-scheme## Differences with the vim plugin
Some highlight groups were changed to improve readability.
The original vim plugin:
- supports other plugins;
- has light theme; and
- supports cterm colors.The lua plugin:
- loads much faster.
## Installation
Clone this repository in `your_nvim_config_directory/pack/any/start` or use
your favorite package manager.Add the following somewhere in your configuration files:
```lua
vim.cmd 'colorscheme OceanicNext'
```