Iceberg Dark Save

🇦🇶 Dark blue color scheme for various programs, complementary to iceberg.vim

Project README

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.

Lightline theme with tmux theme

lightline & slanted tmux screenshot

Airline theme with minimal tmux theme

airline & tmux minimal screenshot

Requirements:

  • A Nerd Font (if you don't use one already) for special characters support.

Currently supported:

lightline.vim:

Original iceberg theme: old

iceberg-dark theme: new

Code snippet with both themes side to side: code snippet

Installation via vim-plug:

  1. Put Plug 'gkeep/iceberg-dark' in your init.vim/.vimrc

  2. Run :PlugInstall to install the theme.

  3. Put let g:lightline = { 'colorscheme': 'icebergDark' } in your init.vim/.vimrc to enable the theme.

vim-airline:

airline

Installation via vim-plug:

  1. Put Plug 'gkeep/iceberg-dark' in your init.vim/.vimrc

  2. Run :PlugInstall to install the theme.

  3. Put let g:airline_theme='icebergDark' in your init.vim/.vimrc to enable the theme.

tmux:

Minimal

Inspired by this post at r/unixporn.

tmux minimal screenshot

Installation:

  1. Create .tmux folder in your home directory: mkdir ~/.tmux

  2. 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
  1. Add source-file ~/.tmux/iceberg_minimal.tmux.conf to your ~/.tmux.conf

With powerline symbols

Configuration:

  1. To configure modules edit module_left_{1,2} and module_right_{1,2}

By default, comes with slants style.

  1. 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:

  1. Create .tmux folder in your home directory: mkdir ~/.tmux

  2. 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
  1. Add source-file ~/.tmux/iceberg.tmux.conf to your ~/.tmux.conf

For further configuration and FAQ see Repository's Wiki page

bumblebee-status:

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.

Open Source Agenda is not affiliated with "Iceberg Dark" Project. README Source: gkeep/iceberg-dark
Stars
91
Open Issues
0
Last Commit
2 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating