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!
With packer.nvim
use "harg/iceberg.nvim"
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
}
}