<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>sHoUt wid Suvayu &#187; emacs</title>
	<atom:link href="http://suvayu.wordpress.com/tag/emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://suvayu.wordpress.com</link>
	<description>Free speech is to die for</description>
	<lastBuildDate>Mon, 20 May 2013 23:39:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='suvayu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/b7c4811714d357131136c000e86cca8c?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>sHoUt wid Suvayu &#187; emacs</title>
		<link>http://suvayu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://suvayu.wordpress.com/osd.xml" title="sHoUt wid Suvayu" />
	<atom:link rel='hub' href='http://suvayu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>color-theme-dark-emacs</title>
		<link>http://suvayu.wordpress.com/2010/10/11/color-theme-dark-emacs/</link>
		<comments>http://suvayu.wordpress.com/2010/10/11/color-theme-dark-emacs/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 07:22:26 +0000</pubDate>
		<dc:creator>suvayu</dc:creator>
				<category><![CDATA[HowTos]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[dark]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://suvayu.wordpress.com/?p=217</guid>
		<description><![CDATA[I recently made a dark colour theme for Emacs. I talk about what was my inspiration and a few things about the setup<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suvayu.wordpress.com&#038;blog=1961840&#038;post=217&#038;subd=suvayu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>How it started</strong></p>
<p>I recently made an emacs theme with dark looks, thought it would be good to share with others. I love the look and feel of emacs when run inside the terminal. So I was looking for a way to get a dark look for my emacs when I was using the gui. A helpful emacswiki user (ZWZ) pointed me to a theme he had worked on, so I started off from <a href="http://www.emacswiki.org/emacs/zwz">there</a>.</p>
<p>Mostly I wanted a theme that would make the transition from the terminal to gui seem seamless. </p>
<p><strong>How to use?</strong></p>
<p>Just install <code>color-theme</code> from <a href="http://www.emacswiki.org/emacs/zwz">http://www.nongnu.org/color-theme/</a>. And go ahead and grab dark-emacs from <a href="http://github.com/suvayu/.emacs.d/blob/master/lisp/color-theme-dark-emacs.el">my github repo</a>. Put it in, say <code>~/.emacs.d/</code>, and call it from your init file (e.g. <code>~/.emacs</code>) like this,</p>
<p><span id="more-217"></span></p>
<pre class="brush: plain; light: true; title: ; notranslate">
;; colour themes using color-theme.el
(load-file &quot;~/.emacs.d/color-theme-dark-emacs.el&quot;)
</pre>
<p>Dark Emacs was made for the gui, so it doesn&#8217;t quite look good in the terminal. So you might want to call it with something like this,</p>
<pre class="brush: plain; gutter: false; title: ; notranslate">
(eval-after-load &quot;color-theme&quot;
  (progn
    (setq color-theme-is-global nil)
    (when (window-system) ; needed for the first frame
      (color-theme-dark-emacs)
      )))

(add-hook 'after-make-frame-functions
          '(lambda (f)
             (with-selected-frame f
               (if (window-system f)
                   (color-theme-dark-emacs)
                 ))))
</pre>
<p>Have fun and save energy by keeping it dark. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Screenshots</strong></p>
<p>Here are some screenshots with the theme for some commonly used Emacs modes to give you some idea.</p>
<div id="attachment_238" class="wp-caption alignnone" style="width: 520px"><a href="http://suvayu.files.wordpress.com/2010/10/sh-mode-w-dark-emacs1.png"><img src="http://suvayu.files.wordpress.com/2010/10/sh-mode-w-dark-emacs1.png?w=510&#038;h=485" alt="" title="Shell script buffer" width="510" height="485" class="size-full wp-image-238" /></a><p class="wp-caption-text">Viewing my ~/.bashrc</p></div>
<div id="attachment_237" class="wp-caption alignnone" style="width: 520px"><a href="http://suvayu.files.wordpress.com/2010/10/org-mode-w-dark-emacs1.png"><img src="http://suvayu.files.wordpress.com/2010/10/org-mode-w-dark-emacs1.png?w=510&#038;h=485" alt="" title="Org-mode buffer" width="510" height="485" class="size-full wp-image-237" /></a><p class="wp-caption-text">The awesomeness that is org-mode</p></div>
<div id="attachment_236" class="wp-caption alignnone" style="width: 520px"><a href="http://suvayu.files.wordpress.com/2010/10/lisp-w-dark-emacs1.png"><img src="http://suvayu.files.wordpress.com/2010/10/lisp-w-dark-emacs1.png?w=510&#038;h=485" alt="" title="Emacs lisp buffer" width="510" height="485" class="size-full wp-image-236" /></a><p class="wp-caption-text">Every Emacs user's bread and butter</p></div>
<div id="attachment_235" class="wp-caption alignnone" style="width: 520px"><a href="http://suvayu.files.wordpress.com/2010/10/cplusplus-w-dark-emacs1.png"><img src="http://suvayu.files.wordpress.com/2010/10/cplusplus-w-dark-emacs1.png?w=510&#038;h=485" alt="" title="C/C++ buffer" width="510" height="485" class="size-full wp-image-235" /></a><p class="wp-caption-text">Viewing a C++ header file</p></div>
<div id="attachment_232" class="wp-caption alignnone" style="width: 520px"><a href="http://suvayu.files.wordpress.com/2010/10/completions-w-dark-emacs1.png"><img src="http://suvayu.files.wordpress.com/2010/10/completions-w-dark-emacs1.png?w=510&#038;h=485" alt="" title="Completions" width="510" height="485" class="size-full wp-image-232" /></a><p class="wp-caption-text">Completions in eshell</p></div>
<div id="attachment_229" class="wp-caption alignnone" style="width: 520px"><a href="http://suvayu.files.wordpress.com/2010/10/w3m-w-dark-emacs.png"><img src="http://suvayu.files.wordpress.com/2010/10/w3m-w-dark-emacs.png?w=510&#038;h=485" alt="" title="w3m with images" width="510" height="485" class="size-full wp-image-229" /></a><p class="wp-caption-text">Reading a blogpost about theming on emacs-fu.blogspot.com</p></div>
<div id="attachment_225" class="wp-caption alignnone" style="width: 520px"><a href="http://suvayu.files.wordpress.com/2010/10/info-w-dark-emacs.png"><img src="http://suvayu.files.wordpress.com/2010/10/info-w-dark-emacs.png?w=510&#038;h=485" alt="" title="Info buffer" width="510" height="485" class="size-full wp-image-225" /></a><p class="wp-caption-text">Info dir node showing visited links</p></div>
<p><strong>Org-mode special</strong></p>
<p>If you want the cool keyword/tag fontification in <code>org-mode</code>, you might want to use something like the following;</p>
<pre class="brush: plain; gutter: false; title: ; wrap-lines: false; notranslate">
;; TODO keyword faces
(setq org-todo-keyword-faces
      '((&quot;PBUG&quot; . (:background &quot;gold&quot; :foreground &quot;indianred3&quot; :weight bold))
	(&quot;CBUG&quot; . (:background &quot;gold&quot; :foreground &quot;indianred3&quot; :weight bold))
	(&quot;SEGF&quot; . (:background &quot;gold&quot; :foreground &quot;indianred3&quot; :weight bold))
	(&quot;CNCL&quot; . (:background &quot;snow3&quot; :foreground &quot;black&quot; :weight bold))
	))

;; TAG faces
(setq org-tag-faces
      '((&quot;PROJ&quot; :background &quot;indianred3&quot; :foreground &quot;cornsilk2&quot; :weight bold)
	))
