harg / iceberg.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iceberg Neovim

My personal fork of Oscar (oahlen) Ahlén iceberg.nvim.


Lua colorscheme inspired from iceberg.vim

All credits go to Hiroki Kokubun cocopon for creating the awesome theme in the first place!

Installation

With packer.nvim

use "harg/iceberg.nvim"

Usage

Enable the colorscheme:

vim.cmd.colorscheme("iceberg")

Enable the colorscheme in your lualine config:

require('lualine').setup {
  options = {
    -- ... your lualine config
    theme = 'iceberg'
    -- ... your lualine config
  }
}

About

License:MIT License


Languages

Language:Lua 100.0%