Well-designed, eye-friendly, dark blue color scheme.
Original iceberg for vim by cocopon.
(leaf iceberg-theme
:ensure t
:config
(iceberg-theme-create-theme-file)
(load-theme 'solarized-iceberg-dark t))
All feedback and suggestions are welcome!
You can use github issues, but you can also use Slack if you want a more casual conversation.
We welcome PR!
- cask
- install via brew
brew install cask
- manual install
cd ~/ hub clone cask/cask export PATH="$HOME/.cask/bin:$PATH"
- install via brew
Below operation flow is recommended.
make # Install git-hooks in local .git
git branch [feature-branch] # Create branch named [feature-branch]
git checkout [feature-branch] # Checkout branch named [feature-branch]
# <edit loop>
emacs iceberg-theme.el # Edit something you want
make test # Test iceberg-theme via multi version Emacs
git commit -am "brabra" # Commit (auto-run test before commit)
# </edit loop>
hub fork # Create fork at GitHub
git push [user] [feature-branch] # Push feature-branch to your fork
hub pull-request # Create pull-request
General Public License Version 3 (GPLv3) Copyright (c) Naoya Yamashita - https://conao3.com https://github.com/conao3/iceberg-theme.el/blob/master/LICENSE
- Naoya Yamashita (conao3)