public
Description: Twilight Theme for Emacs
Homepage: http://redartisan.com/2008/5/27/twilight-emacs
Clone URL: git://github.com/crafterm/twilight-emacs.git
Fixed background colour for 'highlight'.  It was very hard to read when 
using text expansions for 'it' in RSpec.
clinton (author)
Wed Jun 25 22:23:30 -0700 2008
commit  6d3a2401030bbe6915d60349d2ad64026c389356
tree    5213de683d8e5128ebeb2701388a9ce9852fac5a
parent  985b891269f05dfb8f13f0201a41f88e71f0a5d2
...
54
55
56
57
 
58
59
60
...
54
55
56
 
57
58
59
60
0
@@ -54,7 +54,7 @@
0
      (gui-element ((t (:background "#D4D0C8" :foreground "black"))))
0
      (region ((t (:background "#27292A"))))
0
      (mode-line ((t (:background "grey75" :foreground "black"))))
0
- (highlight ((t (:background "darkolivegreen"))))
0
+ (highlight ((t (:background "#222222"))))
0
      (highline-face ((t (:background "SeaGreen"))))
0
      (italic ((t (nil))))
0
      (left-margin ((t (nil))))

Comments

    No one has commented yet.