410

professional dilettante

Colorblind theme for Emacs

I’ve released an Emacs color theme that is easy on my colorblind eyes. It is up on github: http://github.com/zhannes/emacs-colorblind-theme. Small screenshot below, you can view the full Screenshot here. My theme is based on Oleg Shaldybin’s Railscasts color theme, a Textmate theme that he ported to Emacs. To use the colorblind theme, you need to [...]

I’ve released an Emacs color theme that is easy on my colorblind eyes. It is up on github: http://github.com/zhannes/emacs-colorblind-theme. Small screenshot below, you can view the full Screenshot here.

My theme is based on Oleg Shaldybin’s Railscasts color theme, a Textmate theme that he ported to Emacs.

To use the colorblind theme, you need to download two items: 1) the colorblind theme http://github.com/zhannes/emacs-colorblind-theme, 2) the emacs color theme package: http://www.nongnu.org/color-theme/#sec5.

Once you have 2) the color theme package downloaded, place it somewhere near your other emacs plugins/add-ons. In 1) the colorblind theme files is a file called color-theme-colorblind.el. This is the file with the settings for the theme. Place the color-theme-colorblind.el file into inside the color theme directory. For my setup, I have a directory called:

/themes

inside the color themes package directory. So the full path on my system is:

~/Library/Preferences/Aquamacs Emacs/emacs_includes/plugins/color-theme-6.6.0/themes/color-theme-colorblind.el

Now you need to tell emacs about the color theme package and more specifically which color theme you want to active. So add the following to your emacs initialization file or .emacs file:

(require 'color-theme)
(color-theme-initialize)
(load-file "~/PATH_TO_FILE/color-theme-colorblind.el")
(color-theme-colorblind)

Leave a Reply

Required fields are marked with an asterisk (*), you may use these tags in your comment: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Spam protection by WP Captcha-Free

Most Recent Post

posting data with curl from the command line

Before i forget, an easy way to test if you can connect to an external api is to use CURL on the command line. This nice as a sanity check/proof of concept to ensure you have the right token, proper field mappings, submitting the right data. This saves you from setting up a test form, [...]

Categories

Content © professional dilettante
Proudly powered by WordPress
Theme designed by Artisan Themes

Entries (RSS)
Comments (RSS)

22 queries.
0.497 seconds.