roflolilolmao / oceanic-next.nvim

Lua color scheme for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oceanic Next for Neovim

Lua plugin for neovim, adapted from the vim plugin by mhartington, which itself was inspired by the sublime color scheme by voronianski.

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:

vim.cmd 'colorscheme OceanicNext'

About

Lua color scheme for Neovim

License:MIT License


Languages

Language:Lua 99.7%Language:Vim Script 0.3%