tungd / color-theme-approximate

Makes normal color theme works on terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

color-theme-approximate

Better degration for color theme in terminal. Inspired by: Vim's CSApprox http://www.vim.org/scripts/script.php?script_id=2390

Color themes usually defined in 24bit, while terminals normally only support 256 colors (8bit). Emacs' default degration algorithm doesn't work well in some systems, especially Linux. This package provides a better degration results by alter the default degrading algorithm.

Preview with Twilight Anti-Bright Theme by Jim Myhrberg

Twilight Anti-Bright Theme

Note that I only encountered the problem in Linux, on Mac OS X the degration seems to work so you don't need this package.

Installation and Usage

Emacs 24

  • Install the package via MELPA, or add the package's directory to load-path

  • Add to your Emacs init file:

      (color-theme-approximate-on)
    

Note: I test this only on Emacs 24.1 and above. Pull requests for supporting other versions are welcomed.

Credits

Tung Dao me@tungdao.com

License

BSD

About

Makes normal color theme works on terminal


Languages

Language:Emacs Lisp 100.0%