</pre>
<br />Filed under: <a href='http://suvayu.wordpress.com/category/howtos/'>HowTos</a> Tagged: <a href='http://suvayu.wordpress.com/tag/color/'>color</a>, <a href='http://suvayu.wordpress.com/tag/colour/'>colour</a>, <a href='http://suvayu.wordpress.com/tag/dark/'>dark</a>, <a href='http://suvayu.wordpress.com/tag/emacs/'>emacs</a>, <a href='http://suvayu.wordpress.com/tag/theme/'>theme</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suvayu.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suvayu.wordpress.com/217/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suvayu.wordpress.com&#038;blog=1961840&#038;post=217&#038;subd=suvayu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://suvayu.wordpress.com/2010/10/11/color-theme-dark-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/46ba7b17b968819e14a859ebccc86e59?s=96&#38;d=monsterid" medium="image">
			<media:title type="html">suvayu</media:title>
		</media:content>

		<media:content url="http://suvayu.files.wordpress.com/2010/10/sh-mode-w-dark-emacs1.png" medium="image">
			<media:title type="html">Shell script buffer</media:title>
		</media:content>

		<media:content url="http://suvayu.files.wordpress.com/2010/10/org-mode-w-dark-emacs1.png" medium="image">
			<media:title type="html">Org-mode buffer</media:title>
		</media:content>

		<media:content url="http://suvayu.files.wordpress.com/2010/10/lisp-w-dark-emacs1.png" medium="image">
			<media:title type="html">Emacs lisp buffer</media:title>
		</media:content>

		<media:content url="http://suvayu.files.wordpress.com/2010/10/cplusplus-w-dark-emacs1.png" medium="image">
			<media:title type="html">C/C++ buffer</media:title>
		</media:content>

		<media:content url="http://suvayu.files.wordpress.com/2010/10/completions-w-dark-emacs1.png" medium="image">
			<media:title type="html">Completions</media:title>
		</media:content>

		<media:content url="http://suvayu.files.wordpress.com/2010/10/w3m-w-dark-emacs.png" medium="image">
			<media:title type="html">w3m with images</media:title>
		</media:content>

		<media:content url="http://suvayu.files.wordpress.com/2010/10/info-w-dark-emacs.png" medium="image">
			<media:title type="html">Info buffer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
