| .tmux | ||
| autoload | ||
| screenshots | ||
| iceberg-dark-powerline.json | ||
| LICENSE | ||
| README.md | ||
iceberg-dark
Theme for various programs, designed with love for iceberg.vim theme.
Meant to bring iceberg.vim to other environments and to replace it in places, where original theme is hard to read.
Requirements:
- A Nerd Font (if you don't use one already) for special characters support.
 
Currently supported:
lightline.vim:
Code snippet with both themes side to side: 
Installation via vim-plug:
- 
Put
Plug 'gkeep/iceberg-dark'in your init.vim/.vimrc - 
Run
:PlugInstallto install the theme. - 
Put
let g:lightline = { 'colorscheme': 'icebergDark' }in your init.vim/.vimrc to enable the theme. 
vim-airline:
Installation via vim-plug:
- 
Put
Plug 'gkeep/iceberg-dark'in your init.vim/.vimrc - 
Run
:PlugInstallto install the theme. - 
Put
let g:airline_theme='icebergDark'in your init.vim/.vimrc to enable the theme. 
tmux:
Minimal
Inspired by this post at r/unixporn.
Installation:
- 
Create
.tmuxfolder in your home directory:mkdir ~/.tmux - 
To download, run the following command:
 
wget -O $HOME/.tmux/iceberg_minimal.tmux.conf \
https://raw.githubusercontent.com/gkeep/iceberg-dark/master/.tmux/iceberg_minimal.tmux.conf
- Add 
source-file ~/.tmux/iceberg_minimal.tmux.confto your~/.tmux.conf 
With powerline symbols
Configuration:
- To configure modules edit 
module_left_{1,2}andmodule_right_{1,2} 
By default, comes with slants style.
- To configure separators edit 
(sub)separator_leftand(sub)separator_right 
By default displays username and time on the left and local IP address and hostname on the right.
Installation:
- 
Create
.tmuxfolder in your home directory:mkdir ~/.tmux - 
To download, run the following command:
 
wget -O $HOME/.tmux/iceberg.tmux.conf \
https://raw.githubusercontent.com/gkeep/iceberg-dark/master/.tmux/iceberg.tmux.conf
- Add 
source-file ~/.tmux/iceberg.tmux.confto your~/.tmux.conf 
For further configuration and FAQ see Repository's Wiki page
bumblebee-status:
Installation is not required, available at bumblebee-status repository.
Source code available at the root of this repository.
License
MIT license. See LICENSE for more information.






