Skip to content

conao3/iceberg-theme.el

Repository files navigation

iceberg-theme.el

https://raw.githubusercontent.com/conao3/files/master/blob/headers/png/iceberg-theme.el.png

https://img.shields.io/github/license/conao3/iceberg-theme.el.svg?style=flat-square https://img.shields.io/github/tag/conao3/iceberg-theme.el.svg?style=flat-square https://github.com/conao3/iceberg-theme.el/workflows/Main%20workflow/badge.svg

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.

https://raw.githubusercontent.com/conao3/files/master/blob/iceberg-theme.el/iceberg-theme.png

Features

  • 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

Requirements

Installation

Using leaf (recommended)

(leaf iceberg-theme
  :ensure t
  :config
  (iceberg-theme-create-theme-file)
  (load-theme 'solarized-iceberg-dark t))

Using use-package

(use-package iceberg-theme
  :ensure t
  :config
  (iceberg-theme-create-theme-file)
  (load-theme 'solarized-iceberg-dark t))

Manual installation

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)

Contributing

Contributions are welcome. Please feel free to open issues or submit pull requests.

Development Setup

  1. 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"
        
  2. Clone the repository and install dependencies:
    git clone https://github.com/conao3/iceberg-theme.el
    cd iceberg-theme.el
    make
        

Testing

Run the test suite with:

make test

License

GPL-3.0. See LICENSE for details.

Copyright (c) Naoya Yamashita

Author

Naoya Yamashita (conao3)

About

Well-designed, eye-friendly, dark blue color scheme

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors