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.
Code snippet with both themes side to side:
Installation via vim-plug:
-
Put
Plug 'gkeep/iceberg-dark'
in your init.vim/.vimrc -
Run
:PlugInstall
to install the theme. -
Put
let g:lightline = { 'colorscheme': 'icebergDark' }
in your init.vim/.vimrc to enable the theme.
Installation via vim-plug:
-
Put
Plug 'gkeep/iceberg-dark'
in your init.vim/.vimrc -
Run
:PlugInstall
to install the theme. -
Put
let g:airline_theme='icebergDark'
in your init.vim/.vimrc to enable the theme.
tmux:
Inspired by this post at r/unixporn.
Installation:
-
Create
.tmux
folder 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.conf
to your~/.tmux.conf
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_left
and(sub)separator_right
By default displays username
and time
on the left and local IP address
and hostname
on the right.
Installation:
-
Create
.tmux
folder 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.conf
to your~/.tmux.conf
For further configuration and FAQ see Repository's Wiki page
Installation is not required, available at bumblebee-status repository.
Source code available at the root of this repository.
MIT license. See LICENSE for more information.