A dark blue color theme for Emacs, designed to be easy on the eyes during long coding sessions.
This is an Emacs port of iceberg.vim by cocopon.
- Dark blue color palette optimized for readability
- Built on top of the solarized-theme framework
- Extensive face customizations for major modes
- Support for Markdown, Org mode, Haskell, PHP, and web development
- Emacs 26.1 or later
- solarized-theme 1.3 or later
(leaf iceberg-theme
:ensure t
:config
(iceberg-theme-create-theme-file)
(load-theme 'solarized-iceberg-dark t))(use-package iceberg-theme
:ensure t
:config
(iceberg-theme-create-theme-file)
(load-theme 'solarized-iceberg-dark t))Clone this repository and add it to your load path:
(add-to-list 'load-path "/path/to/iceberg-theme.el")
(require 'iceberg-theme)
(iceberg-theme-create-theme-file)
(load-theme 'solarized-iceberg-dark t)Contributions are welcome. Please feel free to open issues or submit pull requests.
- Install Cask for dependency management:
# macOS brew install cask # Manual installation git clone https://github.com/cask/cask ~/.cask export PATH="$HOME/.cask/bin:$PATH"
- Clone the repository and install dependencies:
git clone https://github.com/conao3/iceberg-theme.el cd iceberg-theme.el make
Run the test suite with:
make testGPL-3.0. See LICENSE for details.
Copyright (c) Naoya Yamashita
Naoya Yamashita (conao3)

